From 01593ffbd343719afffc28bf8584060933d1607d Mon Sep 17 00:00:00 2001 From: Daniel Vogelheim Date: Mon, 10 Jun 2024 14:55:25 +0200 Subject: [PATCH] Update reference to Element.innerHTML. Element.innerHTML is defined in HTML, not DOM, so let's point there. Fixes #232. --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 1159633..7d2eadd 100644 --- a/index.bs +++ b/index.bs @@ -21,7 +21,7 @@ WPT Display: inline WPT Path Prefix: /sanitizer-api/
-text: innerHTML; type: attribute; for: Element; url: https://dom.spec.whatwg.org/#widl-Element-innerHTML
+text: innerHTML; type: attribute; for: Element; url: https://html.spec.whatwg.org/#dom-element-innerhtml
 text: window.toStaticHTML(); type: method; url: https://msdn.microsoft.com/en-us/library/cc848922(v=vs.85).aspx
 text: createDocumentFragment; type: method; url: https://dom.spec.whatwg.org/#dom-document-createdocumentfragment
 text: template contents; type: dfn; url: https://html.spec.whatwg.org/#template-contents