@@ -98181,9 +98181,9 @@ interface <dfn interface>NavigationDestination</dfn> {
98181
98181
</li>
98182
98182
98183
98183
<li><p><span>Wait for all</span> <var>precommitPromisesList</var> with success steps set to
98184
- <span data-x="commit a NavigateEvent ">commit</span> <var>event</var>, and the following failure
98185
- step given <var>reason</var>: <span>handle <code>NavigateEvent</code> handler failure</span>
98186
- given <var>event</var> and <var>reason</var>.</p></li>
98184
+ <span data-x="commit a navigate event ">commit</span> <var>event</var>, and the following
98185
+ failure step given <var>reason</var>: <span>process navigate event handler failure</span> given
98186
+ <var>event</var> and <var>reason</var>.</p></li>
98187
98187
</ol>
98188
98188
</li>
98189
98189
@@ -98193,7 +98193,9 @@ interface <dfn interface>NavigationDestination</dfn> {
98193
98193
<li><p>Return false.</p></li>
98194
98194
</ol>
98195
98195
98196
- <p>To <dfn>commit a <code>NavigateEvent</code></dfn> <var>event</var>:</p>
98196
+ <p>To <dfn>commit a navigate event</dfn> given a <code>NavigateEvent</code> object
98197
+ <var>event</var>:</p>
98198
+
98197
98199
<ol>
98198
98200
<li><p>Let <var>navigation</var> be <var>event</var>'s <span
98199
98201
data-x="concept-event-target">target</span>.</p></li>
@@ -98414,8 +98416,8 @@ interface <dfn interface>NavigationDestination</dfn> {
98414
98416
</li>
98415
98417
</ol>
98416
98418
98417
- <p>To <dfn>process <code>NavigateEvent</code> handler failure</dfn> given <var>event</var> and
98418
- <var>reason</var>:</p>
98419
+ <p>To <dfn>process navigate event handler failure</dfn> given a <code>NavigateEvent</code> object
98420
+ <var>event</var> and a <var> reason</var>:</p>
98419
98421
98420
98422
<ol>
98421
98423
<li><p>If <var>event</var>'s <span>relevant global object</span>'s <span
@@ -98426,7 +98428,7 @@ interface <dfn interface>NavigationDestination</dfn> {
98426
98428
controller</span>'s <span data-x="concept-AbortController-signal">signal</span> is <span
98427
98429
data-x="AbortSignal-aborted">aborted</span>, then abort these steps.</p></li>
98428
98430
98429
- <li><p><span>Assert</span>: <var>event</var> equals <var>navigation</var>'s <span>ongoing <code
98431
+ <li><p><span>Assert</span>: <var>event</var> is <var>navigation</var>'s <span>ongoing <code
98430
98432
data-x="event-navigate">navigate</code> event</span>.</p></li>
98431
98433
98432
98434
<li><p>If <var>event</var>'s <span data-x="concept-NavigateEvent-interception-state">interception
0 commit comments