Skip to content

Commit dace81e

Browse files
committed
Meta: mark up a couple more algorithms
b0b40cc raced with aacb0df, with the former landing first, so that the latter commit failed to include wrappers for the two new algorithms.
1 parent f249bc7 commit dace81e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101685,6 +101685,7 @@ interface <dfn interface>NavigationDestination</dfn> {
101685101685
</ol>
101686101686
</div>
101687101687

101688+
<div algorithm>
101688101689
<p>To <dfn>commit a navigate event</dfn> given a <code>NavigateEvent</code> object
101689101690
<var>event</var> and a <span>navigation API method tracker</span>
101690101691
<var>apiMethodTracker</var>:</p>
@@ -101912,7 +101913,9 @@ interface <dfn interface>NavigationDestination</dfn> {
101912101913
at this point or later.</p>
101913101914
</li>
101914101915
</ol>
101916+
</div>
101915101917

101918+
<div algorithm>
101916101919
<p>To <dfn>process navigate event handler failure</dfn> given a <code>NavigateEvent</code> object
101917101920
<var>event</var> and a <var>reason</var>:</p>
101918101921

@@ -101936,6 +101939,7 @@ interface <dfn interface>NavigationDestination</dfn> {
101936101939
<li><p><span data-x="Abort a NavigateEvent">Abort</span> <var>event</var> given
101937101940
<var>reason</var>.</p>
101938101941
</ol>
101942+
</div>
101939101943

101940101944

101941101945
<h6 id="navigate-event-scroll-focus">Scroll and focus behavior</h6>

0 commit comments

Comments
 (0)