Skip to content

Commit

Permalink
Move sequential focus navigation starting point
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Mar 24, 2022
1 parent 3fea46f commit 9229a15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1443,6 +1443,7 @@ The <dfn attribute for="NavigationDestination">sameDocument</dfn> getter steps a
1. If |focusTarget| is null, then set |focusTarget| to |document|'s <a spec="HTML" lt="the body element">body element</a>.
1. If |focusTarget| is null, then set |focusTarget| to |document|'s [=document element=].
1. Run the <a spec="HTML">focusing steps</a> for |focusTarget|, with |document|'s <a spec="CSS2">viewport</a> as the fallback target.
1. Move the <a spec="HTML">sequential focus navigation starting point</a> to |focusTarget|.
</div>

<div algorithm>
Expand Down

0 comments on commit 9229a15

Please sign in to comment.