Skip to content

Commit

Permalink
Remove changes upstreamed to DOM Parsing (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow authored Mar 25, 2024
1 parent fc82918 commit 925bb8c
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1415,25 +1415,6 @@ On setting {{SVGAnimatedString/baseVal}}, the following steps are run:

Note: SVG does not have a complete script processing model <a href="https://github.com/w3c/svgwg/issues/196">yet</a>. Trusted Types assumes that the attribute and text body modification protections behave similarly to ones for HTML scripts outlined in [[#enforcement-in-scripts]].

## Integration with DOM Parsing ## {#integration-with-dom-parsing}

This document modifies the following interfaces defined by [[DOM-Parsing]]:

<pre class="idl exclude">
partial interface Element {
[CEReactions, LegacyNullToEmptyString] attribute HTMLString outerHTML;
[CEReactions] undefined insertAdjacentHTML(DOMString position, HTMLString text);
};

partial interface mixin InnerHTML { // specified in a draft version at https://w3c.github.io/DOM-Parsing/#the-innerhtml-mixin
[CEReactions] attribute [LegacyNullToEmptyString] HTMLString innerHTML;
};

partial interface Range {
[CEReactions, NewObject] DocumentFragment createContextualFragment(HTMLString fragment);
};
</pre>

## Integration with execCommand ## {#integration-with-exec-command}

This document modifies the following interfaces defined by the unofficial <a href="https://w3c.github.io/editing/docs/execCommand/">execCommand</a> document:
Expand Down

0 comments on commit 925bb8c

Please sign in to comment.