Resources and tools

Essentials

Tools

  • Axe browser extension

    Is a browser extension automatic testing tool for finding common accessibility issues. This is used as a complement to find and analyze problems, specifically useful when developing.
  • Lighthouse & Chrome Developer Tool

    Tests your website against performance, SEO and accessi- bility. Can be run in Chrome Developer Tool and provides a series of audits against the page.
  • Bookmarklets by Paul J. Adam

    Highlight roles, states, and properties of accessibility ele- ments on the page.
  • W3C Validator Tools

    Helps you check the validity of your code against the HTML5 standard. The code should preferably not contain any errors and should be validated regularly.
  • Color Contrast Analyzer

    This is a tool that helps you determine whether your colors meet the minimum criteria for contrast in WCAG.
  • AXE

    Is a browser extension automatic testing tool for finding common accessibility issues. This is used as a complement to find and analyze problems, specifically useful when developing.
More tools

Screenreaders

Also see Screen reader tutorials