Web Accessibility Resources

When learning about web accessibility, it can become a bit overwhelming. There is a lot of resources with so much information! I have curated a short list of resources to get you started.

Empathy Driven Development - Right in the name, this repository summarizes its intention. This is probably the only source you need as it includes so much useful information.

Reading

If you need to find specific information or just want to see what is out there.
Web Accessibility Initiative (WAI) develops standards and support materials to help you understand and implement accessibility
Accessibility on MDN - MDN is often the go-to resource for developers. Of course they have a section about a11y!
Deque is a company that provides courses and workshops about a11y. They also develop axe tools.
Web Accessibility Tutorials can help guide you to create websites that meet WCAG
freeCodeCamp provides courses and certificates for several areas, they also have posts about a11y

Browser extensions

axe for Chrome
axe for Firefox
WAVE
Lighthouse for Chrome
Lighthouse for Firefox
Accessibility Insights for Chrome
ChromeVox - in-browser screen reader

Miscellaneous

A11y meetup group based in Toronto, Canada
Introduction to Web Accessibility - free course at edX
HTML Specifications to help write semantic HTML
WCAG Quick Reference

What are your favourite resources about a11y?