acme.com
3 pages scanned · 12 September 2026 · axe-core, WCAG 2.1 A/AA
14
Defects found
3
Critical
9
<2m to fix
14/14
Fixes ready
Scope of automated detection
A note on scope: Automated detection catches roughly a third of accessibility barriers. This tool provides engineering findings, not a conformance assessment. It does not evaluate legal status, and makes no claim about compliance or legal exposure. It finds mechanical defects and gives you the code that fixes them.
Start here · 2 mechanical fixes
01
Images must have alternate text
image-alt · WCAG 1.1.1 Non-text Content — A · 3 pages
critical
trivial fix
4x
Screen readers cannot describe images without an
alt attribute. Provide a concise description of the image content.
Fix —
index.html
Before
<img src="/hero.png">
index.html
After
<img src="/hero.png" alt="Team reviewing dashboard">
02
Buttons must have discernible text
button-name · WCAG 4.1.2 Name, Role, Value — A · 1 page
critical
trivial fix
1x
Screen readers announce buttons as "button" if they lack text content or aria-labels, leaving users unaware of their function.
Fix —
menu.html
Before
<button class="icon-btn">
<svg>...</svg>
</button>
menu.html
After
<button class="icon-btn" aria-label="Close menu">
<svg>...</svg>
</button>
12 more defect types
color-contrast
serious
18x
html-has-lang
serious
3x
landmark-one-main
moderate
3x
link-name
serious
6x
See all 14 with their fixes
The full report re-scans 25 pages and returns every defect with its code change, delivered by email and download.
$99
Unlock the full report
One-off. No subscription.