Skip to content

Commit

Permalink
Correct the interface name where innerText is
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed Mar 28, 2024
1 parent 99c8fb7 commit 1da7777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1197,7 +1197,7 @@ partial interface Node {
[CEReactions] attribute (DOMString or TrustedScript)? textContent;
};

partial interface Node {
partial interface HTMLElement {
[CEReactions] attribute ([LegacyNullToEmptyString] DOMString or TrustedScript) innerText;
};

Expand Down

0 comments on commit 1da7777

Please sign in to comment.