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

Spec reserved.top_navigation_start and reserved.top_navigation_commit #130

Merged
merged 13 commits into from
Nov 7, 2023
Prev Previous commit
Next Next commit
fix incorrectly called function
  • Loading branch information
blu25 committed Oct 25, 2023
commit b1eb3b0da6cdd9f64e6edb05e524f846840ef90b
8 changes: 4 additions & 4 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1746,16 +1746,16 @@ traversable=].
<div algorithm="top_navigation_start beacon patch">
Modify [[HTML]]'s [=navigate=] algorithm. Add a new step after step 4 that reads:

5. [=attempt to send an automatic beacon=] given <var ignore>sourceDocument</var>, <var
ignore>sourceSnapshotParams</var>, <var ignore>navigable</var>’s associated {{Document}}, and
"`reserved.top_navigation_start`".
5. [=Attempt to send an automatic beacon=] given <var ignore>sourceSnapshotParams</var>, <var
ignore>initiatorOriginSnapshot</var>, <var ignore>navigable</var>’s associated {{Document}},
and "`reserved.top_navigation_start`".
</div>

<div algorithm="top_navigation_commit beacon patch">
Modify [[HTML]]'s [=attempt to populate the history entry's document=] algorithm. In step 6,
substep 11, add a new step after step 5 that reads:

6. if <var ignore>failure</var> is false, then [=attempt to send an automatic beacon=] given <var
6. If <var ignore>failure</var> is false, then [=attempt to send an automatic beacon=] given <var
ignore>sourceSnapshotParams</var>, <var ignore>entry</var>'s [=document state=]'s [=document
state/initiator origin=], <var ignore>document</var>, and "`reserved.top_navigation_commit`".
</div>
Expand Down