ADA Compliance Checklist
A practical, plain-English ADA website checklist mapped to WCAG 2.1 Level AA — the operative standard for ADA Title II and the de facto standard courts apply for Title III. 50 items grouped by the failure categories that account for 96% of detected accessibility errors (WebAIM Million 2026).
The WebAIM Big Six — 96% of all accessibility errors
- Low contrast text — 83.9% of home pages
- Missing alternative text — 53.1% of home pages
- Missing form input labels — 51% of home pages
- Empty links — 46.3% of home pages
- Empty buttons — 30.6% of home pages
- Missing document language — 13.5% of home pages
This is a structured walk-through. For a fully personalized checklist, use our Checklist Generator tool.
1. Color & contrast (Perceivable)
Low contrast text is the #1 detected failure on the open web — 83.9% of home pages.
2. Text alternatives & media (Perceivable)
Missing alt text is the #2 detected failure (53.1%).
3. Forms (Perceivable + Understandable)
Missing form labels is the #3 detected failure (51%). Forms are also the highest-friction surface for lawsuits.
4. Links & buttons (Operable)
Empty links (46.3%) and empty buttons (30.6%) round out the WebAIM Big Six.
5. Keyboard & focus (Operable)
6. Structure & semantics (Robust)
7. Content & language (Understandable)
8. Motion, timing, and triggers (Operable)
9. Authentication & input (WCAG 2.2)
FAQ
- Is this checklist enough to be ADA compliant?
- This 50-item checklist covers the WCAG 2.1 Level AA criteria most often cited in demand letters and DOJ enforcement actions, plus the four most-actionable WCAG 2.2 additions. Conformance requires meeting ALL Level A and AA criteria — see the W3C WCAG 2.1 specification for the canonical list. Manual assistive-technology testing (screen reader, keyboard-only) catches barriers automation misses.
- How long does it take to remediate a website to WCAG 2.1 AA?
- Depends entirely on site size, CMS, and content depth. A small marketing site (10-25 pages) typically takes 2-4 weeks. Mid-size sites (100-500 pages) take 1-3 months. Large e-commerce or media sites with thousands of pages take 6-12+ months. Plan for ongoing maintenance — accessibility is not a one-time fix.
- Can I just use an automated scanner?
- Automated scanners (axe-core, WAVE, Lighthouse) typically detect 30-40% of WCAG failures. The rest require manual testing — keyboard navigation, screen reader output, focus management, content meaning. Tools are a starting point, not a substitute for expert review.