Skip to content

Commit

Permalink
Add navigation counter to Document
Browse files Browse the repository at this point in the history
  • Loading branch information
clelland committed Oct 1, 2021
1 parent 681a3b9 commit c09f070
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -88241,6 +88241,9 @@ new PaymentRequest(…); // Allowed to use

<div w-nodev>

<p><code>Document</code> objects have a <dfn export>navigation counter</dfn> (an integer) which
is initially zero.</p>

<p>To <dfn>traverse the history</dfn> to a <span>session history entry</span> <var>entry</var>,
with an optional <span>history handling behavior</span> <dfn
data-x="traverse-history-hh"><var>historyHandling</var></dfn> (default "<code
Expand Down Expand Up @@ -88376,6 +88379,8 @@ new PaymentRequest(&hellip;); // Allowed to use

<li><p>Set <var>newDocument</var>'s <span>page showing</span> flag to true.</p></li>

<li><p>Increment <var>newDocument</var>'s <span>navigation counter</span>.</p></li>

<li>
<p>Run any <dfn>session history document visibility change steps</dfn> for
<var>newDocument</var> that are defined by <span>other applicable specifications</span>.</p>
Expand Down

0 comments on commit c09f070

Please sign in to comment.