Tools and Resources for Accessible Design, Development and Testing from #a11yCampSeattle 2017
Share link: https://goo.gl/aEzBq8 Feel free to comment if you see a correction needed. Thank you!
Tools and Resources for Accessible Design, Development and Testing from #a11yCampSeattle 2017
Design
Content
- Readable.io Has an API for giving reading level metrics for strings, documents, websites.
- Hemingway App - www.hemingwayapp.com
Development
Testing
- https://michelf.ca/projects/sim-daltonism/
- https://developer.apple.com/library/content/documentation/IDEs/Conceptual/iOS_Simulator_Guide/TestingontheiOSSimulator/TestingontheiOSSimulator.html
- OATMEAL (manual testing methods) - https://ebay.gitbooks.io/oatmeal/content/
- aXe https://axe-core.org (JavaScript accessibility testing libraries & misc integrations, Chrome/Firefox extensions)
- Siteimprove - Crawls websites for accessibility issues and SEO https://siteimprove.com/
- NoCoffee browser extension for simulations of various visual conditions
- Color Contrast Analyzer (aka Colour Contrast Analyser) for contrast testing of complex backgrounds (e.g. text over image in a hero image)
- tota11y bookmarklet (beginner friendly) https://khan.github.io/tota11y/
- http://pa11y.org/ - a range of free and open source tools to help designers and developers make their web pages more accessible.
- Anthro-Tech Inc. A user research consultancy that works on accessibility for government and private sector clients http://anthro-tech.com/ We do usability testing, user research, and accessibility testing and consulting
- Keyboard-only navigation (DIY)
- Browser zooming (DIY) test at 200%
- AInspector Sidebar (Firefox) - https://ainspector.github.io/
- Humans with disabilities!
- WebAIM color contrast tool
- Lea Verou’s color contrast tool can handle rgba()! (Example of transparent color test)
- University of Washington Disabilities, Opportunities, Internetworking, and Technology (Do-IT): http://www.washington.edu/doit/, consulting, user testing, education, extensive resources
- http://pa11y.org/
- W3 Easy Checks (manual testing) - https://www.w3.org/WAI/eval/preliminary.html
- W3 list of testing tools - https://www.w3.org/WAI/ER/tools/
Mobile Testing
Misc
Tools and Resources for Accessible Design, Development and Testing