Skip to content

Commit 137b8ca

Browse files
committed
Re-merge whatwg#11512 and fix ordering
1 parent 61030e5 commit 137b8ca

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

source

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96410,15 +96410,15 @@ const p2 = navigation.navigate(url2).finished;</code></pre>
9641096410
<li><p>Set <var>navigation</var>'s <span>ongoing <code data-x="event-navigate">navigate</code>
9641196411
event</span> to null.</p></li>
9641296412

96413+
<li><p>If <var>navigation</var>'s <span>ongoing API method tracker</span> is non-null, then
96414+
<span>reject the finished promise</span> for <var>apiMethodTracker</var> with
96415+
<var>error</var>.</p></li>
96416+
9641396417
<li><p><span data-x="concept-event-fire">Fire an event</span> named <code
9641496418
data-x="event-navigateerror">navigateerror</code> at <var>navigation</var> using
9641596419
<code>ErrorEvent</code>, with additional attributes initialized according to
9641696420
<var>errorInfo</var>.</p></li>
9641796421

96418-
<li><p>If <var>navigation</var>'s <span>ongoing API method tracker</span> is non-null, then
96419-
<span>reject the finished promise</span> for <var>apiMethodTracker</var> with
96420-
<var>error</var>.</p></li>
96421-
9642296422
<li><p>If <var>navigation</var>'s <span data-x="concept-Navigation-transition">transition</span>
9642396423
is null, then return.</p></li>
9642496424

@@ -97460,7 +97460,7 @@ interface <dfn interface>NavigationDestination</dfn> {
9746097460
</ol>
9746197461

9746297462
<div class="note">
97463-
<p>If there is an ongoing cross-document navigation, this means it will signaled to the
97463+
<p>If there is an ongoing cross-document navigation, this means it will be signaled to the
9746497464
navigation API as aborted, e.g., by firing <code
9746597465
data-x="event-navigateerror">navigateerror</code> events. This is somewhat accurate, since
9746697466
the next navigation the <code>Document</code> experiences will be this same-document
@@ -97984,12 +97984,12 @@ interface <dfn interface>NavigationDestination</dfn> {
9798497984
<li><p><span data-x="NavigateEvent-finish">Finish</span> <var>event</var> given
9798597985
true.</p></li>
9798697986

97987-
<li><p><span data-x="concept-event-fire">Fire an event</span> named <code
97988-
data-x="event-navigatesuccess">navigatesuccess</code> at <var>navigation</var>.</p></li>
97989-
9799097987
<li><p>If <var>apiMethodTracker</var> is non-null, then <span>resolve the finished
9799197988
promise</span> for <var>apiMethodTracker</var>.</p></li>
9799297989

97990+
<li><p><span data-x="concept-event-fire">Fire an event</span> named <code
97991+
data-x="event-navigatesuccess">navigatesuccess</code> at <var>navigation</var>.</p></li>
97992+
9799397993
<li><p>If <var>navigation</var>'s <span
9799497994
data-x="concept-Navigation-transition">transition</span> is not null, then resolve
9799597995
<var>navigation</var>'s <span data-x="concept-Navigation-transition">transition</span>'s

0 commit comments

Comments
 (0)