Free Download

Accessibility Checklist for AI-Generated Designs

We audited 123 AI-generated designs and 74% failed at least one accessibility check. This 10-point review is what a design handoff now has to catch, ordered by how often each item breaks: skip links, landmarks, form labels, heading structure, and more.

Use it for

Design reviews of AI-generated UIAccessibility QA before handoffAuditing AI-built prototypesEU Accessibility Act complianceAligning design and dev on a11y

Continue Learning

NewsletterDaily AI UX news
38 PatternsBrowse the full library
Pattern Audit ToolAudit your AI patterns
Back to Home

What's Inside: 10 Checks

1

Skip navigation link

A link that lets keyboard users jump past repeated nav. Tab into the page: does "skip to main content" appear?

95%
2

Labeled main content area

The primary region must use <main> or role="main". Does a landmark wrap the content?

53%
3

Labels on every form field

Every input needs a programmatically associated label. Placeholder text does not count: it disappears on typing.

49%
4

One h1, headings step down

One page title (h1), then h2s for sections, h3s for subsections. No skipped levels (h1 to h3).

42%
5

Real buttons, not styled links

Actions use <button>, navigation uses <a>. A div onClick is neither. Can you activate every action with Enter and Space?

36%
6

No skipped heading levels

AI often drops components with their own h2 inside a section already using h2. Run a second heading pass after components are added.

29%
7

Names on icon-only buttons

A button with only an icon needs aria-label or a visually-hidden label. What does a screen reader announce when focused?

19%
A

Motion respects prefers-reduced-motion

1 in 3 AI-generated screens miss this. Make it a standing review question alongside loading states.

33%
B

Copy rewritten by hand

Generic CTAs ("click here") appeared in 95% of projects. AI defaults to vague language; specific, action-first copy still needs a human.

95%
C

Two separate sign-offs

"Looks right" and "is accessible" are different approvals. A missing label or a fake button is a defect, same as a broken checkout.

Unlock all 10 checks + the PDF

Enter your email to reveal the full checklist and download the printable PDF.

Downloads instantly. You'll also join AI UX Daily, our free newsletter. Unsubscribe anytime.

10 checks
100% free
Instant download

Use it for

Design reviews of AI-generated UIAccessibility QA before handoffAuditing AI-built prototypesEU Accessibility Act complianceAligning design and dev on a11y

Continue Learning

NewsletterDaily AI UX news
38 PatternsBrowse the full library
Pattern Audit ToolAudit your AI patterns
Back to Home