Overview
If a component cannot be operated with the keyboard, it cannot be operated with most assistive tech either. Keyboard support is the floor — getting it right unlocks a lot of other accessibility work for free.
Highlights
- Every interactive control needs a visible focus indicator that survives custom styling
- Match Tab order to visual order, and trap focus only inside true modals
- Test by unplugging the mouse for an hour — bugs surface fast
Comments