What Is WCAG? Web Content Accessibility Guidelines Explained
A comprehensive beginner's guide to understanding WCAG — the global standard for making web content accessible to people with disabilities
On this page
On this page
What Does WCAG Stand For?
WCAG stands for Web Content Accessibility Guidelines. It is a set of internationally recognized standards developed by the World Wide Web Consortium (W3C) through its Web Accessibility Initiative (WAI). The purpose of WCAG is straightforward: to provide a single shared standard for web content accessibility that meets the needs of individuals, organizations, and governments around the world.
In practical terms, WCAG is the technical document that tells developers, designers, and content creators exactly what they need to do to make their digital content accessible to people with disabilities. It covers a wide range of disabilities, including visual, auditory, physical, speech, cognitive, language, learning, and neurological disabilities.
If someone tells you a website needs to be "accessible" or "ADA compliant," WCAG is almost certainly the standard they are measuring against — whether they know it or not.
Why WCAG Exists
The web was designed to work for all people, regardless of their hardware, software, language, location, or ability. That is not a retrospective ideal; Tim Berners-Lee, the inventor of the World Wide Web, stated it explicitly: "The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect."
In practice, though, the web frequently fails to deliver on that promise. Websites use images without text descriptions, making them invisible to screen readers. Forms lack proper labels, making them impossible to fill out without a mouse. Videos play without captions. Navigation requires precise mouse movements that people with motor impairments cannot perform. Color choices make text unreadable for people with low vision or color blindness.
WCAG exists to define, in specific and testable terms, what accessible web content actually looks like. Without WCAG, "accessible" would be a vague aspiration. With WCAG, it is a measurable standard with clear success criteria that can be tested, verified, and enforced.
A Brief History of WCAG
Understanding the evolution of WCAG helps explain why it looks the way it does today and where it is headed next.
WCAG 1.0: The Starting Point
The W3C published WCAG 1.0 in May 1999. It was the first formal attempt to create a comprehensive web accessibility standard. WCAG 1.0 contained 14 guidelines with associated checkpoints at three priority levels.
While groundbreaking for its time, WCAG 1.0 had significant limitations. Its guidelines were closely tied to the HTML and CSS technologies of the late 1990s, which made them increasingly difficult to apply as web technology evolved. The checkpoints were often ambiguous and difficult to test objectively. As the web moved toward dynamic content, rich internet applications, and eventually mobile devices, WCAG 1.0 became insufficient.
WCAG 2.0: The Modern Foundation
WCAG 2.0, published in December 2008, was a complete rewrite. The W3C made a critical design decision: WCAG 2.0 would be technology-agnostic. Rather than prescribing specific HTML techniques, it established principles and success criteria that could be applied to any web technology — HTML, CSS, JavaScript, PDF, Flash (at the time), and any future technology.
WCAG 2.0 introduced the four POUR principles (Perceivable, Operable, Understandable, Robust) and established the three-tier conformance system (A, AA, AAA) that remains in use today. Each success criterion was written to be testable, either through automated tools or through human evaluation with defined procedures.
WCAG 2.0 became an ISO standard (ISO/IEC 40500:2012) in 2012 and was widely adopted by governments worldwide. It remains the baseline for many accessibility laws and regulations.
WCAG 2.1: Mobile and Cognitive Needs
Published in June 2018, WCAG 2.1 extended WCAG 2.0 by adding 17 new success criteria. It did not modify or remove any existing criteria — a website that conforms to WCAG 2.1 also conforms to WCAG 2.0.
The new criteria in WCAG 2.1 addressed three areas that WCAG 2.0 had underserved: mobile accessibility, low-vision users, and people with cognitive and learning disabilities. New requirements included touch target sizing, content reflow for mobile screens, text spacing adjustments, and motion-triggered interactions.
WCAG 2.1 Level AA is the standard referenced in the U.S. Department of Justice's 2024 final rule on ADA Title II web accessibility for state and local governments.
WCAG 2.2: The Current Standard
WCAG 2.2 was published as a W3C Recommendation in October 2023. It added nine new success criteria on top of WCAG 2.1, continuing the pattern of backward compatibility. A site that meets WCAG 2.2 also meets 2.1 and 2.0.
Key additions in WCAG 2.2 include focus appearance requirements (making keyboard focus indicators more visible), dragging movements (ensuring functionality is not dependent on drag interactions), accessible authentication (reducing the cognitive burden of login processes), and consistent help (making sure help mechanisms appear in the same location across pages).
Notably, WCAG 2.2 removed one criterion from 2.1: Success Criterion 4.1.1 (Parsing), which had become redundant as modern browsers and assistive technologies improved their handling of malformed markup.
WCAG 3.0: What Is Coming Next
WCAG 3.0, formally titled "W3C Accessibility Guidelines 3.0," is currently in development as a Working Draft. It represents a fundamental rethinking of how accessibility standards are structured. Rather than the binary pass/fail model of WCAG 2.x, WCAG 3.0 proposes a scoring system with bronze, silver, and gold conformance levels.
WCAG 3.0 also introduces a new color contrast model called APCA (Accessible Perceptual Contrast Algorithm) that is designed to be more perceptually accurate than the current contrast ratio formula. The scope expands beyond web content to encompass a broader range of digital experiences.
However, WCAG 3.0 is still years away from becoming a formal Recommendation. It should not be used as a compliance target today, but it is worth monitoring for organizations planning long-term accessibility strategies.
Need help with ADA compliance?
Use our free accessibility tools to check your website for common issues.
The Four POUR Principles
At the heart of WCAG are four principles that form the acronym POUR. Every success criterion in the standard falls under one of these principles. Understanding POUR gives you a mental framework for thinking about accessibility even when you do not have the specific criteria memorized.
Perceivable
Information and user interface components must be presentable to users in ways they can perceive. This means content cannot depend on a single sense alone. If there is visual content, there must be a text alternative for people who cannot see it. If there is audio content, there must be captions or a transcript for people who cannot hear it.
Key perceivable requirements include: providing text alternatives for images, offering captions and audio descriptions for multimedia, ensuring content can be presented in different ways without losing meaning, and making content distinguishable through sufficient color contrast and resizable text.
Operable
User interface components and navigation must be operable by all users. This means every function that can be performed with a mouse must also be performable with a keyboard alone. Users must have enough time to read and interact with content. Content must not be designed in a way that causes seizures or physical reactions. And navigation must be designed to help users find content and determine where they are.
WCAG 2.1 and 2.2 expanded operability requirements significantly, adding criteria around touch targets, motion activation, pointer gestures, and dragging movements — recognizing that "operable" means more than just keyboard-accessible in a world of touchscreens and motion sensors.
Understandable
Information and the operation of the user interface must be understandable. This covers three areas: the readability of text content, the predictability of how web pages operate, and input assistance that helps users avoid and correct mistakes.
Specific requirements include identifying the language of a page, ensuring navigation is consistent across pages, labeling form inputs clearly, providing useful error messages, and offering instructions where needed. The understandable principle is especially relevant for people with cognitive and learning disabilities, who represent a large and often overlooked segment of users.
Robust
Content must be robust enough to be interpreted reliably by a wide variety of user agents, including assistive technologies. In practice, this means using valid, semantic markup and ensuring that custom interface components properly communicate their name, role, and state to assistive technology through appropriate use of ARIA attributes.
The robust principle ensures that accessibility is not brittle — that content works not just with today's screen readers and browsers, but remains accessible as technology evolves.
WCAG Conformance Levels: A, AA, and AAA
Each WCAG success criterion is assigned to one of three conformance levels. These levels are cumulative: meeting Level AA requires meeting all Level A criteria as well.
Level A: The Minimum
Level A criteria address the most fundamental accessibility barriers. Without meeting these, certain users are completely blocked from accessing content. Examples include providing text alternatives for images (Success Criterion 1.1.1), making all functionality available from a keyboard (2.1.1), and not using content that flashes more than three times per second (2.3.1).
Level A is necessary but not sufficient for meaningful accessibility. A website that only meets Level A may still present significant barriers for many users.
Level AA: The Standard Target
Level AA is the conformance level required by most accessibility laws and policies worldwide, including ADA-related enforcement in the United States, the European Accessibility Act, and Section 508 of the Rehabilitation Act. It is the standard target for the vast majority of organizations.
Level AA adds requirements such as minimum color contrast ratios (4.5:1 for normal text, 3:1 for large text), the ability to resize text up to 200% without loss of content, visible focus indicators for keyboard users, and multiple ways to find pages within a website.
When someone says a website should be "WCAG compliant," they almost always mean WCAG 2.1 or 2.2 Level AA.
Level AAA: The Highest Bar
Level AAA represents the most stringent accessibility requirements. Examples include enhanced contrast ratios (7:1), sign language interpretation for prerecorded audio content, and reading level requirements for text content.
The W3C itself notes that it is not recommended to require Level AAA conformance as a general policy for entire websites, because it is not possible to satisfy all Level AAA success criteria for some content. However, organizations may choose to meet specific AAA criteria where practical, and some AAA criteria — such as enhanced contrast — are relatively easy to implement and provide meaningful benefit.
Need help with ADA compliance?
Use our free accessibility tools to check your website for common issues.
How WCAG Relates to the ADA
The Americans with Disabilities Act (ADA) does not mention WCAG by name. The ADA was signed into law in 1990, nine years before WCAG 1.0 even existed, and it does not contain any web-specific technical standards.
However, U.S. courts and the Department of Justice have increasingly pointed to WCAG as the appropriate benchmark for determining whether a website is accessible under the ADA. In April 2024, the DOJ published a final rule under Title II of the ADA that explicitly requires state and local government websites to conform to WCAG 2.1 Level AA. While this rule applies directly to government entities, it strongly signals the DOJ's position on what constitutes an accessible website for Title III (private businesses) as well.
The relationship works like this: the ADA requires that people with disabilities have equal access to places of public accommodation. Courts have increasingly ruled that websites qualify as places of public accommodation (or are sufficiently connected to physical places of accommodation). WCAG provides the measurable, testable standard for determining whether that equal access exists.
In short, WCAG is the "how" that fulfills the ADA's "what."
WCAG and Other Global Laws
WCAG's influence extends well beyond the United States. The European Accessibility Act (EAA), which member states must apply beginning June 2025, references harmonized standards based on WCAG 2.1 Level AA. Canada's Accessible Canada Act draws on WCAG. Australia, Israel, Japan, and many other countries have incorporated WCAG into their national accessibility requirements.
This global adoption is one of WCAG's greatest strengths. An organization that builds to WCAG 2.2 Level AA has a strong foundation for legal compliance in virtually every jurisdiction with digital accessibility requirements.
Need help with ADA compliance?
Use our free accessibility tools to check your website for common issues.
Common WCAG Requirements in Plain Language
While WCAG contains 87 success criteria in version 2.2, many of the most impactful requirements can be summarized in plain terms:
Every image needs a text description. Screen readers cannot interpret images. The alt attribute provides a text equivalent that describes the image's content or function.
Videos need captions and audio descriptions. Captions make audio content accessible to deaf and hard-of-hearing users. Audio descriptions narrate visual information for blind users.
Color alone cannot convey information. If a form field turns red to indicate an error, there must also be a text message or icon — not just the color change.
Text must have sufficient contrast against its background. Normal text needs a contrast ratio of at least 4.5:1 against its background. Large text (18pt or 14pt bold) needs at least 3:1.
Everything must work with a keyboard. Every interactive element — links, buttons, form fields, menus, sliders — must be reachable and operable using only a keyboard.
Pages need a logical heading structure. Screen reader users navigate by headings. A clear hierarchy (H1, H2, H3) makes content skimmable and navigable.
Forms must have visible labels. Every input field needs an associated label that is programmatically linked (not just visually placed nearby).
Users must be able to resize text. Text must remain readable and functional when zoomed to 200% without requiring horizontal scrolling.
Error messages must be specific and helpful. When a user makes a mistake in a form, the error message must identify the problem and suggest how to fix it.
How to Get Started with WCAG Compliance
If you are approaching WCAG compliance for the first time, the process does not need to be overwhelming. Start with these steps:
Audit your current state. Use a combination of automated tools and manual testing to understand where your site stands today. Automated tools can catch about 30-40% of WCAG issues. Manual testing — including keyboard navigation testing and screen reader testing — is essential for the rest.
Prioritize Level A first, then AA. Fix the most critical barriers first. Issues that completely block access (missing alt text on functional images, inaccessible forms, keyboard traps) should be addressed before more nuanced issues.
Train your team. Accessibility is not a one-time project; it is an ongoing practice. Developers, designers, content creators, and QA testers all need to understand their role in maintaining WCAG compliance.
Build accessibility into your process. The most cost-effective approach is to build accessible from the start rather than remediating after the fact. Incorporate accessibility checks into your design reviews, code reviews, and QA testing.
Publish an accessibility statement. A public accessibility statement communicates your commitment, identifies known limitations, and provides contact information for users who encounter barriers.
Need help with ADA compliance?
Use our free accessibility tools to check your website for common issues.
Key Takeaways
WCAG is the international standard for web accessibility, developed by the W3C and referenced by accessibility laws worldwide. The current version is WCAG 2.2, and Level AA is the conformance target required by most legal frameworks.
The four POUR principles — Perceivable, Operable, Understandable, and Robust — provide a mental model for thinking about accessibility. Every WCAG success criterion ties back to one of these principles.
While WCAG is a technical standard and not a law, it is the standard that courts and regulators use to evaluate whether websites meet legal accessibility requirements under the ADA, the European Accessibility Act, Section 508, and other laws. Meeting WCAG 2.2 Level AA is the most reliable way to demonstrate that your website provides equal access to people with disabilities.
Frequently Asked Questions
- What is WCAG in simple terms?
- WCAG stands for Web Content Accessibility Guidelines. It is a set of technical standards published by the World Wide Web Consortium (W3C) that explains how to make websites, apps, and digital content usable by people with disabilities. Think of it as the rulebook that defines what 'accessible' actually means in practice.
- Is WCAG a law?
- WCAG itself is not a law. It is a voluntary technical standard. However, many laws around the world reference WCAG as the benchmark for digital accessibility. In the United States, the Department of Justice has identified WCAG 2.1 Level AA as the standard for ADA compliance. The European Union, Canada, and many other jurisdictions also reference WCAG in their accessibility legislation.
- What is the difference between WCAG Level A, AA, and AAA?
- Level A covers the most basic accessibility requirements — without these, some people literally cannot use your site at all. Level AA adds requirements for broader usability, like sufficient color contrast and resizable text, and is the standard most laws require. Level AAA is the most stringent level and includes criteria like sign language interpretation for video; it is not typically required by law because meeting every AAA criterion is impractical for most websites.
- Which version of WCAG should I follow?
- As of 2026, you should follow WCAG 2.2 Level AA. This is the most current W3C Recommendation and is what the DOJ's 2024 Title II rule references. WCAG 2.2 is backward-compatible with 2.1 and 2.0, so meeting 2.2 means you also satisfy earlier versions. WCAG 3.0 is still in development and is not yet a formal standard.
- How many WCAG success criteria are there?
- WCAG 2.2 contains 87 success criteria spread across the three conformance levels. Level A has 32 criteria, Level AA adds 24 more, and Level AAA adds 31 on top of that. To meet Level AA — the most commonly required target — you need to satisfy 56 success criteria total.
- Does WCAG apply to mobile apps?
- Yes. WCAG 2.1 and 2.2 were specifically expanded to better address mobile accessibility. The guidelines are written in a technology-agnostic way, meaning they apply to websites, mobile apps, web applications, and other digital content. Many of the criteria added in WCAG 2.1, such as touch target size and orientation requirements, were designed with mobile devices in mind.
Sources
- Web Content Accessibility Guidelines (WCAG) 2.2 — W3C Recommendation
- WCAG 2 Overview — W3C Web Accessibility Initiative
- W3C Accessibility Guidelines (WCAG) 3.0 — Working Draft
- Understanding WCAG 2.2 — W3C
- Nondiscrimination on the Basis of Disability; Accessibility of Web Information and Services — DOJ Final Rule (2024)
- WCAG 2.0 — W3C Recommendation (2008)
- WCAG 2.1 — W3C Recommendation (2018)
- Essential Components of Web Accessibility — W3C WAI