First published: 2nd March 2022
Last updated: 14th December 2022
Who is this page for?
For accessibility auditors, testers and developers.
This comes with the warning that no accessibility test is complete without thorough manual testing. However the following are some of the tools and software I use in my testing process.
Essential browser extensions
- Colour contrast checker - check a page for colour contrast issues.
- Axe DevTools - run automated tests against a page
- Sa11y bookmarket - scan a page for common errors
- Accessibility Insights for Web - guides you through testing and tools for visualising interactions.
Advanced browser extensions
Colour contrast
- Colour contrast checker
- WCAG Luminosity Contrast Ratio Analyzer
- Text on background image a11y check (website)
Page structure
Automated tests
Misc
Screen readers
Desktop
- Voiceover for apple
- NVDA : for Windows
- Jaws: for Windows
- ChromeVox for Chrome : warning this doesn't behave exactly as other screen readers
Mobile
Reporting tools
- RocketValidator (needs a subscription, see Maria)
Drupal modules
- Ckeditor pop-up: https://www.drupal.org/project/ckeditor_a11ychecker
Extensions for VSCode
- Axe Accessibility Linter: deque-systems.vscode-axe-linter