-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Description
Migrated from WICG/spatial-navigation#56
Originally created by @hugoholgersson on Fri, 27 Apr 2018 14:26:33 GMT
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).
Metadata
Metadata
Assignees
Labels
No labels