Definition
Accessibility testing is the process of checking email campaigns against established accessibility standards (primarily WCAG 2.1) to ensure they can be understood and interacted with by all subscribers, including those with visual, auditory, motor, or cognitive impairments.
With an estimated 15% of the global population living with some form of disability, accessibility testing is both an ethical responsibility and a practical necessity for reaching your full audience.
Key Testing Areas
| Area | What to Test | Common Issues |
|---|---|---|
| Colour contrast | Text-to-background contrast ratio (min 4.5:1) | Low contrast text, hover-only indicators |
| Screen reader | Semantic structure, alt text, ARIA labels | Missing alt text, unlabeled links |
| Keyboard navigation | Tab order, focus indicators | Trapped focus, no skip links |
| Text scaling | Layout at 200% zoom | Cut-off text, overlapping elements |
| Link clarity | Link text out of context | "Click here" or "Read more" without context |
| Image display | Content with images off | Missing alt text for informational images |
Testing Tools
- WAVE: Browser extension that highlights accessibility issues
- axe DevTools: Automated accessibility testing for email HTML
- Colour Contrast Analyser: Checks contrast ratios against WCAG standards
- NVDA / VoiceOver: Screen reader testing on Windows and macOS
- Email on Acid / Litmus: Include accessibility checks in email rendering previews
- HTML_CodeSniffer: Bookmarklet that checks HTML against accessibility standards
Testing Checklist
- All images have meaningful alt text (or
role="presentation"for decorative) - Text contrast meets WCAG AA standard (4.5:1 for normal text, 3:1 for large)
- Links are descriptive and understandable out of context
- Email is fully functional without colour perception
- Content is logically ordered in the HTML source
- No information is conveyed through colour alone
- Font sizes use relative units (em, rem) not fixed pixels
- Buttons and links have visible focus indicators
Related Glossary Terms
Email A/B Test Examples
Email A/B test examples show practical testing scenarios that help marketers improve open rates, click-through rates, and conversions through data-driven experimentation.
Email Accessibility Guidelines
Email accessibility guidelines ensure emails are usable by people with disabilities, following WCAG standards for screen readers, colour contrast, keyboard navigation, and readable content.
Email Campaign Optimisation
Email campaign optimisation is the systematic process of improving campaign performance through testing, data analysis, and iterative refinement of every element from subject lines to send times.
Email Client Preview
Email client preview refers to how an email renders across different email clients and devices, which varies significantly due to different rendering engines and CSS support levels.
Email Conversion Lift
Email conversion lift measures the incremental increase in conversion rate attributable to email campaigns using holdout group testing and statistical significance analysis.
Email Decodability
Email decodability ensures email content is accessible to screen readers and assistive technologies through semantic HTML, proper heading hierarchy, descriptive alt text, and keyboard navigation.
Frequently Asked Questions
Indirectly, yes. Accessibility issues like low contrast or poor mobile rendering can lead to lower engagement, which ISPs interpret as a sign of poor-quality email. Better accessibility typically correlates with better engagement.
Legal requirements vary by jurisdiction. Many countries have accessibility laws (ADA in US, Equality Act in UK, EAA in EU) that apply to public communications. While enforcement against marketing emails varies, accessibility is increasingly considered a legal obligation.
Test with every email send, using automated tools as part of your pre-send checklist. Conduct a more thorough manual test (including screen reader testing) whenever you launch a new template or significantly redesign existing ones.