Screen reader testing

This content needs to be reviewed and expanded.
Related issue on GitHub #176 Topic Screen reader testing.
If you want to work on this, please let us know before you start.

Content that changes dynamically during time, like JavaScript generated error messages or content, must also be announced for screen readers. The best way is to test this with a screen reader like Apple VoiceOver (for Mac) or NVDA (for Windows). Listen to your website!

While we know that many developers work primarily on MacOS, testing only with Apple’s VoiceOver is not sufficient. VoiceOver, while fairly common, has many non-standard interpretations of accessibility interactions that aren’t the most accurate representation of average user experience.

Screen reader testing

Best screen reader / browser combinations

  • VoiceOver with Safari,
  • NVDA with Chrome or FireFox
  • JAWS with Chrome, Edge or FireFox
  • Windows Narrator with Edge

The screen readers ChromeVox and Orca don’t perform well enough as a screen reader, at this moment, to give representative test information.

How to use a screen reader