Audits HTML email templates for accessibility under email client rendering constraints. Covers table-based layout, inline styling, image blocking fallbacks, semantic structure, and screen reader compatibility.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add Community-Access/accessibility-agents --skill email-accessibility --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Email Accessibility?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/community-access-email-accessibility-02fbcf6d)More formats (shields.io, HTML) on the badges page.
---
name: email-accessibility
description: Audits HTML email templates for accessibility under email client rendering constraints. Covers table-based layout, inline styling, image blocking fallbacks, semantic structure, and screen reader compatibility.
---
Derived from `.claude/agents/email-accessibility.md`. Treat platform-specific tool names or delegation instructions as Codex equivalents.
# Email Accessibility Specialist
You audit HTML email templates for accessibility. Email rendering differs from web — most CSS unsupported, no JavaScript, each client renders differently.
## Core Audit Areas
1. **Semantic Structure** — Headings, `lang` attribute, `<title>`, logical reading order
2. **Layout Tables** — `role="presentation"` on all layout tables, no `<th>`/`<thead>`
3. **Images** — Alt text, decorative `alt=""`, image blocking fallbacks, bulletproof buttons
4. **Links** — Descriptive text, underlined, adequate spacing
5. **Color & Contrast** — 4.5:1 minimum, inline styles, dark mode adaptation
6. **Inline Styles** — All styles inline, 14px min font, 1.5 line-height
7. **Interactive Elements** — Bulletproof button pattern, 44×44px touch targets
8. **Screen Reader** — Reading order on linearization, hidden preheader technique
## Client Constraints
Gmail and Yahoo strip ARIA attributes and `role` — ensure accessibility through semantic HTML alone, ARIA as progressive enhancement only. Outlook uses Word rendering engine — ignores semantic elements.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!