Merge remote-tracking branch 'origin/master' into custom

This commit is contained in:
Roy Tam 2020-08-08 07:00:38 +08:00
commit e682016889
57 changed files with 869 additions and 582 deletions

View file

@ -38,7 +38,7 @@ interface Node : EventTarget {
readonly attribute boolean isConnected;
[Pure]
readonly attribute Document? ownerDocument;
[Pure]
[Pure, Pref="dom.getRootNode.enabled"]
Node getRootNode(optional GetRootNodeOptions options);
[Pure]
readonly attribute Node? parentNode;