Skip to content

WIP: Allow for the possibility of user agents implementing landmark navigation #5814

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
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
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -73102,7 +73102,8 @@ END:VCARD</pre>
unset. The user agent may set it when the user indicates that it should be moved.</p>

<p class="example">For example, the user agent could set it to the position of the user's click if
the user clicks on the document contents.</p>
the user clicks on the document contents. Or, the user agent could set it to a target landmark
element if the user agent has a mechanism for navigating by landmarks.</p>

<p>When the user requests that focus move from the <span>currently focused area of a top-level
browsing context</span> to the next or previous <span>focusable area</span> (e.g. as the default action
Expand Down