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
reformat automatic beacon event type
  • Loading branch information
blu25 committed Oct 26, 2023
commit f1a8d86eb03264ccfb777d2bd5ac4c8b9d73fe8d
13 changes: 3 additions & 10 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -761,16 +761,9 @@ following [=struct/items=]:
:: a [=boolean=], initially false
</dl>

An <dfn export for=fencedframetype>automatic beacon event type</dfn> is one of the following:
<dl export dfn-for="automatic beacon event type">
: "<dfn>reserved.top_navigation_start</dfn>"
:: Sent at the beginning of a top-level [=navigate|navigation=]

: "<dfn>reserved.top_navigation_commit</dfn>"
:: Sent while [=attempt to populate the history entry's document|attempting to populate the
history entry's document=] for a top-level navigation
</dl>

An <dfn export for=fencedframetype>automatic beacon event type</dfn> is either "<dfn export
for="automatic beacon event type">`reserved.top_navigation_start`</dfn>" or "<dfn export
for="automatic beacon event type">`reserved.top_navigation_commit`</dfn>".

An <dfn export for=fencedframetype>automatic beacon data</dfn> is a [=struct=] with the following
[=struct/items=]:
Expand Down