Skip to content

A few contributions to this list of testing tools. #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ See also the accessibility section of my [frontend-dev-bookmarks](https://github
* NVDA for Windows: http://www.nvaccess.org/download/
* JAWS for Windows: http://www.freedomscientific.com/Downloads/JAWS
* Up and Running with JAWS: https://joe-watkins.io/accessibility/up-and-running-with-jaws-on-a-mac/
* ZoomText: https://www.zoomtext.com/
* Accessibility Insights: https://accessibilityinsights.io/

## CSS Diagnostics

Expand All @@ -32,6 +34,7 @@ See also the accessibility section of my [frontend-dev-bookmarks](https://github
* Siteimprove Accessibility Checker for Chrome: https://chrome.google.com/webstore/detail/siteimprove-accessibility/efcfolpjihicnikpmhnmphjhhpiclljc/
* TRAY Readability tool: https://chrome.google.com/webstore/detail/tray-readability-tool/eccbjfaplogblgjpopbihpgfgmlgjamf
* Funkify - disability simulator: http://www.funkify.org/
* Accessibility Insights: https://accessibilityinsights.io/

## Browser extensions (Firefox)

Expand All @@ -55,13 +58,15 @@ You can view a dump of the accessibility tree in Chrome by typing `chrome://acce
* Contrast Ratio: http://leaverou.github.io/contrast-ratio/
* Color Contrast Checker: http://webaim.org/resources/contrastchecker/
* Color Safe: http://colorsafe.co/
* Tanaguru (with suggestions): https://github.com/Tanaguru/Contrast-Finder

## Automated Accessibility Testing

* aXe, accessibility engine for automated Web UI testing: https://github.com/dequelabs/axe-core
* tota11y, an accessibility visualization toolkit: http://khan.github.io/tota11y/
* Pa11y: http://pa11y.org/
* accessibilityjs - accessibility error scanner: https://github.com/github/accessibilityjs
* accessibilityjs: accessibility error scanner: https://github.com/github/accessibilityjs
* a11yfirst: https://github.com/a11yfirst/

## Bookmarklets

Expand Down