Skip to content

Commit

Permalink
Update DOM.widl
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Oct 18, 2020
1 parent 2609121 commit 11a7dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inputfiles/idl/DOM.widl
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ interface Node : EventTarget {
readonly attribute Document? ownerDocument;
Node getRootNode(optional GetRootNodeOptions options = {});
readonly attribute Node? parentNode;
readonly attribute HTMLElement? parentElement;
readonly attribute Element? parentElement;
boolean hasChildNodes();
[SameObject] readonly attribute NodeList childNodes;
readonly attribute Node? firstChild;
Expand Down

0 comments on commit 11a7dd0

Please sign in to comment.