Skip to content

Activities

Something to know about before you start: The accessibility tree.

Start here

Three(ish) lists, they’re all good! The rest of this page is my recommendation for breaking down the first one.

  1. Accessibility audit process
  2. Accessibility Not-Checklist
  3. Checklist - The A11y Project

Quick accessibility (a11y) checks

A bit of framing/thinking: Efficient accessibility testing.

Overview and high-level version, good for just doing the testing:

Some other quick versions.

QAC in detail

More detailed version, good for understanding the why and the how and the nuances:

Further reading

More thorough checks

Manual and automated testing, tool-assisted and experiential testing

Go to Projects that use axe-core and (hopefully!) find axe for your setup. Prefer end-to-end flavours to unit flavours: axe is best at testing a whole page, as it appears to the user.

Have a read through of the config options. It can handy to tweak these in the beginning, before running the default set eventually. For example: (temporarily!) including or excluding particular elements, or (temporarily!) excluding certain rules.