- What does it check?
- Common accessibility issues: missing alt text, heading order (skipped levels), ARIA misuse, form label associations, color contrast, keyboard-only focus.
- Is this a complete audit?
- No — automated tools catch 30-40% of accessibility issues. The other 60% needs manual review (screen reader testing, keyboard-only navigation, cognitive load).
- What about WCAG levels?
- Output references WCAG 2.2 success criteria. Each issue links to the specific criterion (1.1.1 for alt text, 2.4.6 for headings, etc.).
- Does it check against live sites?
- Paste HTML — the tool analyzes static markup. For live-site auditing use axe DevTools, Lighthouse, or WAVE browser extensions.