Skip to content

Commit

Permalink
Remove notest about executing scripts that have moved documents
Browse files Browse the repository at this point in the history
This remove notes pointing to whatwg#2137, and thus closes whatwg#2137. We'll proceed with
preventing scripts from executing if they've moved between documents, as this is
now shipping in two engines.
  • Loading branch information
domfarolino authored Jun 15, 2020
1 parent e915da4 commit f6cbe27
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -57577,13 +57577,8 @@ o............A....e
<li><p>Set the element's <span>preparation-time document</span> to its <span>node
document</span>.</p>

<li>
<p>If <var>parser document</var> is non-null, and <var>parser document</var> is not equal to
the element's <span>preparation-time document</span>, then return.</p>

<p class="XXX">This step is not interoperable and is under debate: see <a
href="https://github.com/whatwg/html/issues/2137">issue #2137</a>.</p>
</li>
<li><p>If <var>parser document</var> is non-null, and <var>parser document</var> is not equal to
the element's <span>preparation-time document</span>, then return.</p></li>

<li id="script-processing-noscript">

Expand Down Expand Up @@ -57941,15 +57936,6 @@ o............A....e
<ol>
<li><p>Let <var>document</var> be <var>scriptElement</var>'s <span>node document</span>.</p></li>

<li>
<p>If <var>scriptElement</var>'s <span>parser document</span> is non-null, and
<var>scriptElement</var>'s <span>parser document</span> is not equal to <var>document</var>,
then return.</p>

<p class="XXX">This step is not interoperable and is under debate: see <a
href="https://github.com/whatwg/html/issues/2137">issue #2137</a>.</p>
</li>

<li><p>If <var>scriptElement</var>'s <span>preparation-time document</span> is not equal to
<var>document</var>, then return.</p></li>

Expand Down

0 comments on commit f6cbe27

Please sign in to comment.