Skip to content

Commit 11a7dd0

Browse files
committed
Update DOM.widl
1 parent 2609121 commit 11a7dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inputfiles/idl/DOM.widl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ interface Node : EventTarget {
214214
readonly attribute Document? ownerDocument;
215215
Node getRootNode(optional GetRootNodeOptions options = {});
216216
readonly attribute Node? parentNode;
217-
readonly attribute HTMLElement? parentElement;
217+
readonly attribute Element? parentElement;
218218
boolean hasChildNodes();
219219
[SameObject] readonly attribute NodeList childNodes;
220220
readonly attribute Node? firstChild;

0 commit comments

Comments
 (0)