mirror of
https://github.com/servo/servo.git
synced 2025-06-20 15:18:58 +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]
|
||||
readonly attribute Element? parentElement;
|
||||
boolean hasChildNodes();
|
||||
[Constant]
|
||||
[SameObject]
|
||||
readonly attribute NodeList childNodes;
|
||||
[Pure]
|
||||
readonly attribute Node? firstChild;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue