Skip to content

Glossary WCAG (Web Content Accessibility Guidelines)

What are the WCAG

Definition

The WCAG are the W3C technical standard that expresses web accessibility as verifiable success criteria, grouped under four principles and classified into three conformance levels (A, AA and AAA).

On this page 5
  1. What WCAG means and where its scope ends
  2. How the standard is structured and which version applies
  3. Why it matters
  4. Good practice
  5. Common mistakes
In brief

The W3C technical standard that turns web accessibility into verifiable criteria, with three conformance levels and a current version that European regulation adopts by reference.

What WCAG means and where its scope ends

WCAG stands for Web Content Accessibility Guidelines. They are published by the W3C through its Web Accessibility Initiative (WAI). What sets them apart from any book of best practice is verifiability: every requirement is worded so that two independent auditors reach the same verdict about the same screen.

Three layers that get mixed up in practice are worth separating. Web accessibility is the property of the site. The WCAG are the yardstick that measures that property. And the law decides who is required to meet it and from when. The W3C neither legislates nor sanctions: it writes the yardstick, and European and national rules then adopt it by reference. Arguing about «whether the WCAG are mandatory» conflates all three layers.

The nominal scope is web content, meaning whatever is delivered to the browser and can be interpreted by assistive technology. Native mobile apps, desktop software and office documents fall outside the literal text, although the European reference standard and much of public procurement assess them by analogy against the same criteria.

There is a second limit that is often misunderstood. The WCAG prescribe neither a particular design nor a particular component. They describe required outcomes rather than implementations, which is why the same screen allows several equally conformant solutions.

How the standard is structured and which version applies

The hierarchy has three tiers. At the top, four principles: perceivable, operable, understandable and robust. Below them, thirteen guidelines that group thematic objectives such as contrast, keyboard navigation or help with data entry. At the operational level sit the success criteria, the statements that are actually audited. The numbering reflects this: criterion 1.4.3 belongs to principle 1, guideline 4, and is the third of that guideline.

Each criterion carries a level. Version 2.2 numbers 86 criteria: 31 at level A, 24 at level AA and 31 at level AAA. The levels are cumulative, so declaring AA also requires meeting the level A criteria, 55 in total. AAA is not intended as a blanket target for a whole site, because some content types make it unreachable.

Declaring conformance also requires five conditions that are routinely overlooked: you declare a full level, for full pages, for complete processes such as a purchase or a sign-up, using only accessibility-supported technologies, and without any non-conformant part interfering with the rest of the page. A page that fails a single criterion is not conformant, however many others it passes.

As for versions, 2.0 (2008) set 61 criteria, 2.1 (2018) added 17, and 2.2 (October 2023, with an editorial update in December 2024) added nine more and removed 4.1.1 «Parsing», which became obsolete. Version 3.0 remains a working draft with no normative force. The European standard EN 301 549, the one cited in regulation and in tenders, adopts WCAG 2.1 level AA in its harmonised version, and its revision towards 2.2 is under way.

Why it matters

The decision that depends on the WCAG is not whether to make a site accessible, but how the budget splits between automated tooling and human review. That is where most accessibility plans break.

The most useful figure on that split comes from an audit by the UK Government Digital Service: the team introduced 142 accessibility barriers into a page and ran it through thirteen automated tools; the best one detected 40 % of the problems introduced. What remains requires human judgement. Whether an alternative text describes the image or merely repeats the file name, whether focus order follows the visual logic, whether an error message explains how to fix the entry: no scanner settles that.

Two practical consequences follow. An automated report with no findings is not a conformance claim but a filter that has removed the crudest failures. And the target level, almost always AA, is set at the start of the project, because criteria such as minimum contrast or target size shape the design system; fixing them at the end costs a redesign rather than a patch.

Good practice

  • Put the target level (A plus AA) and the specific version in writing before design work starts, and include it in the tender or the agency contract.
  • Audit complete processes rather than isolated pages: sign-up, search, cart, checkout and password recovery, error states included.
  • Combine an automated scanner with a minimum manual review: a full keyboard-only run, a screen reader test and a check of zoom at 200 %.
  • Turn contrast, target size and the focus indicator into design system tokens, so every new component satisfies them by default.
  • Publish an accessibility statement with the standard version, the level reached, the evaluation date, the method used and a contact route for reporting barriers.
  • Record every known failure with its cause and its planned fix date, instead of leaving it out of the report.

Common mistakes

  • Treating «zero errors in the scanner» as proof of conformance, when the automatable share of the criteria is a minority.
  • Installing an overlay and considering the matter closed. The Overlay Fact Sheet, signed by specialists and organisations in the field, holds that an overlay cannot achieve full conformance because it does not repair every type of failure, and further warns that detecting a user's assistive technology exposes sensitive personal information.
  • Setting AAA as a blanket site policy and ending up with no statement at all, instead of sustaining AA.
  • Auditing the design mock-up rather than the live site with real data, filled forms, open modals and JavaScript-loaded content.
  • Treating accessibility as a final QA phase, when the costliest criteria are decided in the design system and in the markup.
Manuel Riveiro Rodriguez CEO & Digital Strategist

A technical audit covers this and everything else in one pass.

Request an audit

Frequently asked

Which version of the WCAG should I apply today?

The current W3C version is 2.2, published in October 2023 and updated in December 2024. The European standard EN 301 549, the one cited in regulation and tenders, still adopts WCAG 2.1 level AA in its harmonised version. Working against 2.2 covers both scenarios, because the earlier criteria are retained.

How many criteria must be met for level AA?

Fifty-five. The levels are cumulative: AA includes the 31 level A criteria plus the 24 specific to AA. The remaining 31 belong to level AAA and are not part of an AA claim. A single screen that fails one of those 55 breaks the conformance of the page.

Can an automated tool certify conformance?

No. In the UK Government Digital Service audit, with 142 deliberately introduced barriers and thirteen tools, the best detected 40 %. Criteria that depend on human judgement, such as the usefulness of an alternative text or the logic of focus order, lie beyond the reach of any scanner.

Are the WCAG legally mandatory?

Not in themselves: the W3C publishes a technical standard, not a law. The obligation arrives when a legal instrument adopts them by reference, usually through EN 301 549. At that point the required level is normally AA, and who is covered depends on the specific regulation and the type of organisation.

What is the difference between WCAG and EN 301 549?

The WCAG cover web content. EN 301 549 is the broader European standard for accessible ICT products and services; it absorbs the WCAG for the web part and adds its own requirements for hardware, documentation, non-web software and customer support. In Europe the formal reference is EN 301 549.

Sources

  1. Normative text of WCAG 2.2: principles, guidelines, success criteria with their level and the five conformance requirements.
  2. W3C summary listing the nine new criteria in version 2.2 and the removal of criterion 4.1.1.
  3. W3C overview page on the WCAG: publication dates, relationship between versions and the status of the 3.0 draft.
  4. UK Government Digital Service audit: 142 barriers introduced into a page, thirteen tools evaluated and 40 % detection in the best case.
  5. Collective document from the accessibility field on overlays, their inability to achieve full conformance and the risk to personal data.