We scanned a live production site that had a well-known "one-line accessibility overlay" installed. CloviAble ran axe-core + Lighthouse against it. Here's what the overlay didn't catch.
| Issue | WCAG | Severity | Count | What it means |
|---|---|---|---|---|
| Color contrast | 1.4.3 AA | serious | 25 | Text fails the 4.5:1 contrast minimum |
| Target size | 2.5.8 AA | serious | 20 | Tap targets too small on mobile |
| Heading order | 1.3.1 A | moderate | 5 | Heading levels skipped — breaks screen-reader structure |
Methodology: CloviAble runs axe-core (~50 WCAG checks) + Lighthouse, keyless, against the rendered page. Counts above are from a single real production audit (2026-06-15). We don't name the audited site or the overlay vendor. Note: axe surfaces a different subset than a manual audit — the honest headline is "50 real, fixable failures + a performance problem the overlay made worse."