This commit is contained in:
Vedran Leder
2019-01-15 21:03:01 +01:00
committed by Tom
parent 48a2f7b3ef
commit a2451f180f

View File

@ -15,6 +15,10 @@ There are many tools and online resources that can help you to ensure that your
- **<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='http://khan.github.io/tota11y/' target='_blank' rel='nofollow'>tota11y</a>**