mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Finish implementation of ChildNode and ParentNode
This commit is contained in:
parent
e2b43bd3a9
commit
45e1b9628e
11 changed files with 205 additions and 143 deletions
|
@ -18,9 +18,10 @@ interface ParentNode {
|
|||
[Pure]
|
||||
readonly attribute unsigned long childElementCount;
|
||||
|
||||
// Not implemented yet
|
||||
// void prepend((Node or DOMString)... nodes);
|
||||
// void append((Node or DOMString)... nodes);
|
||||
[Throws]
|
||||
void prepend((Node or DOMString)... nodes);
|
||||
[Throws]
|
||||
void append((Node or DOMString)... nodes);
|
||||
|
||||
//Element? query(DOMString relativeSelectors);
|
||||
//[NewObject]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue