Skip to content

Commit a380924

Browse files
noamrzcorpan
authored andcommitted
Navigation "commit": only set interception state if it was not "none"
Closes #11830
1 parent 55115d6 commit a380924

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101740,10 +101740,6 @@ interface <dfn interface>NavigationDestination</dfn> {
101740101740
controller</span>'s <span data-x="concept-AbortController-signal">signal</span> is <span
101741101741
data-x="AbortSignal-aborted">aborted</span>, then return.</p></li>
101742101742

101743-
<li><p>Set <var>event</var>'s <span
101744-
data-x="concept-NavigateEvent-interception-state">interception state</span> to "<code
101745-
data-x="">committed</code>".</p></li>
101746-
101747101743
<li><p>Let <var>endResultIsSameDocument</var> be true if <var>event</var>'s <span
101748101744
data-x="concept-NavigateEvent-interception-state">interception state</span> is not "<code
101749101745
data-x="">none</code>" or <var>event</var>'s <code
@@ -101781,6 +101777,10 @@ interface <dfn interface>NavigationDestination</dfn> {
101781101777
<p>If <var>event</var>'s <span data-x="concept-NavigateEvent-interception-state">interception
101782101778
state</span> is not "<code data-x="">none</code>":</p>
101783101779
<ol>
101780+
<li><p>Set <var>event</var>'s <span
101781+
data-x="concept-NavigateEvent-interception-state">interception state</span> to "<code
101782+
data-x="">committed</code>".</p></li>
101783+
101784101784
<li>
101785101785
<p>Switch on <var>event</var>'s <code
101786101786
data-x="dom-NavigateEvent-navigationType">navigationType</code>:</p>

0 commit comments

Comments
 (0)