[csswg-drafts] Consider candidates revealed after one scroll step? (#3366)

frivoal has just created a new issue for https://github.com/w3c/csswg-drafts:

== Consider candidates revealed after one scroll step? ==
---

Migrated from https://github.com/WICG/spatial-navigation/issues/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.
 1) One keystroke instead of two: [scroll + focus] instead of [scroll] + [focus].
 2) Focused element (and its "focus ring", if enabled) is always visible (it cannot be scrolled out).

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3366 using your GitHub account

Received on Monday, 3 December 2018 07:42:06 UTC