From c371c9a745dbb35c37daf99298b60b4ae4d0b3a6 Mon Sep 17 00:00:00 2001 From: Morgan Date: Sat, 23 Nov 2019 10:24:25 +0100 Subject: [PATCH] add A11Y Project Resources --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b07db32..d573dc4 100644 --- a/README.md +++ b/README.md @@ -6780,6 +6780,8 @@ rpm --rebuilddb ## Accessibility (a11y) * [tota11y](https://khan.github.io/tota11y/) - an accessibility visualization toolkit testing accessibility (a11y) of your site + showing what is wrong in your document. Also available as a bookmarklet on the same page. **See also** [GitHub repository](https://github.com/Khan/tota11y) * [The A11Y Project](https://a11yproject.com/) - A community-driven effort to make web accessibility easier. + * [The A11Y Project Resources](https://a11yproject.com/resources/) - Accessibility software, books, blogs, online tools, and more + * [The A11Y Project Checklist](https://a11yproject.com/checklist/) - Determine how accessible your site is * [brunopulis/awesome-a11y](https://github.com/brunopulis/awesome-a11y) - A curated list about accessibility / A11Y * [Akbar](http://howlowck.github.io/Akbar/) - A bookmarklet that simulates various types user experiences. It is an education tool that will hopefully educate people about web accessibility. **See also** [GitHub repository](https://github.com/howlowck/Akbar) * [Revenge.css](http://heydonworks.com/revenge_css_bookmarklet/) - is a CSS bookmarklet that reports bad html using pseudo content. If the page you use it with has malformed links, deprecated attributes,
s inside inline elements, inaccessible buttons, badly nested sections or other errors, you'll see some ugly, pink errors written in nobody's favourite font: Comic Sans. **See also** [GitHub repository](https://github.com/Heydon/REVENGE.CSS) @@ -6791,7 +6793,6 @@ rpm --rebuilddb * [HTML_CodeSniffer](https://squizlabs.github.io/HTML_CodeSniffer/) - Accessibility Auditor Bookmarklet | Check that your HTML code conforms to your coding standard * [Readable](https://www.webfx.com/tools/read-able/) - Free readability test tool | Quick and easy way to test the readability of your work (text). * [NoCoffee](https://chrome.google.com/webstore/detail/nocoffee/jjeeggmbnhckmgdhmgdckeigabjfbddl) - A Chrome extension, helpful for understanding the problems faced by people with slight to extreme vision problems. **See also** : [Official website](https://accessgarage.wordpress.com) -* [The A11Y Project](https://a11yproject.com/checklist/) - Checklist : Determine how accessible your site is ## Design Humor * [Jon Moore](https://medium.com/ux-power-tools/100-excuses-for-designers-517344cdd910) - 100 Excuses for Designers, Because sometimes you need one! @@ -6875,7 +6876,7 @@ rpm --rebuilddb * [The Front-End Checklist](https://frontendchecklist.io/) - perfect for modern websites and meticulous developers! * [Michael O'Brien](https://simplesecurity.sensedeep.com/web-developer-security-checklist-f2e4f43c9c56) - (2017) Web Developer Security Checklist * [HTML5 Accessibility](https://html5accessibility.com/) - Get the current accessibility support status of HTML5 features across major browsers. -* [The A11Y Project](https://a11yproject.com/checklist/) - Checklist : Determine how accessible your site is +* [The A11Y Project Checklist](https://a11yproject.com/checklist/) - Determine how accessible your site is ## Web development tools * [Clay](http://fvisser.nl/clay/) - is a CSS preprocessor like LESS and Sass, but implemented as an embedded domain specific language (EDSL) in Haskell.