Skip to content

Commit

Permalink
Update reference to Element.innerHTML. (#235)
Browse files Browse the repository at this point in the history
Element.innerHTML is defined in HTML, not DOM, so let's point there.

Fixes #232.
  • Loading branch information
otherdaniel authored Jun 25, 2024
1 parent c39463e commit d6e50d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ WPT Display: inline
WPT Path Prefix: /sanitizer-api/
</pre>
<pre class="anchors">
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
Expand Down

0 comments on commit d6e50d0

Please sign in to comment.