Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a navigation counter to Documents #7370

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -88616,6 +88616,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 @@ -88771,6 +88774,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><span>Update the visibility state</span> of <var>newDocument</var> to
"<code data-x="">hidden</code>".</p></li>

Expand Down