Skip to content

Commit fb76b68

Browse files
committed
specfmt
1 parent 8a3ac57 commit fb76b68

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

source

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96409,8 +96409,8 @@ const p2 = navigation.navigate(url2).finished;</code></pre>
9640996409
<span>reject the finished promise</span> for <var>apiMethodTracker</var> with
9641096410
<var>error</var>.</p></li>
9641196411

96412-
<li><p>If <var>navigation</var>'s <span data-x="concept-Navigation-transition">transition</span> is
96413-
null, then return.</p></li>
96412+
<li><p>If <var>navigation</var>'s <span data-x="concept-Navigation-transition">transition</span>
96413+
is null, then return.</p></li>
9641496414

9641596415
<li><p>Reject <var>navigation</var>'s <span
9641696416
data-x="concept-Navigation-transition">transition</span>'s <span
@@ -96422,8 +96422,8 @@ const p2 = navigation.navigate(url2).finished;</code></pre>
9642296422
data-x="concept-NavigationTransition-finished">finished promise</span> with
9642396423
<var>error</var>.</p></li>
9642496424

96425-
<li><p>Set <var>navigation</var>'s <span
96426-
data-x="concept-Navigation-transition">transition</span> to null.</p></li>
96425+
<li><p>Set <var>navigation</var>'s <span data-x="concept-Navigation-transition">transition</span>
96426+
to null.</p></li>
9642796427
</ol>
9642896428

9642996429
<p>To <dfn>inform the navigation API about aborting navigation</dfn> in a <span>navigable</span>
@@ -96837,9 +96837,9 @@ callback <dfn callback>NavigationInterceptHandler</dfn> = <span data-x="idl-Prom
9683796837
promise. The precommit handler function will run after the <code
9683896838
data-x="event-navigate">navigate</code> event has finished firing, but before the <code
9683996839
data-x="dom-Navigation-currentEntry">navigation.currentEntry</code> property has been updated.
96840-
Returning a rejected promise will abort the navigation and its effect, such as updating the URL and
96841-
session history. After all the precommit handlers are fulfilled, the navigation can proceed to
96842-
commit and call the rest of the handlers. The <code
96840+
Returning a rejected promise will abort the navigation and its effect, such as updating the URL
96841+
and session history. After all the precommit handlers are fulfilled, the navigation can proceed
96842+
to commit and call the rest of the handlers. The <code
9684396843
data-x="dom-NavigationInterceptOptions-precommitHandler">precommitHandler</code> option can only
9684496844
be passed when the event is <code data-x="dom-Event-cancelable">cancelable</code>: trying to
9684596845
pass a <code data-x="dom-NavigationInterceptOptions-precommitHandler">precommitHandler</code> to

0 commit comments

Comments
 (0)