From 1da7777c3ac9f199d94dff20005817d50632e771 Mon Sep 17 00:00:00 2001 From: Luke Warlow Date: Thu, 28 Mar 2024 14:48:08 +0000 Subject: [PATCH] Correct the interface name where innerText is --- spec/index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };