-
Notifications
You must be signed in to change notification settings - Fork 39
Spatial Navigation Guideline for HTMLFormElement
Jihye Hong edited this page Oct 22, 2018
·
6 revisions
Test page: https://wicg.github.io/spatial-navigation/demo/sample/heuristic_input_elements.html
Element type | Control type | Guideline |
HTMLInputElement (type = 'date', 'datetime', 'month', 'week', 'time') | spinner control |
|
HTMLInputElement (type = 'number') | cursor control |
|
HTMLInputElement (type = 'email', 'password', 'search', 'tel', 'text', 'url') | cursor control |
|
HTMLTextArea | cursor control |
|
HTMLInputElement (type = 'range') | slider control |
|
HTMLInputElement (type = 'radio') | group focus control |
|
HTMLDataListElement | drop down control |
|
HTMLSelectElement, HTMLOptGroup | drop down control |
|