-
Notifications
You must be signed in to change notification settings - Fork 41
Basic concept of spatial navigation
Jihye Hong edited this page Mar 8, 2018
·
20 revisions
SpatNav Spec is too complicated, so we need to list up the preconditions for the spec.
- The default container is the document element of a browsing context’s document (not limited to the top-level browsing context) or a scroll container.
- Scrollable area is focusable.
- Candidates are focusable elements which are visible within the scrollport of a certain container.
- Does the spatnav container delegates focus to the element inside it?
- Do candidates need to consider the invisible focusable element within the spatnav container?
-
Spatial focus navigation heuristic
- The basic spatial navigation behavior supported by browser.
-
Activating Spatial Navigation: 'spatial-navigation'
-
Creating container: 'spatnav-container'
-
NavigationEvent
- Cover the edge cases of SpatNav heuristic
- SpatNav customization
-
JS API
- Cover the edge cases of SpatNav heuristic
- SpatNav customization (not sure..)
- Is directly moving the focus to the invisible focusable within the scrollable spatanv container the core feature?