Pre-launch Accessibility Checklist

The final accessibility check before shipping a new feature, page, or app. 30 items covering the must-fix-before-launch issues — keyboard, screen readers, forms, color, errors, and pre-launch edge cases. Pair it with the role-specific checklists for deeper coverage.

Interactive Pre-launch
0 of 30 items complete

Keyboard & Focus

Screen Reader & Semantics

Forms & Validation

Visual Design & Contrast

Content & Structure

Errors, States & Feedback

Edge Cases & Final Pass

Frequently asked questions

When in the release cycle should I run this?

Run it after the implementation is feature-complete but before the release is final — typically during QA gating. Items here are the must-fix-before-ship issues. Use the Developer checklist earlier (during build) and the Testing checklist when you're actively testing.

Is 30 items really enough?

It's the minimum bar — the items most likely to cause a ship-blocking accessibility complaint after launch. Each item maps to a high-severity WCAG criterion (Level A or commonly-litigated AA). Pair it with the Developer checklist for full coverage; this is the focused pre-flight version.

What if my product is a mobile app or PWA?

Many items still apply (forms, screen reader, color contrast). For mobile-specific items — touch targets, gesture alternatives, pinch-zoom — use the Mobile Accessibility checklist alongside this one.

How long does this take?

Plan ~1 hour for a focused single-page run-through. If the implementation has already been verified against the Developer checklist during build, most items will pass quickly and you're just confirming.

Can I share the checklist progress with my team?

Progress is stored in your browser's localStorage, scoped per checklist. It doesn't sync across devices or team members. For shared tracking, print the checklist (Cmd/Ctrl-P) or screenshot the progress bar — both work well for status updates.

What if I find an issue mid-checklist?

Note it, finish the rest of the checklist, then triage. Fix the must-block-launch issues; file lower-priority items as follow-ups. Re-test the specific failure mode after each fix to confirm the change worked and didn't regress elsewhere.

Does passing this guarantee WCAG 2.2 AA compliance?

No — passing this 30-item checklist confirms you've cleared the most common high-severity issues, but full WCAG 2.2 AA conformance requires all ~50 applicable success criteria. Use the WCAG 2.2 Compliance checklist for the complete legal-conformance audit.

What's the most-missed item in pre-launch?

Focus management around dynamic content. Modals that don't trap focus, route changes that don't move focus, and error messages that don't announce to screen readers are the three issues that most often slip through. The Focus Management guide covers all three.