Implement ChildNode.remove()

This commit is contained in:
Harry Maclean 2014-04-22 17:41:29 +01:00 committed by Josh Matthews
parent 325a39b8ba
commit 6f310a5c20
8 changed files with 61 additions and 7 deletions

View file

@ -65,5 +65,5 @@ partial interface Element {
readonly attribute DOMString outerHTML;
};
//Element implements ChildNode;
Element implements ChildNode;
Element implements ParentNode;