Web Content Accessibility Guidelines (WCAG)

The W3C’s formal, testable standard for Accessibility — the standard Accessibility itself measures conformance against. WCAG is produced by Web Accessibility Initiative (WAI), the W3C body responsible for Web accessibility standards generally; WCAG covers content specifically, while WAI’s other specification families cover authoring tools, browsers, and dynamic-content markup — see Web Accessibility Initiative (WAI) for those.

Structure

WCAG is organized around four top-level POUR principles: content must be Perceivable, Operable, Understandable, and Robust. Each principle breaks down into guidelines (untestable goals to aim for — 12 of them in WCAG 2.0), and each guideline breaks down into testable success criteria — 61 in WCAG 2.0. Every success criterion carries a conformance level: A (must satisfy), AA/Double-A (should satisfy), or AAA/Triple-A (may satisfy, the hardest tier). A separate, periodically-updated techniques document lists concrete ways to meet each criterion, kept distinct from the principles/guidelines/criteria themselves so the stable normative standard doesn’t have to change every time a new technique is documented. Examples of how specific a success criterion gets: 1.4.3 Contrast (Minimum) and 2.4.7 Focus Visible are both AA-level; 2.5.7 Dragging Movements (requiring drag interactions to have a single-pointer-tap alternative) was added at AA in version 2.2.

WCAG is organized around four top-level POUR principles: content must be Perceivable, Operable, Understandable, and Robust.

A separate, periodically-updated techniques document lists concrete ways to meet each criterion, kept distinct from the principles/guidelines/criteria themselves so the stable normative standard doesn’t have to change every time a new technique is documented.

WCAG conformance is a binding legal requirement in many jurisdictions, generally pegged to a specific version and level rather than “WCAG” in the abstract:

  • United States: a U.S. Department of Justice final rule (April 24, 2024) sets WCAG 2.1 Level AA as the technical standard for state and local government Web content under Title II of the Americans with Disabilities Act (ADA) — distinct from, and more specific than, Section 508 (see Accessibility), which covers federal sites.
  • European Union: Directive 2016/2102 requires WCAG 2.1 AA for public-sector sites and apps; the European Accessibility Act extends comparable obligations into much of the private sector as of June 28, 2025.
  • United Kingdom: public-sector bodies have been required to meet WCAG 2.1 AA since September 2018.
  • Canada, Australia, and others reference WCAG 2.0 or 2.1 AA in their own accessibility regulations, in some cases (Canada’s 2012 Jodhan Federal Court of Appeal decision) reinforced directly by litigation rather than statute alone.

This pattern — a single technical standard, adopted piecemeal and at different version/level combinations by different regulators — is why Accessibility frames legal compliance as “near-universal but not uniform,” rather than naming one law as authoritative.

This pattern — a single technical standard, adopted piecemeal and at different version/level combinations by different regulators — is why Accessibility frames legal compliance as “near-universal but not uniform,” rather than naming one law as authoritative.

Version history

  • WCAG 1.0 (May 5, 1999) — built on the earlier Unified Web Site Accessibility Guidelines (1998).
  • WCAG 2.0 (W3C Recommendation, December 2008; adopted as ISO/IEC 40500:2012) — the version that introduced the POUR/guidelines/success-criteria/conformance-level structure described above; 61 success criteria total.
  • WCAG 2.1 (2018) — backward-compatible with 2.0, adding 17 more success criteria (78 total) aimed mainly at mobile, low-vision, and cognitive/learning-disability accessibility.
  • WCAG 2.2 (W3C Recommendation, October 5, 2023) — backward-compatible with 2.1, adding 9 more success criteria but removing one prior criterion entirely (4.1.1 Parsing, no longer needed given how modern browsers handle malformed markup), for a net total of 86.
  • WCAG 3.0 — in draft since early 2021 (last updated September 2025 as of 2026-06-24), not yet an official Recommendation; expected to depart further from the 1/2.x numbering and scoring model rather than simply extending it.

Principles

Standards

Sources

Web Content Accessibility Guidelines (Wikipedia) (CC BY-SA) is the source for the POUR structure, guideline/success-criteria/conformance-level breakdown, and version history above.

Web Accessibility (Wikipedia) (CC BY-SA) is the source for the jurisdiction-by-jurisdiction legal-adoption details.

Created Wed Jun 24 2026 00:00:00 GMT+0000 (Coordinated Universal Time) Updated Mon Aug 24 2026 00:00:00 GMT+0000 (Coordinated Universal Time)