Accessible Web Dev
Welcome!
Accessible Web Dev is here to make accessibility more understandable for developers and designers as current standards can be hard to understand.
This is not a replacement for current standards but hopefully a complement to them and help on your journey to creating more accessible web experiences for everyone.
Each page will contain a variety of examples of how to make specific elements or widgets accessible. It will also provide links to resources and further reading.
It is currently a work in progress so not all pages are finished (or even started). If you don't find what you are looking for please feel free to raise an issue on GitHub.
Tip of the day: Use Semantic HTML
Use appropriate HTML tags to help convey the meaning and structure of your content, which makes it easier for screen readers and other assistive technologies to navigate.
Read more about semantic HTML...