Implement ParentNode attributes

This commit is contained in:
Anthony Ramine 2015-04-07 18:41:27 +02:00
parent e57630711f
commit 33f2cd29fd
15 changed files with 48 additions and 233 deletions

View file

@ -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);