We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2609121 commit 11a7dd0Copy full SHA for 11a7dd0
inputfiles/idl/DOM.widl
@@ -214,7 +214,7 @@ interface Node : EventTarget {
214
readonly attribute Document? ownerDocument;
215
Node getRootNode(optional GetRootNodeOptions options = {});
216
readonly attribute Node? parentNode;
217
- readonly attribute HTMLElement? parentElement;
+ readonly attribute Element? parentElement;
218
boolean hasChildNodes();
219
[SameObject] readonly attribute NodeList childNodes;
220
readonly attribute Node? firstChild;
0 commit comments