Added info about Mozilla Accessibility tool (#33758)

pull/35237/head
Sarah Hasnain 2019-02-15 18:57:32 -05:00 committed by Tom
parent 4fc2bdd2a1
commit 63d31ba61e
1 changed files with 20 additions and 57 deletions

View File

@ -2,96 +2,59 @@
title: Accessibility Tools for Web Developers
---
## Accessibility Tools for Web Developers
There are many tools and online resources that can help you to ensure that your web application meets all of the accessibility requirements.
### General
- **<a href='https://chrome.google.com/webstore/detail/accessibility-developer-t/fpkknkljclfencbdbgkenhalefipecmb?hl=en' target='_blank' rel='nofollow'>Accessibility Developer Tools</a>**
- **[Chrome Accessibility Developer Tools](https://chrome.google.com/webstore/detail/accessibility-developer-t/fpkknkljclfencbdbgkenhalefipecmb?hl=en)**
This is a Google Chrome extension that will add a new Accessibility sidebar pane in the Elements tab to the Chrome Developer tools. This new pane will display any properties that are relevant to the accessibility aspect of the element that you are currently inspecting. This extension also adds an accessibility audit that can be used to check whether the current web page violates any accessibility rules.
- **<a href='https://chrome.google.com/webstore/detail/axe/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US' target='_blank' rel='nofollow'>aXe</a>**
This Google Chrome extension can find accessibility defects on your web page.
- **<a href='http://pa11y.org/' target='_blank' rel='nofollow'>Pa11y</a>**
Free, open source program that allows you to run automatic daily accessibilty testing on any number of pages
- **<a href='https://chrome.google.com/webstore/detail/wave-evaluation-tool/jbbplnpkjmmeebjpijfedlgcdilocofh' target='_blank' rel='nofollow'>WAVE Evaluation Tool</a>**
Another great Google Chrome accessibility extension that provides visual feedback via icons and indicators directly on your webpage.
- **<a href='http://khan.github.io/tota11y/' target='_blank' rel='nofollow'>tota11y</a>**
An accessibility visualization toolkit that checks how your website performs with assistive technologies.
- **<a href='https://www.accesslint.com' target='_blank' rel='nofollow'>AccessLint</a>**
A GitHub app that checks your pull requests for accessibility issues.
- **<a href='https://wave.webaim.org/extension/' target='_blank' rel='nofollow'>WAVE</a>**
- **[WAVE](https://wave.webaim.org/extension/)**
This is another Chrome (and Firefox) extension that allows you to find accessibility defects on your web page.
- **[aXe](https://chrome.google.com/webstore/detail/axe/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US)**
This Google Chrome extension can find accessibility defects on your web page.
- **[tota11y](https://khan.github.io/tota11y/)**
An accessibility visualization toolkit that checks how your website performs with assistive technologies.
- **[AccessLint](https://www.accesslint.com)**
A GitHub app that checks your pull requests for accessibility issues.
### Color Contrast
- **<a href='http://colorsafe.co' target='_blank' rel='nofollow'>Color Safe Palette Generator</a>**
This website helps you create a color palette that is based on the WCAG guidelines for text and background contrast ratios.
- **<a href='http://www.checkmycolours.com' target='_blank' rel='nofollow'>Check My Colours</a>**
- **[Check My Colours](https://www.checkmycolours.com)**
This website checks if your website meets the accessibility requirements for color and contrast.
- **<a href='http://colororacle.org' target='_blank' rel='nofollow'>Color Oracle</a>**
- **[Color Oracle](https://colororacle.org)**
This application simulates color blindness. It is available on Windows, Mac and Linux.
- **<a href='https://toolness.github.io/accessible-color-matrix/' target='_blank' rel='nofollow'>Accessible Color Palette Builder</a>**
- **[Accessible Color Palette Builder](https://toolness.github.io/accessible-color-matrix/)**
This website allows you to edit a color palette and will create a table showing all of the possible color combinations, telling you which ones are accessible and which combinations to avoid using.
- **<a href='https://webaim.org/resources/contrastchecker/' target='_blank' rel='nofollow'>WebAIM Color Contrast Checker</a>**
This website allows you to enter in color hex values for foreground and background to evaluate the contrast ratio. You can also adjust colors entered to get the necessary contrast ratio.
- **[WebAIM Color Contrast Checker](https://webaim.org/resources/contrastchecker/)**
Website tool that allows you to test foreground and background color values and see if they pass AA and AAA color contrast ratios for small text and large text.
- **[Randoma11y Color Generator](https://randoma11y.com/)**
This is an ongoing app project that randomly generates AA accessible web color palettes and allows end users to up vote or down vote color combinations. This site is good for Web Designers/Web Developers when starting a project that does not have predetermined colors.
- **<a href='https://webaim.org/resources/contrastchecker/' target='_blank' rel='nofollow'>Color contrast Checker</a>**
WebAIM offers complete web accessibility services. Regardless of the type or size of your web site, WebAIM can help ensure that your site is accessible and usable to those with disabilities.
### Screen Reader
A screen reader is a software application with assistive technology that attempts to convey what people with normal eyesight see on a display to their users via non-visual means, like text-to-speech.
Developers can utilize a screen reader to understand how a webpage can be made accessible to such people and develop the page accordingly. Some of the most well known and widely used screen readers are:
- **[NVDA](https://www.nvaccess.org/)**
NVDA(Non Visual Desktop Access) Screen reader is a Free & Open-source downloadable Screen Reader software for Windows OS.
- **[JAWS](https://www.freedomscientific.com/Products/Blindness/)**
JAWS(Job Access With Speech) is a computer screen reader program which is available as licensed software for Windows.
- **<a href='https://a11yproject.com/' target='_blank' rel='nofollow'>a11yproject</a>**
- **[a11yproject](https://a11yproject.com/)**
This site provides pracical guides and examples for implementing accessible features and components during web development. The site contains how-tos, myths, tips, and recommended accessibility tools. The project is community driven and can be contributed to on Github.
- **[ChromeVox](https://www.chromevox.com/)**
ChromeVox is a Chrome Browser extension which can be used to render Webpages as text-to-speech.
#### More Resources
You can find many more tools for accessible web design on <a href='http://www.d.umn.edu/itss/training/online/webdesign/tools.html' target='_blank' rel='nofollow'>this list</a> made by the University of Minnesota Duluth.
You can find many more tools for accessible web design on [this list made by the University of Minnesota Duluth](https://www.d.umn.edu/itss/training/online/webdesign/tools.html).
For information on creating and verfying accessibility for PDF documents, see the [Adobe XI Pro Guide](https://helpx.adobe.com/acrobat/using/create-verify-pdf-accessibility.html)
[This accessibility inspector by mozilla](https://developer.mozilla.org/en-US/docs/Tools/Accessibility_inspector) is built in to firefox can help check the accessibility of a webpage.