NOTES: Web Accessibility

Notes

There are 6 lessons, each taking about an hour.

  1. Accessibility Overview

  2. Focus

  3. Semantics Basics

    • Affordances. Like the example of using a kettle, a coffee mug, etc. because they all have the same shape. The handle is a visual cue. Classical examples of affordances are buttons and sliders.
    • The Accessibility Tree. It's like the DOM tree but we remove all the nodes we don't need and keep only the info we care about (role, name, value, state).
  4. Navigating content

  5. ARIA

  6. Style


END.