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.
The Web Content Accessibility Guidelines (WCAG) are the internationally recognized technical standard for digital accessibility. They are published by the World Wide Web Consortium (W3C) through its Web Accessibility Initiative (WAI), and they define, in testable terms, what it means for web content to be usable by people with disabilities, including people who are blind or have low vision, deaf or hard of hearing, or who have motor or cognitive disabilities.
WCAG is organized as a hierarchy. Four high-level principles say that content must be Perceivable, Operable, Understandable, and Robust. Beneath the principles sit guidelines, and beneath each guideline sit success criteria, which are the individual pass-or-fail requirements you actually test against. Each success criterion is assigned a conformance level of A, AA, or AAA, reflecting how essential and how broadly applicable it is.
The standard has evolved through versioned releases. WCAG 2.0 was published in 2008, WCAG 2.1 in 2018 added criteria for mobile, low vision, and cognitive accessibility, and WCAG 2.2 became a W3C Recommendation on October 5, 2023. Each version is backward compatible: WCAG 2.2 adds nine new success criteria on top of 2.1 and removes one obsolete criterion (4.1.1 Parsing), so meeting 2.2 also satisfies the earlier baselines in practice.
WCAG matters far beyond its origin as a voluntary guideline because laws around the world reference it directly. In the United States, the Revised Section 508 Standards incorporate WCAG 2.0 Level AA, and courts routinely treat WCAG 2.1 or 2.2 Level AA as the yardstick for ADA website cases. In Europe, EN 301 549 builds on WCAG. When a regulator, contract, or lawsuit asks whether a site is accessible, the practical question is almost always whether it conforms to WCAG.
It is important to understand what testing against WCAG can and cannot tell you. Automated tools reliably detect roughly 30 to 40 percent of WCAG issues, the machine-testable subset such as missing alternative text, insufficient color contrast, and missing form labels. The remaining criteria require human judgment, so a complete conformance claim combines automated scanning with manual and assistive-technology testing.
Sources
Primary references for the facts on this page. Links open in a new tab.
See where your site stands against WCAG 2.2
Run a free scan against WCAG 2.2 Level AA. You get a score, a severity breakdown, and fix suggestions in seconds for the machine-testable criteria.
Try the free WCAG checkerRelated terms
WCAG Conformance Levels (A, AA, AAA)
WCAG sorts its success criteria into three conformance levels, A, AA, and AAA, with Level AA being the standard target for legal compliance.
POUR Principles
POUR is the acronym for WCAG's four foundational principles: content must be Perceivable, Operable, Understandable, and Robust.
Section 508
Section 508 of the Rehabilitation Act requires U.S. federal agencies to make their electronic and information technology accessible, using WCAG 2.0 Level AA as the technical standard.
EN 301 549
EN 301 549 is the European standard for ICT accessibility, used across EU public procurement and referenced by the European Accessibility Act.
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.