EAA Compliance Go-Live Checklist
2025-05-20
-
Compile Automated Scans
- Run a full WCAG 2.2 site scan between June 20–25, 2025.
- Export a PDF report with a clear timestamp.
-
Conduct Manual Validation
- Walk through keyboard flows, screen reader navigation, and zoom levels.
- Document any remaining issues and their fix status.
-
Stakeholder QA Sign-Off
- Share the final PDF report with legal/compliance teams.
- Obtain formal approval via email or your issue tracker.
-
Deploy Critical Fixes
- Prioritize “Critical (A)” failures: missing alt text, form labels, keyboard traps.
- Block merges for any critical regressions in CI.
-
Update Documentation & Metadata
- Add
lang
attributes to your<html>
tags. - Audit ARIA landmarks and update your project README.
- Add
-
Launch an “Accessibility Mode” Banner
- Display a banner offering an accessibility-friendly view.
- Link to your help & feedback form.
-
Review Third-Party Embeds
- Audit all external widgets (e.g., YouTube, Twitter).
- Provide
title
oraria-label
where native metadata is missing.
-
Enable Post-Launch Monitoring
- Set up daily smoke tests in your CI/CD pipeline.
- Configure alerts or webhooks to automatically open tickets for new issues.
-
Communicate Internally
- Send the checklist and final report to all relevant teams.
- Brief support and operations on any special handling.
-
Celebrate the Milestone! 🎉
- Share your success on social media with #EAACompliance.
- Hold a retrospective to capture lessons learned.