How AI Is Changing Email Accessibility

  • Nick Donaldson

    Nick Donaldson

    Senior Director of Growth, Knak

Published Mar 13, 2026

How AI Is Changing Email Accessibility

Email accessibility is more important than most marketing teams realize. Even when it's overlooked, it directly impacts the reach of your emails for people using screen readers and other assistive devices. After analyzing 443,585 emails, the Email Markup Consortium's 2025 report found that 99.89% contained accessibility issues rated "Serious" or "Critical." Only 21 emails across two brands passed all automated checks. On the web side, the WebAIM Million study found that 94.8% of the top one million homepages had detectable WCAG failures, with missing alt text appearing on 55.5% of pages tested.

AI is increasingly pitched as the fix. It can catch structural issues fast. But the gap between what AI can flag and what assistive technology users actually need is wider than most teams realize.

"AI shows a lot of promise for alt text, but it currently misses a critical point: alt text isn't just image description, it's contextual communication," says Sarah Gallardo, Associate Principal Technical Producer at Stitch. "Good alt text depends on the purpose of the image within the email. That becomes even more important when the image is linked, because the alt text needs to convey both meaning and destination."

What AI can check in email accessibility

AI and automated tools excel at identifying programmatic accessibility issues. These are the errors that follow consistent, detectable patterns in code: a missing alt attribute, a color contrast ratio below WCAG thresholds, a table without proper header cells, a heading hierarchy that skips levels.

Gallardo frames the scope clearly: "AI is effective at identifying programmatic accessibility issues, similar to automated accessibility checkers. That covers roughly 20-30% of accessibility concerns, things like missing alt attributes, semantic markup, or structural errors."

That 20-30% coverage aligns with what the broader accessibility industry has documented. Automated tools can scan the code of a page or email and flag rule-based violations quickly. For teams sending hundreds or thousands of emails per month, that speed matters. Running checks manually at that volume is impractical, and most teams simply don't do it at all, which explains why the failure rates stay so high year after year.

What AI catches reliably

Missing alt attributes

What AI misses

Whether alt text is contextually meaningful

What AI catches reliably

Whether alt text is contextually meaningful

What AI misses

Whether color conveys meaning without text alternatives

What AI catches reliably

Missing form labels

What AI misses

Whether label text makes sense to a screen reader user

What AI catches reliably

Heading hierarchy gaps

What AI misses

Whether headings create a logical content structure

What AI catches reliably

Missing language attributes

What AI misses

Whether the reading order matches visual order

What AI catches reliably

Table structure errors

What AI misses

Whether table data relationships are clear

The first column represents the rote, repeatable checks that Gallardo describes. These are the issues where automation saves the most time, because a human checking for missing alt attributes across 500 emails per month is doing work that a script can handle in seconds. The second column is where judgment enters the picture.

AI-generated alt text and email accessibility

Alt text is where the gap between AI capability and accessibility need is sharpest. AI vision models can describe what an image contains. They can identify objects, text, colors, and composition with increasing accuracy. What they struggle with is understanding why the image exists in a specific email and what information a screen reader user needs from it.

Consider a promotional email with a hero banner showing a person using a laptop, overlaid with text reading "Spring Sale: 30% Off." A vision model might generate alt text like "person sitting at desk using laptop computer with text overlay." That description is technically accurate and functionally useless. The alt text a screen reader user needs is closer to "Spring Sale: 30% off all plans through March 31" because the purpose of the image is the promotion, not the stock photo behind it.

This distinction gets more important when images are linked. Gallardo explains: "AI can describe visual content, but it doesn't reliably understand intent, hierarchy, or user context within an email." When a hero banner links to a landing page, the alt text needs to communicate both meaning and destination. A description of visual content doesn't accomplish that.

The WebAIM Million report found that 44% of images with missing alt text were linked images, including banners, carousels, and clickable logos. These are exactly the cases where context-free AI descriptions fall shortest, because the alt text has to serve as both content and navigation for assistive technology users.

Research backs up the practical concern. Studies on AI-generated alt text found that 45% of AI images lack proper descriptions, with the best models showing a 13% failure rate on description tasks. Screen reader users in these studies preferred accuracy over interpretation, even if that meant using generic terms rather than getting creative descriptions wrong. The bar isn't literary quality. It's reliable communication of intent.

"Because of that, I wouldn't recommend relying on AI-generated alt text today without human review," Gallardo says. "It's not yet doing what assistive technology users actually need."

The regulatory pressure on digital accessibility has sharpened significantly. The European Accessibility Act took effect in June 2025, requiring companies operating in or serving EU customers to meet accessibility standards across digital content, including transactional emails like order confirmations and password resets. In the US, the DOJ's Title II rule extends WCAG 2.1 Level AA requirements to state and local government digital properties by April 2026.

The litigation trend reinforces the regulatory one. Over 5,100 digital accessibility lawsuits were filed in 2025, a 20% increase from the prior year. While most target websites and e-commerce, the legal principle extends to any digital communication that serves as a functional part of a service or transaction.

These requirements apply whether a team uses AI to build emails or not. But they do change the calculus on how teams approach accessibility at scale.

Regulation

European Accessibility Act (EAA)

Scope

EU digital products and services

Deadline

June 2025 (active)

Standard

EN 301 549 / WCAG 2.1 AA

Regulation

DOJ Title II ADA rule

Scope

US state and local government

Deadline

April 2026

Standard

WCAG 2.1 AA

Regulation

ADA Title III (case law)

Scope

US commercial digital properties

Deadline

Ongoing

Standard

WCAG 2.1 AA (de facto)

For marketing teams sending email at enterprise scale, the operational question isn't whether to address accessibility. It's how to address it efficiently across hundreds or thousands of assets per month without adding days to every production cycle. That's where AI enters the workflow. Not as a replacement for accessibility expertise, but as a first-pass layer that catches structural issues before human reviewers evaluate meaning.

How email accessibility improves AI readability

The same practices that make emails accessible to screen readers also make them readable by AI systems. That convergence changes the ROI calculation for accessibility work.

Jay Oram, Head of Code and Solutions at ActionRocket, puts it directly: "If you are following the best practices for deliverability and accessibility, live text over all images and sending relevant content, you are 90% of the way there."

The "there" Oram references includes AI email summaries, which are now built into Apple Mail, Gmail, and other major clients. These AI assistants parse email content to generate previews, categorize messages, and surface priority items. But they can't read text embedded in images and don't access alt text attributes. An email built as a single large image with alt text might pass a basic accessibility check, but it's invisible to AI summarization. The pitfalls of image-only emails extend well beyond accessibility into deliverability and engagement.

This creates a practical convergence: live text in emails serves screen reader users, AI summary engines, and deliverability requirements simultaneously. The work isn't tripled. It's the same work, producing benefits across three different dimensions.

Practice

Live text over image text

Accessibility benefit

Screen readers can parse content

AI readability benefit

AI summaries can extract meaning

Deliverability benefit

Higher text-to-image ratio

Practice

Semantic heading structure

Accessibility benefit

Logical navigation for assistive tech

AI readability benefit

AI can identify content hierarchy

Deliverability benefit

Better content signals

Practice

Descriptive link text

Accessibility benefit

Screen reader users know destination

AI readability benefit

AI can summarize calls to action

Deliverability benefit

Clearer engagement signals

Practice

Proper language attributes

Accessibility benefit

Correct pronunciation in screen readers

AI readability benefit

AI can identify content language

Deliverability benefit

Spam filter clarity

The marketing operations teams who already follow compliance and accessibility best practices for HTML email recognize this overlap. Accessibility work and AI-readiness work are largely the same investment, and the teams already doing one are positioned to benefit from the other.

AI-assisted email accessibility workflow

The approach that works separates automated detection from human evaluation. AI handles the first pass. Humans handle the second. Neither replaces the other. Teams already following email accessibility best practices have the foundation to layer AI on top.

Gallardo describes how this works at Stitch: "Our approach at Stitch is to use automation to clear the obvious issues quickly, then spend human time where it actually matters, evaluating meaning, usability, and real assistive technology behavior."

That translates into a specific operational model for email teams:

  • Run automated structural checks during creation, not after the email is finished. Catching missing alt attributes, contrast failures, and structural issues while the email is being built costs almost nothing. Catching them in QA or after deployment costs hours of rework.
  • Use AI-generated alt text as a starting draft, not a final product. The AI provides a baseline description that a human reviewer can adjust for context, intent, and destination (for linked images). Faster than writing from scratch, without the risk of publishing context-free descriptions.
  • Reserve human review for meaning and usability. Is the heading structure logical? Does the alt text communicate intent or just describe pixels? Does the reading order make sense when CSS is stripped? Does the email work when images are turned off? These questions require judgment that current AI models don't have.
  • Test with actual assistive technology. Approximately 50% of WCAG 2.1 success criteria can't be fully tested through automation, including criteria involving sensory characteristics, meaningful sequence, and link purpose in context. Screen readers reveal issues that neither automated tools nor visual review will find.

"That doesn't make AI useless; it makes it a tool with clear limits," Gallardo says. "Automation is excellent for catching rote, repeatable issues quickly so humans don't have to hunt for them manually. But determining whether alt text is meaningful, headings are logical, or interactions make sense still requires human judgment."

AI and email accessibility in 2026

73% of marketing ops professionals are using, testing, or experimenting with AI, while 59% lack AI and automation expertise. That gap means many teams will reach for AI-powered accessibility features without fully understanding what those features can and can't do. The risk isn't that they'll use AI. It's that they'll assume AI is handling more than it actually is.

The trajectory for AI-assisted email accessibility points toward better tooling within creation platforms themselves, where accessibility checks are embedded in the build process rather than bolted on afterward. OpenAI's marketing ops team reports 80-90% complete AI-generated drafts that compress production from weeks to minutes, but the human review layer remains essential for accessibility decisions that AI can't yet make. Organizations that approach AI as a layer within existing workflows rather than a separate initiative will find the integration more natural and the results more reliable.

The accessible email and the AI-readable email are converging toward the same set of production practices: live text, semantic structure, meaningful metadata, and proper markup. Teams that invest in accessible content from the design stage are building for both futures at once.

Email accessibility has a clear floor: the 99.89% failure rate measured by the Email Markup Consortium. AI won't close that gap on its own. But used as a first-pass tool with human oversight for judgment calls, it brings the work within reach for teams that previously couldn't address accessibility at scale. Start with the structural checks AI handles well, then invest human time where it actually makes a difference.

See how Knak's AI features work within the email creation workflow.


Share this article

  • Nick Donaldson 2025 headshot gradient

    Author

    Nick Donaldson

    Senior Director of Growth, Knak

Why marketing teams love Knak

  • 95%better, faster campaigns = more success

  • 22 minutesto create an email*

  • 5x lessthan the cost of a developer

  • 50x lessthan the cost of an agency**

* On average, for enterprise customers

** Knak base price

Ready to see Knak in action?

Get a demo and discover how visionary marketers use Knak to speed up their campaign creation.

Watch a Demo
green sphere graphic used for decorative accents - Knak.com