Skip to content

Commit 5b3937a

Browse files
committed
Fix a few nits
1 parent 2f8ae84 commit 5b3937a

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

source

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98181,9 +98181,9 @@ interface <dfn interface>NavigationDestination</dfn> {
9818198181
</li>
9818298182

9818398183
<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>
9818798187
</ol>
9818898188
</li>
9818998189

@@ -98193,7 +98193,9 @@ interface <dfn interface>NavigationDestination</dfn> {
9819398193
<li><p>Return false.</p></li>
9819498194
</ol>
9819598195

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+
9819798199
<ol>
9819898200
<li><p>Let <var>navigation</var> be <var>event</var>'s <span
9819998201
data-x="concept-event-target">target</span>.</p></li>
@@ -98414,8 +98416,8 @@ interface <dfn interface>NavigationDestination</dfn> {
9841498416
</li>
9841598417
</ol>
9841698418

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>
9841998421

9842098422
<ol>
9842198423
<li><p>If <var>event</var>'s <span>relevant global object</span>'s <span
@@ -98426,7 +98428,7 @@ interface <dfn interface>NavigationDestination</dfn> {
9842698428
controller</span>'s <span data-x="concept-AbortController-signal">signal</span> is <span
9842798429
data-x="AbortSignal-aborted">aborted</span>, then abort these steps.</p></li>
9842898430

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
9843098432
data-x="event-navigate">navigate</code> event</span>.</p></li>
9843198433

9843298434
<li><p>If <var>event</var>'s <span data-x="concept-NavigateEvent-interception-state">interception

0 commit comments

Comments
 (0)