Skip to content

Commit

Permalink
Change constraints for orphan entry
Browse files Browse the repository at this point in the history
  • Loading branch information
noamr committed Nov 16, 2023
1 parent cee54d8 commit 3ea53f7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -100355,11 +100355,14 @@ location.href = '#foo';</code></pre>
<span data-x="nav-activation-old-entry">old entry</span> to <var>navigation</var>'s <span
data-x="navigation-entry-list">entry list</span>[<var>previousEntryIndex</var>].</p></li>

<li><p>Otherwise, if <var>navigationType</var> is "<code
data-x="dom-NavigationType-replace">replace</code>" and <var>previousEntryForActivation</var>'s
<li><p>Otherwise, if <var>previousEntryForActivation</var>'s
<span data-x="she-document-state">document state</span>'s <span
data-x="document-state-origin">origin</span> is <span>same origin</span> with
<var>document</var>'s <span data-x="concept-document-origin">origin</span>, then set
<var>document</var>'s <span data-x="concept-document-origin">origin</span> and
<var>previousEntryForActivation</var>'s
<span data-x="she-document-state">document state</span>'s
<span data-x="she-document">document</span> is not the <span data-x="is initial
about:blank">initial <code>about:blank</code></span> <code>Document</code>, then set
<var>activation</var>'s <span data-x="nav-activation-old-entry">old entry</span> to a new
<code>NavigationHistoryEntry</code> in <var>navigation</var>'s
<span data-x="concept-relevant-realm">relevant realm</span>, whose <span
Expand Down

0 comments on commit 3ea53f7

Please sign in to comment.