mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Implement ParentNode.children for Document and Element
Also implement it for DocumentFragment
This commit is contained in:
parent
e332f2f0fe
commit
4c057deaf9
9 changed files with 67 additions and 5 deletions
|
@ -68,5 +68,5 @@ partial interface Element {
|
|||
readonly attribute DOMString outerHTML;
|
||||
};
|
||||
|
||||
/*Element implements ChildNode;
|
||||
Element implements ParentNode;*/
|
||||
//Element implements ChildNode;
|
||||
Element implements ParentNode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue