mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implement ChildNode.remove()
This commit is contained in:
parent
325a39b8ba
commit
6f310a5c20
8 changed files with 61 additions and 7 deletions
|
@ -65,5 +65,5 @@ partial interface Element {
|
|||
readonly attribute DOMString outerHTML;
|
||||
};
|
||||
|
||||
//Element implements ChildNode;
|
||||
Element implements ChildNode;
|
||||
Element implements ParentNode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue