Development tools

During development, you should consider regular accessibilityAccessibility Accessibility (commonly shortened to a11y) refers to the design of products, devices, services, or environments for people with disabilities. The concept of accessible design ensures both “direct access” (i.e. unassisted) and “indirect access” meaning compatibility with a person’s assistive technology (for example, computer screen readers). (https://en.wikipedia.org/wiki/Accessibility) testing as part of your process. Throughout the design, development, and acceptance stages you should regularly conduct tests of your product. Even if you’re not an expert, taking the time to review your own work with a variety of testing tools will help prepare you for a professional assessment or for testing with users with disabilities.

Color Contrast

  • contrastchecker.com (Online) — checks foreground/background contrast levels and also gives information on the accessibility levels of the contrast
  • Color Contrast Analyser (Windows and OSX)– checks foreground/background contrast levels and preview designs as they might be seen by color blind users.
  • Sim Daltonism — a color blindness simulator for Mac OS X.
  • Colorblind Web Page Filter — apply a color blindness emulating filterFilter Filters are one of the two types of Hooks https://codex.wordpress.org/Plugin_API/Hooks. They provide a way for functions to modify data of other functions. They are the counterpart to Actions. Unlike Actions, filters are meant to work in an isolated manner, and should never have side effects such as affecting global variables and output. to a web page.
  • Color Palette Accessibility Evaluator — analyze color combinations for conformance to accessibility guidelines.

Top ↑

Browser Toolbars & Toolkits

  • aXe accessibility testing tool — available as browser extension and npm module (axe-core)
  • WAVE — run the WAVE accessibility evaluation tool within Firefox and Chrome.
  • Accessibility inspector in the FireFox developer tools
  • AInspector for WCAG Accessibility Evaluation — Inspect web pages for potential accessibility issues.
  • Tota11y — An accessibility visualization toolkit that can be dragged into your bookmarks bar or installed as a plugin.
  • Total Validator — an HTMLHTML HTML is an acronym for Hyper Text Markup Language. It is a markup language that is used in the development of web pages and websites. validator, accessibility validator, spell checker, and broken link checker all rolled into one tool. Free & commercial versions available.

Top ↑

Screen reader testing

There are numerous excellent articles on how to test with and for a screen reader. Keep in mind that the best screen reader testing is by users who use a screen reader on a regular basis for their interactions with the web; you can do your own testing, but it is not a substitute for real user tests.

Note: Preferred test combinations are VoiceOver with Safari, NVDA with Firefox or Chrome, and JAWS with Internet Explorer or Edge. Other combinations of screen reader and browser are significantly less common in practical usage.

Top ↑

Other Browser Tools

Last updated: