mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Replacing Node.prototype.rootNode for Node.prototype.getRootNode.
This commit is contained in:
parent
3916d1d613
commit
0074d2a7a8
5 changed files with 6 additions and 73 deletions
|
@ -30,8 +30,10 @@ interface Node : EventTarget {
|
|||
|
||||
[Pure]
|
||||
readonly attribute Document? ownerDocument;
|
||||
|
||||
[Pure]
|
||||
readonly attribute Node rootNode;
|
||||
Node getRootNode();
|
||||
|
||||
[Pure]
|
||||
readonly attribute Node? parentNode;
|
||||
[Pure]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue