List of accessibility resources
Accessibility resources I've gathered over time
Beginner courses
- UX Foundations: Accessibility — Derek Featherstone, LinkedIn Learning. Good intro to accessibility, users and the barriers people face.
- Web Accessibility Tutorials — W3C WAI. Helpful examples and detail to build on the foundations course.
- Accessibility for Web Design — Derek Featherstone, LinkedIn Learning. Granular examples and how-tos. A solid extension of the foundations course.
- A11ycasts with Rob Dodson — YouTube. Granular examples with a code and screen reader focus.
WCAG quick reference
- WCAG2 Quick Reference — all WCAG success criteria on one page. Useful overview.
Checklists and audits
- WebAIM WCAG 2 Checklist — comprehensive summary of WCAG, good for intermediate level.
- WCAG, but in language I can understand — tempertemper. Simple plain-English copy for each criterion. Good for beginners.
- Giving a Damn About Accessibility — useful article/PDF covering user needs and organisational challenges.
- The A11Y Project Checklist — written in plain English, grouped by category.
Other checklists:
- Accessibility Not-Checklist — Intopia. Guidance grouped by topic, role and best practice.
- MagentaA11y Web Checklist — detailed accessibility acceptance criteria by component.
- Web Accessibility Checklist — basic checklist in plain English.
- WCAG Testing Checklist — Accessguide. Grouped by automated, semi-automated and manual testing.
Cognitive disabilities
- Accessible Numbers — guidelines for presenting numbers and data clearly, covering low numeracy and dyscalculia.
- An Introductory Guide to Understanding Cognitive Disabilities — Deque.
Accessibility programme
- How to document the screen reader user experience — BBC. A thorough example of documenting an accessible UX.
- How Our Organisation Improved Web Accessibility — Smashing Magazine case study covering the most common accessibility issues.
- A real-world strategy for building accessible products — Heenesh Mistry.
Web references
- MDN HTML Docs — the authoritative reference for HTML specs.
- ARIA Authoring Practices Guide — W3C. ARIA specs and worked examples.
- WAI-ARIA 1.1 Cheat Sheet — roles, attributes, global states, properties and landmarks at a glance.
- Accessibility Support — community-driven tests showing how component builds behave with screen readers.