Welcome to learn a11y
A full day workshop covering web accessibility.
Today we'll learn about:
- Keyboard Navigation
- Proper HTML
- ARIA
- Forms
Keyboard Navigation
Remember tabindex:
- -1 not in tab order, but it can be focused with JS
- 0 in the natural tab order, and it can be focused
- 1+ anti-pattern but can be used to jump to the fron tof the tab order, higher number, higher position
Proper HTML
ARIA
Accessible Rich Internet Applications
The official site: w3.org/WAI/intro/aria