Fix Node.childNodes attributes

This commit is contained in:
Anthony Ramine 2015-09-11 02:16:00 +02:00
parent f190ba360e
commit a33e5f9179

View file

@ -35,7 +35,7 @@ interface Node : EventTarget {
[Pure]
readonly attribute Element? parentElement;
boolean hasChildNodes();
[Constant]
[SameObject]
readonly attribute NodeList childNodes;
[Pure]
readonly attribute Node? firstChild;