Hacker News new | ask | show | jobs
by avtar 2922 days ago
* Target low hanging fruit using browser extensions and CI tools like:

http://khan.github.io/tota11y/

https://chrome.google.com/webstore/detail/axe/lhdoppojpmngad...

https://github.com/dequelabs/axe-webdriverjs

* Try using your site, app, document, whatever with a screen reader like NVDA or VoiceOver

https://webaim.org/articles/nvda/

* Check out Google's A11ycasts (also features NVDA):

https://www.youtube.com/watch?v=HtTyRajRuyY&index=30&list=PL...

* If you don't have a lot of time:

https://wiki.fluidproject.org/display/fluid/Quick-and-Dirty+...

* If you have more time:

https://wiki.fluidproject.org/display/fluid/Making+an+Inclus...

1 comments

Thank you very much!