axe-core / Automated Testing
axe-core is a widely used open-source accessibility testing engine; like all automated testing, it reliably catches the machine-detectable subset of WCAG issues, roughly 30-40 percent.
axe-core is an open-source accessibility testing engine, developed by Deque Systems, that programmatically inspects a rendered web page and reports accessibility violations mapped to WCAG success criteria. It is one of the most widely adopted engines in the field and powers the accessibility checks in many browser extensions, developer tools, and continuous-integration pipelines, including scanning products like CompliaScan.
The engine is deliberately conservative. A core design goal of axe-core is to minimize false positives, meaning it aims to only report issues it can determine with high confidence are genuine problems. That reliability is what makes it safe to run automatically on every deploy without drowning teams in noise, but it also means the engine stays silent on anything it cannot verify by rule.
This is the central truth about automated accessibility testing in general: it catches only the machine-testable portion of WCAG, commonly estimated at around 30 to 40 percent of issues. Automated tools excel at detecting missing alternative text, insufficient color contrast, missing form labels, empty links and buttons, invalid ARIA usage, and an undeclared page language. These are high-value findings precisely because they are unambiguous and common.
What automation cannot judge is meaning and experience. Whether alt text is accurate, whether reading and focus order make sense, whether an error message is clear, whether a custom widget actually works with a screen reader, these require human evaluation. The correct role for axe-core and similar engines is as the fast, repeatable first layer of a testing program that also includes keyboard testing and assistive-technology review. Any tool claiming full compliance from automation alone is overstating what is technically possible.
Sources
Primary references for the facts on this page. Links open in a new tab.
Run automated testing on your site
CompliaScan uses a rules-based engine to check the machine-testable WCAG criteria across your pages. It is the fast first layer; pair it with manual testing for full coverage.
Run an automated scanRelated terms
WCAG (Web Content Accessibility Guidelines)
WCAG is the W3C's technical standard for making web content accessible, and the benchmark most accessibility laws point to.
Accessibility Overlay
An accessibility overlay is a third-party script that claims to automatically fix a site's accessibility; the accessibility community broadly warns that overlays cannot deliver genuine compliance.
WAI-ARIA
WAI-ARIA is a W3C specification that adds roles, states, and properties to markup so custom interface components can be understood by assistive technologies.
Alt Text
Alt text is the text alternative for an image, required by WCAG success criterion 1.1.1 so that people who cannot see the image still receive its information.
Check your own site
Run a free scan against WCAG 2.2 Level AA. You get a score, a severity breakdown, and fix suggestions in seconds. Automated scanning covers the machine-testable criteria; pair it with manual testing for full coverage.