Skip to content

Commit 47946f0

Browse files
committed
Resolve navigation.transition.committed after navigate().committed
This matches the order in navigation-api/ordering-and-transition /navigate-intercept-precommitHandler-redirect.html and in existing implementations (chromium). Closes #11842
1 parent 90c74b7 commit 47946f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101774,11 +101774,6 @@ interface <dfn interface>NavigationDestination</dfn> {
101774101774
</div>
101775101775
</li>
101776101776

101777-
<li><p>If <var>navigation</var>'s <span data-x="concept-Navigation-transition">transition</span>
101778-
is not null, then resolve <var>navigation</var>'s <span
101779-
data-x="concept-Navigation-transition">transition</span>'s <span
101780-
data-x="concept-NavigationTransition-committed">committed promise</span> with undefined.</p></li>
101781-
101782101777
<li>
101783101778
<p>If <var>event</var>'s <span data-x="concept-NavigateEvent-interception-state">interception
101784101779
state</span> is not "<code data-x="">none</code>":</p>
@@ -101856,6 +101851,11 @@ interface <dfn interface>NavigationDestination</dfn> {
101856101851
</ol>
101857101852
</li>
101858101853

101854+
<li><p>If <var>navigation</var>'s <span data-x="concept-Navigation-transition">transition</span>
101855+
is not null, then resolve <var>navigation</var>'s <span
101856+
data-x="concept-Navigation-transition">transition</span>'s <span
101857+
data-x="concept-NavigationTransition-committed">committed promise</span> with undefined.</p></li>
101858+
101859101859
<li>
101860101860
<p>If <var>endResultIsSameDocument</var> is true:</p>
101861101861

0 commit comments

Comments
 (0)