mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Implement ParentNode attributes
This commit is contained in:
parent
e57630711f
commit
33f2cd29fd
15 changed files with 48 additions and 233 deletions
|
@ -11,14 +11,13 @@
|
|||
interface ParentNode {
|
||||
[Constant]
|
||||
readonly attribute HTMLCollection children;
|
||||
/*
|
||||
[Pure]
|
||||
readonly attribute Element? firstElementChild;
|
||||
[Pure]
|
||||
readonly attribute Element? lastElementChild;
|
||||
[Pure]
|
||||
readonly attribute unsigned long childElementCount;
|
||||
*/
|
||||
|
||||
// Not implemented yet
|
||||
// void prepend((Node or DOMString)... nodes);
|
||||
// void append((Node or DOMString)... nodes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue