You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When finding the candidate set, Chrome's spatnav includes focusables that would become visible after one (document*) scroll step in the navigated direction.
* We don't do this for scrollable divs but I consider that a bug. I believe spatnav should treat both document scrolling and element scrolling in the same way.
This behavior is not spec'ed. Should we?
Downsides:
Trickier implementation.
Upsides:
Better UX.
One keystroke instead of two: [scroll + focus] instead of [scroll] + [focus].
Focused element (and its "focus ring", if enabled) is always visible (it cannot be scrolled out).