Welcome to learn a11y

A full day workshop covering web accessibility.

Today we'll learn about:

  1. Keyboard Navigation
  2. Proper HTML
  3. ARIA
  4. 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

Sign Up Favorite Color Remember me
Cancel
Submit