AccessCheck uses 5 AI-powered analysis layers to detect ~80% of WCAG 2.2 violations โ far more than any single automated tool.
Technology: axe-core (Deque Systems) โ the industry standard accessibility rules engine.
Injects axe-core into the page, runs 100+ automated tests against WCAG 2.2 AA criteria. Catches: missing alt text, ARIA violations, heading structure, color contrast on solid backgrounds.
What it misses: Contrast on images/gradients, keyboard usability, form UX, content readability.
Technology: GPT-4o โ OpenAI's multimodal AI.
Takes a full-page screenshot and analyzes it for visual accessibility issues that axe-core cannot see: text contrast on images and gradients, touch target sizes on mobile, overlapping elements, visible keyboard focus indicators.
Example finding: "White price text on light product photo โ contrast ratio less than 3:1."
Technology: Playwright browser automation + AI orchestration.
Simulates real user interactions: tabs through all focusable elements to verify keyboard navigation order, submits forms empty to check error message accessibility, verifies that all interactive elements are reachable without a mouse.
Example finding: "5 form fields have no labels โ screen reader users cannot identify what to enter."
Technology: Chrome DevTools Protocol โ direct browser accessibility tree access.
Inspects the browser's native accessibility tree โ the structure that screen readers actually use. Checks: landmark roles (main, nav, banner), duplicate accessible names, semantic HTML usage, heading hierarchy.
Example finding: "No <main> landmark โ screen reader users cannot skip to main content."
Technology: AI language model (GPT-4o-mini).
Analyzes all page text for: reading level (Flesch readability), generic link text ("click here", "read more"), alt text quality (does it describe the image?), form instruction clarity, mixed language detection.
Example finding: "14 links use generic text like 'read more' โ screen reader users lack context."
Combined, the 5 layers detect approximately 75โ85% of WCAG 2.2 Level AA success criteria. Manual expert review is recommended for complete compliance assessment.
| Tool | Coverage | Fix Instructions | Speed | Price |
|---|---|---|---|---|
| AccessCheck | ~80% | โ + code | 50 sec | โฌ49 |
| WAVE / Lighthouse | ~25โ30% | Minimal | Instant | Free |
| axe DevTools | ~30โ40% | Good | Instant | Free |
| Manual Consultant | 80โ95% | Expert | 2โ6 weeks | โฌ500โ5,000 |
โ Back to scanner ยท Automated tool ยท Not legal certification ยท WCAG 2.2 ยท EN 301 549 ยท Directive 2019/882