| name | accessibility-tier-checklist |
| description | Use when shipping a page. Accessibility tier (A, AA, AAA) sets minimum requirements; AA is the legal default in most jurisdictions.
|
Accessibility Tier Checklist
WCAG AA = minimum for public sites. AAA = aspiration. Test before every ship.
WCAG AA checklist
Pre-ship:
- Color contrast 4.5:1 body, 3:1 large text
- All interactive elements keyboard-navigable
- Focus rings visible on all focusable elements
- Alt text on all meaningful images
- Semantic HTML (h1-h6, nav, main, article, section)
- ARIA labels where needed
- Form labels associated with inputs
- Skip-to-content link
- No keyboard traps
- Page title descriptive
- Lang attribute on html
- Text resizable up to 200% without horizontal scroll
Testing tools
- Chrome DevTools Lighthouse (accessibility score)
- axe DevTools (Chrome extension)
- WAVE (web accessibility evaluation tool)
- Keyboard-only navigation test (unplug mouse)
- Screen reader test (VoiceOver on Mac, NVDA on PC)
- High-contrast mode test
Common AAA additions
- Color contrast 7:1 body, 4.5:1 large
- Sign language alternatives for audio
- Reading level grade 9 or lower
- No reliance on color alone
- Mechanical interaction alternatives
- Status messages without focus change
Where this fits in the X3 empire
Pre-ship checklist for every CardPrepAI page.