Open upsiflu opened 1 year ago
On grouped keyboard focus: https://developer.mozilla.org/en-US/docs/Web/Accessibility/Keyboard-navigable_JavaScript_widgets
tab, tablist, tabpanel...: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tab_role
Accessible stateless Ui transitions and focus groups
The
Link
module provides some Ui State transition patterns. As of now, these are all implemented with thea href=
Html element. But other input types such as radio, checkbox etc. may be apt to implement some patterns. Good implementations are very rare.Situation
Exploration
(1) What does austinshenk/elm-w3 do in terms of these patterns? (2) Is it more advisable to start with the and work-in the group control (perhaps with a sprinkle of custom-elements), or to start with
Towards Specification