mirror of
https://github.com/servo/servo.git
synced 2025-06-21 07:38:59 +01:00
Fix Node.childNodes attributes
This commit is contained in:
parent
f190ba360e
commit
a33e5f9179
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ interface Node : EventTarget {
|
||||||
[Pure]
|
[Pure]
|
||||||
readonly attribute Element? parentElement;
|
readonly attribute Element? parentElement;
|
||||||
boolean hasChildNodes();
|
boolean hasChildNodes();
|
||||||
[Constant]
|
[SameObject]
|
||||||
readonly attribute NodeList childNodes;
|
readonly attribute NodeList childNodes;
|
||||||
[Pure]
|
[Pure]
|
||||||
readonly attribute Node? firstChild;
|
readonly attribute Node? firstChild;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue