Glossary · Web Design

WCAG

pronounced as a word: 'wuh-KAG'noun

WCAG is the Web Content Accessibility Guidelines, the international standard for making web content accessible.

Part of speech
noun
Pronunciation
pronounced as a word: 'wuh-KAG'
Origin
Stands for Web Content Accessibility Guidelines, published by the W3C. Version 1.0 appeared in 1999, with the widely adopted WCAG 2.0 following in 2008.

What is WCAG?

WCAG stands for the Web Content Accessibility Guidelines, the international standard for making web content accessible to people with disabilities. Published by the World Wide Web Consortium, the body that maintains the core standards of the web, WCAG provides a detailed set of criteria that define what an accessible website looks like in practice. It has become the reference point that designers, developers, organizations, and even lawmakers use to judge whether a site can be used by people who are blind, deaf, have limited mobility, or have cognitive differences. When people speak of meeting accessibility standards, they almost always mean conforming to WCAG.

The guidelines are organized around four principles, often summarized by the idea that content must be perceivable, operable, understandable, and robust. Perceivable means information must be presentable in ways people can sense, such as text alternatives for images and captions for video. Operable means the interface must be usable by everyone, including those who navigate by keyboard alone. Understandable means content and controls must be clear and predictable. Robust means the content must work reliably with assistive technologies like screen readers. Under these principles sit specific, testable success criteria, and each criterion is assigned a conformance level of A, AA, or AAA. Level A covers the most basic requirements, AA represents the commonly targeted standard that balances impact and feasibility, and AAA is the most stringent. Most organizations and legal frameworks aim for AA conformance.

WCAG was published in stages. Version 1.0 appeared in 1999, establishing the first formal guidelines. The widely adopted WCAG 2.0 followed in 2008, restructuring the standard around the four principles and the tiered conformance levels that are still used today. Later updates extended the criteria to address mobile devices, low vision, and cognitive needs while preserving the same framework, so the version 2 line has remained the backbone of accessibility practice for many years.

For a business, WCAG matters because it turns the broad goal of accessibility into a concrete, checkable target. Rather than guessing whether a site is inclusive, a team can evaluate it against defined criteria and know where it stands. This is significant legally, because many countries reference WCAG, usually at the AA level, in their accessibility laws and regulations, so conformance reduces the risk of complaints and lawsuits. It is also practical, since designing to WCAG tends to produce sites that are clearer and easier to use for everyone, and the same clean structure often helps search engines interpret a page.

The common mistakes usually involve misunderstanding what conformance requires. Treating WCAG as a one-time audit rather than an ongoing commitment leads to sites that drift out of conformance as new content is added. Chasing the highest AAA level everywhere is often impractical and unnecessary, since the standard itself notes that AAA cannot be met for all content, so AA is the sensible goal. Relying only on automated tools to verify conformance misses many criteria that require human judgment. WCAG is the detailed rulebook behind the broader practice of web accessibility, and it underpins specific measures such as contrast ratio requirements. Used as a living standard, it keeps a site usable for the widest possible audience.

Why it matters

WCAG is the benchmark courts, regulators, and clients use to judge accessibility. Meeting at least AA reduces legal risk and makes your site usable by more people.