diff --git a/spec/index.bs b/spec/index.bs index db5bdbe..8709ca9 100644 --- a/spec/index.bs +++ b/spec/index.bs @@ -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; };