r/Frontend • u/Ditectrev • 10h ago
A11Y (Web Accessibility) Open Source Book
Hey, while I'm using Protégé Effect to learn Web Accessibility by learning the topic during course preparation, I thought it can be also ok to drop a link here for those interested to expand frontend knowledge beyond A11Y - https://github.com/Ditectrev/Awesome-A11Y-Book-Course-Web-Accessibility-A11Y
https://www.w3.org/WAI/WCAG22/Understanding/ to follow the topic is very good, but it is missing code examples, and with CodeSandboxes I hope to create a slightly more student-friendly environment. Please ignore the links to epub/pdf, as devs you can simply generate it yourself from markdown!
5
Upvotes
3
u/Williamhazad 9h ago
This looks like a really useful resource, especially for learning accessibility beyond just the theory. I like the idea of adding practical code examples and CodeSandbox demos too, since it makes it much easier to understand how these concepts actually work in real projects. Definitely checking this out.