WCAGBeginner

WCAG (Web Content Accessibility Guidelines)

WCAG (Web Content Accessibility Guidelines) is a set of internationally recognized technical standards published by the W3C that defines how to make web content more accessible to people with disabilities, organized around four principles: Perceivable, Operable, Understandable, and Robust.

In simple terms: WCAG is a rulebook that explains exactly how to build websites and apps so that people who are blind, deaf, or have other disabilities can use them — it is the global standard everyone follows.

What Is WCAG (Web Content Accessibility Guidelines)?

The Web Content Accessibility Guidelines (WCAG) are a set of technical standards developed by the World Wide Web Consortium (W3C) through its Web Accessibility Initiative (WAI). WCAG defines how to make web content — including text, images, video, forms, and interactive elements — accessible to people with a wide range of disabilities, including visual, auditory, motor, cognitive, and neurological disabilities. WCAG was first published as WCAG 1.0 in 1999. The modern standard, WCAG 2.0, was released in December 2008 and represented a fundamental shift from technology-specific checkpoints to technology-agnostic success criteria organized around four core principles. WCAG 2.1 followed in June 2018 with additional criteria for mobile and cognitive accessibility, and WCAG 2.2 was published in October 2023 with further improvements. What makes WCAG uniquely important is its adoption as the de facto global standard for digital accessibility. It is referenced in the laws and regulations of the United States, European Union, Canada, Australia, Japan, and dozens of other countries. When a court orders a company to make its website accessible, it almost always means "conform to WCAG 2.1 Level AA." WCAG is organized around four principles known by the acronym POUR: Perceivable, Operable, Understandable, and Robust. Under these four principles sit 13 guidelines, and under those guidelines are specific, testable success criteria — the individual requirements that a website must meet to conform.

Why It Matters

WCAG matters because it provides the specific, testable, internationally agreed-upon criteria that define what an accessible website looks like. Without WCAG, the concept of "web accessibility" would remain subjective and unmeasurable. **WCAG provides legal clarity.** When the ADA says websites must be accessible, WCAG answers the question "what does accessible mean, specifically?" The DOJ's 2024 Title II rule names WCAG 2.1 Level AA as the compliance standard for state and local government websites. Virtually every ADA web accessibility settlement in the private sector has also referenced WCAG 2.1 Level AA as the target. **WCAG is internationally recognized.** Unlike accessibility laws that vary by country, WCAG is a global standard. The European Union's EN 301 549 standard incorporates WCAG. Canada's Accessible Canada Act references it. Australia's Disability Discrimination Act enforcement relies on it. For multinational organizations, WCAG provides a single, consistent framework. **WCAG enables measurement.** Accessibility can seem abstract, but WCAG success criteria are concrete and testable. "Images must have text alternatives" (1.1.1). "Color contrast must be at least 4.5:1" (1.4.3). "All functionality must be available via keyboard" (2.1.1). These specific requirements allow organizations to audit their sites, identify gaps, track progress, and verify conformance. **WCAG benefits all users.** The improvements required by WCAG — clean semantic code, clear navigation, readable text, proper form labels — improve the experience for every user, not just those with disabilities. Search engines also benefit from the structured, semantic markup that WCAG encourages, making accessibility improvements a driver of better SEO.

How It Works

WCAG is structured as a hierarchy: principles, guidelines, success criteria, and sufficient techniques. ### The Four Principles (POUR) **Perceivable** — Content must be presentable in ways users can perceive. If a user cannot see, hear, or otherwise sense the content, it is not accessible. This principle covers text alternatives for non-text content, captions and audio descriptions for multimedia, adaptable content that can be presented in different layouts, and distinguishable content with sufficient contrast and text sizing. **Operable** — Users must be able to operate the interface. If a user cannot navigate, activate controls, or interact with the content, it is not accessible. This covers keyboard accessibility, enough time to read and interact, avoiding seizure-inducing content, clear navigation mechanisms, and input modalities beyond just mouse and keyboard. **Understandable** — Users must be able to understand both the content and the interface. If the content is too complex or the interface behaves unpredictably, it is not accessible. This covers readable text, predictable behavior, and help with error prevention and correction. **Robust** — Content must be robust enough to be reliably interpreted by a wide variety of user agents, including assistive technologies. This means using valid, semantic HTML and ensuring compatibility with current and future tools. ### Conformance Levels Each success criterion is assigned one of three conformance levels: **Level A** (minimum): The most basic requirements. Failing these means significant barriers exist — for example, images without alt text, no keyboard access to functionality, or auto-playing audio that cannot be stopped. **Level AA** (recommended): The standard target for most laws and regulations. Includes Level A plus additional criteria like minimum color contrast ratios (4.5:1 for normal text), visible focus indicators, consistent navigation, and error suggestions for forms. **Level AAA** (enhanced): The highest level of accessibility. Includes criteria like enhanced contrast (7:1), sign language interpretation for multimedia, and extended audio descriptions. The W3C does not recommend requiring Level AAA for entire sites because some criteria cannot be satisfied for all content types. To conform at a given level, a website must satisfy all success criteria at that level and all levels below it. So Level AA conformance requires meeting all Level A and Level AA criteria. ### Versions **WCAG 2.0** (2008): 61 success criteria. Established the foundation with the POUR framework. Remains the ISO standard (ISO/IEC 40500:2012). **WCAG 2.1** (2018): 78 success criteria (added 17). Focused on mobile accessibility, low vision, and cognitive disabilities. This is the version most commonly required by current law. **WCAG 2.2** (2023): 87 success criteria (added 9, removed 1). Added focus on authentication without cognitive tests, minimum focus appearance, and consistent help locations. **WCAG 3.0** (in development): A future major revision with a fundamentally different structure and scoring model. Still in draft; not expected to become a recommendation for several years.

Examples

**Text alternatives (1.1.1)**: A product image on an e-commerce site includes alt text: "Blue running shoe, Nike Air Zoom, side view." A screen reader user hears this description and can make an informed purchase decision. A decorative divider image uses an empty alt attribute (`alt=""`) so screen readers skip it entirely. **Color contrast (1.4.3)**: A banking website uses dark gray text (#333333) on a white background (#FFFFFF), achieving a contrast ratio of 12.6:1 — well above the 4.5:1 Level AA requirement. This ensures that users with low vision or color vision deficiency can read account information clearly. **Keyboard accessibility (2.1.1)**: A web application ensures that every dropdown menu, modal dialog, and interactive widget can be operated using only a keyboard. A user with a motor disability who cannot use a mouse can Tab through navigation, use Enter to activate links, and use arrow keys to select menu items. **Form error identification (3.3.1)**: A checkout form highlights fields with errors in red but also adds a text label: "Error: Email address is required." The error messages are associated with the form fields using `aria-describedby`, so a screen reader user is told exactly which fields need correction.

Common Mistakes

**Targeting the wrong version or level.** Some organizations aim for WCAG 2.0 Level A when the legal landscape has moved to 2.1 Level AA. Others attempt Level AAA for everything, which is often impractical. The right target for most organizations is WCAG 2.1 Level AA, with an eye toward 2.2. **Treating WCAG as a rigid checklist without understanding the principles.** Meeting each criterion technically while ignoring the user experience can result in a site that "passes" automated tests but is still difficult for people with disabilities to use. For example, alt text that says "image_2847.jpg" technically satisfies 1.1.1 but provides no useful information. **Assuming conformance to one version means conformance to a newer version.** WCAG is backward-compatible, meaning that conforming to 2.2 means you also conform to 2.1 and 2.0. However, the reverse is not true: conforming to 2.0 does not mean you meet the 17 additional criteria in 2.1 or the 9 additional criteria in 2.2. **Neglecting cognitive accessibility.** Many accessibility efforts focus heavily on screen reader compatibility while overlooking the needs of people with cognitive disabilities — the largest disability category globally. WCAG 2.1 and 2.2 added criteria addressing cognitive accessibility, but even the base requirements for clear language, consistent navigation, and error prevention serve this population. **Confusing WCAG conformance with full accessibility.** WCAG is a minimum standard, not a comprehensive guarantee of accessibility. A site can meet every WCAG criterion and still present usability challenges for people with disabilities. WCAG should be the floor, not the ceiling, of your accessibility efforts.

Frequently Asked Questions

What is the difference between WCAG 2.0, 2.1, and 2.2?
WCAG 2.0 was published in 2008 and established 61 success criteria. WCAG 2.1, published in 2018, added 17 new success criteria addressing mobile accessibility, low vision, and cognitive disabilities — for a total of 78. WCAG 2.2, published in October 2023, added 9 new success criteria focusing on authentication, focus appearance, and consistent help — bringing the total to 87 (it also removed criterion 4.1.1 Parsing). Each version is backward-compatible: conforming to WCAG 2.2 also means conforming to 2.1 and 2.0.
What are the three conformance levels of WCAG?
WCAG defines three conformance levels. Level A is the minimum level, covering the most basic accessibility requirements (25 criteria in WCAG 2.1). Level AA includes all Level A criteria plus additional requirements for the most common barriers (13 more criteria). Level AAA is the highest and most comprehensive level (28 more criteria), but W3C does not recommend requiring Level AAA conformance for entire websites because it is not achievable for all content types. Level AA is the most commonly required level in laws and standards worldwide.
Is WCAG a legal requirement?
WCAG itself is a technical standard, not a law. However, it has been adopted or referenced by numerous laws and regulations worldwide. In the U.S., the DOJ's 2024 Title II rule explicitly requires WCAG 2.1 Level AA for state and local government websites. Section 508 references WCAG for federal websites. The European Accessibility Act and EN 301 549 reference WCAG in the EU. Canada's Accessible Canada Act and Ontario's AODA also reference WCAG. As a result, while WCAG is technically a voluntary standard, it has effectively become a legal requirement in many jurisdictions.
What are the four POUR principles?
POUR stands for Perceivable, Operable, Understandable, and Robust. Perceivable means users must be able to perceive the content (e.g., through alt text, captions, and sufficient contrast). Operable means users must be able to operate the interface (e.g., via keyboard, with enough time, without seizure-inducing content). Understandable means content and interface behavior must be understandable (e.g., readable text, predictable navigation, error prevention). Robust means content must be compatible with current and future technologies, including assistive tools.
Which version of WCAG should I target?
For most organizations, WCAG 2.1 Level AA is the appropriate target. This is the version referenced in the DOJ's 2024 Title II rule and in most current legal settlements and regulations worldwide. WCAG 2.2 Level AA is a reasonable stretch goal, as it adds useful criteria around authentication and focus visibility. The W3C recommends that new projects target WCAG 2.2. However, if you are currently non-conformant, achieving WCAG 2.1 Level AA first is the practical priority.

Need help making your website ADA compliant?

Our team specializes in ADA-compliant web design and remediation. Get a free accessibility audit today.

Last updated: 2026-03-21