@@ -59211,8 +59211,13 @@ o............A....e
59211
59211
<li><p>Set the element's <span>preparation-time document</span> to its <span>node
59212
59212
document</span>.</p>
59213
59213
59214
- <li><p>If <var>parser document</var> is non-null, and <var>parser document</var> is not equal to
59215
- the element's <span>preparation-time document</span>, then return.</p></li>
59214
+ <li>
59215
+ <p>If <var>parser document</var> is non-null, and <var>parser document</var> is not equal to
59216
+ the element's <span>preparation-time document</span>, then return.</p>
59217
+
59218
+ <p class="XXX">This step is not interoperable and is under debate: see <a
59219
+ href="https://github.com/whatwg/html/issues/2137">issue #2137</a>.</p>
59220
+ </li>
59216
59221
59217
59222
<li id="script-processing-noscript">
59218
59223
@@ -59600,9 +59605,14 @@ o............A....e
59600
59605
<ol>
59601
59606
<li><p>Let <var>document</var> be <var>scriptElement</var>'s <span>node document</span>.</p></li>
59602
59607
59603
- <li><p>If <var>scriptElement</var>'s <var>parser document</var> is non-null, and
59604
- <var>scriptElement</var>'s <var>parser document</var> is not equal to <var>document</var>, then
59605
- return.</p></li>
59608
+ <li>
59609
+ <p>If <var>scriptElement</var>'s <var>parser document</var> is non-null, and
59610
+ <var>scriptElement</var>'s <var>parser document</var> is not equal to <var>document</var>, then
59611
+ return.</p>
59612
+
59613
+ <p class="XXX">This step is not interoperable and is under debate: see <a
59614
+ href="https://github.com/whatwg/html/issues/2137">issue #2137</a>.</p>
59615
+ </li>
59606
59616
59607
59617
<li><p>If <span data-x="concept-script-script">the script's script</span> is null for
59608
59618
<var>scriptElement</var>, then <span data-x="concept-event-fire">fire an event</span> named <code
0 commit comments