https://github.com/potch/visual-tab
d-pad navigation for web content
https://github.com/potch/visual-tab
Last synced: about 1 year ago
JSON representation
d-pad navigation for web content
- Host: GitHub
- URL: https://github.com/potch/visual-tab
- Owner: potch
- License: mit
- Created: 2015-05-06T06:17:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-06T06:24:46.000Z (about 11 years ago)
- Last Synced: 2025-02-04T21:27:49.812Z (over 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# visual-tab
d-pad navigation for web content
Provide least-surprise spatial tabbing between interactive elements using only up/down/left/right buttons.
## TODO
* viewport bounding checks for navigation candidates
* tradeoff heuristic for occlusion vs L2 distance vs L1 distance
* 'semantic next' for inline elements
* animated focus ring cursor
* proper library encapsulation