Created
September 2, 2016 23:34
-
-
Save musamamasood/82f367a931f124f5a8bb567a2dde34d2 to your computer and use it in GitHub Desktop.
Accessibility Guideline
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-------------------- | |
1- Images should have alt tags. | |
2- Links should have alt tag if using with images. | |
3- ARIA role should need to add for html section. | |
4- ARIA attributes need to add for html elements. ** https://www.sitepoint.com/how-to-use-aria-effectively-with-html5/ | |
Accessibility Plugins: | |
https://wordpress.org/plugins/access-monitor/ | |
https://wordpress.org/plugins/wa11y/ | |
https://wordpress.org/plugins/wp-accessibility/ | |
WP Standards: | |
https://make.wordpress.org/core/handbook/best-practices/coding-standards/accessibility-coding-standards/ | |
https://make.wordpress.org/accessibility/useful-tools/ | |
https://make.wordpress.org/accessibility/wp-accessibility-plugin/ | |
Accessiblity Tool: | |
http://wave.webaim.org/ => https://chrome.google.com/webstore/detail/wave-evaluation-tool/jbbplnpkjmmeebjpijfedlgcdilocofh | |
https://tenon.io/ | |
http://achecker.ca/checker/ | |
http://www.cynthiasays.com/ | |
http://valet.webthing.com/access/url.html | |
https://chrome.google.com/webstore/detail/accessibility-developer-t/fpkknkljclfencbdbgkenhalefipecmb?hl=en | |
################ | |
https://www.sitepoint.com/site-accessibility-tools/ | |
http://usabilitygeek.com/10-free-web-based-web-site-accessibility-evaluation-tools/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment