Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Minor cleanups noticed while in the area
  • Loading branch information
domenic committed Aug 22, 2025
commit fae6b36ecdb2822a9c1f3adf764d550dec444d4b
11 changes: 5 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -106372,12 +106372,11 @@ location.href = '#foo';</code></pre>
data-x="navigation-params-reserved-environment">reserved environment</span>,
<var>topLevelCreationURL</var>, and <var>topLevelOrigin</var>.</p></li>

<li><p>If <var>navigable</var>'s <span data-x="nav-window">active window</span> has
<span>sticky activation</span>, and <var>navigable</var>'s <span data-x="nav-document">active
document</span>'s <span data-x="concept-document-origin">origin</span> is <span>same
origin</span> with <var>navigationParams</var>'s <span
data-x="navigation-params-origin">origin</span>, then set <var>window</var>'s <span>has sticky
activation</span> to true.</p></li>
<li><p>If <var>browsingContext</var>'s <span>active window</span> has <span>sticky
activation</span>, and <var>browsingContext</var>'s <span>active document</span>'s <span
data-x="concept-document-origin">origin</span> is <span>same origin</span> with
<var>navigationParams</var>'s <span data-x="navigation-params-origin">origin</span>, then set
<var>window</var>'s <span>has sticky activation</span> to true.</p></li>
</ol>

<p class="note">This is the usual case, where the new <code>Document</code> we're about to
Expand Down