Skip to content

Commit

Permalink
No longer remove tasks for document.open()
Browse files Browse the repository at this point in the history
This is not consistently implemented and given that Firefox does not appear to do it at all I hope we can get away without it.

Tests: web-platform-tests/wpt#10818.
  • Loading branch information
annevk committed May 3, 2018
1 parent fdbeb95 commit 7bc8994
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -90644,11 +90644,6 @@ document.body.appendChild(frame)</pre>
<li><p>For each <span>shadow-including inclusive descendant</span> <var>node</var> of
<var>document</var>, <span>remove all event listeners</span> with <var>node</var>.</p></li>

<li><p>Remove any <span data-x="concept-task">tasks</span> associated with <var>document</var> in
any <span>task source</span>.</p></li>
<!-- removes callbacks that fired between this algorithm starting and the times and databases
being aborted in the "unload" step above -->

<li><p><span data-x="concept-node-replace-all">Replace all</span> with null within
<var>document</var>, without firing any mutation events.</p></li>

Expand Down

0 comments on commit 7bc8994

Please sign in to comment.