Skip to content

Commit

Permalink
Fix Location-object navigate's choice of browsing context
Browse files Browse the repository at this point in the history
Closes #6972.
  • Loading branch information
yvt authored Aug 25, 2021
1 parent fbe1649 commit b85e9ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -85466,8 +85466,8 @@ interface <dfn interface>Location</dfn> { // but see also <a href="#the-location
data-x="hh-default">default</code>"):</p>

<ol>
<li><p>Let <var>browsingContext</var> be the <span>current global object</span>'s <span
data-x="window bc">browsing context</span>.</p></li>
<li><p>Let <var>browsingContext</var> be this <code>Location</code> object's <span>relevant
global object</span>'s <span data-x="window bc">browsing context</span>.</p></li>

<li><p>Let <var>sourceBrowsingContext</var> be the <span
data-x="concept-incumbent-global">incumbent global object</span>'s <span data-x="window
Expand Down

0 comments on commit b85e9ae

Please sign in to comment.