Uncommented some WebIDL TODO

This partially reverts commit 4b4bed5ce2 by
restoring a number of items to our WebIDL

Closes #839
This commit is contained in:
Alex Crichton
2018-09-17 13:21:41 -07:00
parent 1ee579093b
commit a02c4c1410
3 changed files with 1 additions and 23 deletions

View File

@ -40,10 +40,8 @@ interface Node : EventTarget {
readonly attribute boolean isConnected;
[Pure]
readonly attribute Document? ownerDocument;
/*TODO
[Pure]
Node getRootNode(optional GetRootNodeOptions options);
*/
[Pure]
readonly attribute Node? parentNode;
[Pure]
@ -103,8 +101,6 @@ interface Node : EventTarget {
boolean isDefaultNamespace(DOMString? namespace);
};
/*TODO
dictionary GetRootNodeOptions {
boolean composed = false;
};
*/