From 925bb8cb5b285a532ded57ae039353e415c2b5e5 Mon Sep 17 00:00:00 2001 From: Luke Warlow Date: Mon, 25 Mar 2024 11:44:10 +0000 Subject: [PATCH] Remove changes upstreamed to DOM Parsing (#489) See https://github.com/w3c/DOM-Parsing/pull/78 --- spec/index.bs | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/spec/index.bs b/spec/index.bs index 9e1e08e..059ce4c 100644 --- a/spec/index.bs +++ b/spec/index.bs @@ -1415,25 +1415,6 @@ On setting {{SVGAnimatedString/baseVal}}, the following steps are run: Note: SVG does not have a complete script processing model yet. 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]]: - -
-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);
-};
-
- ## Integration with execCommand ## {#integration-with-exec-command} This document modifies the following interfaces defined by the unofficial execCommand document: