Skip to content

Commit

Permalink
Reset window.name also when opener is set to null
Browse files Browse the repository at this point in the history
Helps with #5680.
  • Loading branch information
annevk committed Aug 28, 2020
1 parent c8d5ad3 commit 3424a0c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -84353,8 +84353,9 @@ new PaymentRequest(…); // Allowed to use
<span>current entry</span>.</p></li>

<li id="resetBCName"><p>If the browsing context is a <span>top-level browsing context</span>,
but not an <span>auxiliary browsing context</span>, then set the browsing context's <span
data-x="browsing context name">name</span> to the empty string.</p></li>
but not an <span>auxiliary browsing context</span> whose <span>disowned</span> is false, then
set the browsing context's <span data-x="browsing context name">name</span> to the empty
string.</p></li>
</ol>
</li>

Expand Down

0 comments on commit 3424a0c

Please sign in to comment.