What WCAG level does this check?
The checker runs axe-core with WCAG 2.0 Level A, WCAG 2.0 Level AA, WCAG 2.1 Level A, and WCAG 2.1 Level AA rules, plus best-practice rules. This covers the most common compliance requirements including ADA, Section 508, and EN 301 549.
What kinds of issues are detected?
Common violations include: images without alt text, form inputs without associated labels, insufficient color contrast, missing document language, incorrect heading hierarchy, links with non-descriptive text, tables without headers, and missing ARIA roles.
Is this a full accessibility audit?
Automated tools like axe-core can catch about 30–40% of WCAG violations. Keyboard navigation testing, screen reader testing, and cognitive load assessment require manual review. Use this tool as a starting point, not a complete audit.
Does my HTML get uploaded anywhere?
No. axe-core runs entirely in your browser. The HTML is mounted in a hidden off-screen container, analysed, and the container is immediately removed. Nothing leaves your browser.
What do the impact levels mean?
Critical: will block assistive technology users entirely. Serious: causes significant barriers. Moderate: causes some difficulty. Minor: best-practice violations that create minor friction. Fix Critical and Serious issues before launching.