In the world of the web, the W3C plays a key role: it is the international organization responsible for creating the standards that allow websites, browsers, tools, and technologies to operate together coherently. Its goal is to ensure an interoperable web that is also accessible and secure for everyone.
It is within this framework that the WCAG guidelines were created. They are developed by the W3C, in collaboration with experts, organizations, and governments around the world, in order to provide a unique and internationally recognized standard for web content accessibility. The idea is simple: offer a clear and defined framework to help teams design online experiences that are truly accessible, regardless of context, device, or target audience.
What does WCAG mean?
WCAG is an acronym for Web Content Accessibility Guidelines. These are technical recommendations published by the W3C to define precisely how to make digital content accessible to as many people as possible—whether users with visual, auditory, cognitive, or motor impairments, or people navigating with a screen reader, keyboard, or voice command.
These guidelines are organized around four main principles: Perceivable, Operable, Understandable, and Robust. They cover many aspects of the web experience: how information is presented, page structure, how interactive elements function, form handling, interface behavior, technical compatibility, and more.
Even though they are not laws in themselves, the WCAG form the basis for most international regulatory frameworks, such as the RGAA in France or the EAA in Europe. Today, they represent an essential guide for any organization wishing to offer truly inclusive interfaces aligned with modern web standards.
What are the 4 fundamental WCAG principles?
These web accessibility rules are based on four major principles, often summarized by the acronym POUR. They act as a foundation for any digital accessibility approach. The goal is for every person—even those using assistive technologies—to be able to perceive, understand, and use a website or application correctly. These principles also define the WCAG A, AA, and AAA compliance levels, and help designers, developers, and product teams create truly inclusive experiences.
Principle 1: Perceivable
Information and user interface components must be presented in ways that all users can perceive, regardless of how they access the content.
In practice, this means:
- providing text alternatives for all non-text content so it can be read, voiced, or converted to braille;
- offering alternatives for audio and video content;
- ensuring that content can be displayed in different ways without losing structure or meaning;
- facilitating visual and auditory perception, especially by ensuring sufficient contrast and clearly distinguishing foreground from background.
Principle 2: Operable
Navigation components and functionalities must be operable by everyone.
In practical terms:
- all actions must be accessible via keyboard, without requiring a mouse;
- users must have enough time to interact with the content;
- the site must not contain elements likely to trigger seizures (e.g., flashing content);
- clear navigation structures must help users orient themselves and find information.
Principle 3: Understandable
Content and interfaces must be easy to understand.
More specifically:
- text must be readable, clear, and understandable;
- elements must behave predictably, without abrupt or inconsistent changes;
- input errors must be detectable, explained, and correctable by the user.
Principle 4: Robust
Content must be compatible with a wide range of user agents, today and in the future.
This implies:
- optimal compatibility with assistive technologies (screen readers, voice navigation tools, etc.);
- a technical structure solid enough to remain accessible despite evolving browsers, devices, or tools.
What are the different compliance levels?
WCAG is based on testable success criteria, which are precise requirements used to determine, clearly and unambiguously, whether content meets accessibility standards.
In practice, testing often combines automated tools with human evaluation—ideally involving people with disabilities—to ensure that a site is not only “technically compliant” but truly usable.
From these criteria, WCAG defines three compliance levels: A, AA, and AAA. The higher the level, the more numerous and demanding the requirements.
Level A: the minimum foundation
Level A corresponds to the minimum requirements for content to be accessible to a broad audience.
Criteria at this level typically address blocking issues: inability to navigate by keyboard, complete absence of text alternatives, content that may trigger seizures, and so on.
These adjustments are generally technically simple to implement.
Meeting Level A already allows many people to access the content, but still leaves significant barriers for certain user profiles.
For a website or e-learning module, aiming for at least Level A ensures that you are not completely shutting out part of your audience.
Level AA: the most common target
Level AA is the level most often required by standards and regulations (such as the RGAA, for example).
It includes all Level A criteria, plus additional requirements that significantly improve the experience for people with sensory, cognitive, or motor impairments.
In concrete terms, Level AA criteria are more precise and demanding. Some are more technical to implement, but they enable additional user groups to truly access the content.
Example for media:
- at Level A, subtitles are required for pre-recorded audio content;
- at Level AA, additional requirements such as audio description for some videos may apply.
For most organizations, Level AA is the reasonable and recommended target: it offers a good balance between effort, impact, and regulatory expectations.
Level AAA: maximum accessibility
Level AAA is the highest level of compliance.
It adds even more specific—and often very demanding—criteria on top of Levels A and AA.
Some AAA criteria can be complex or costly to implement (for example, systematically providing sign language versions for all audio content). They address very specific needs for a smaller group of users, but for whom the impact is major.
This is why it is generally neither realistic nor recommended to claim full AAA compliance across an entire site. Instead, organizations may aim for AAA compliance on certain strategic content or in specific contexts (e.g., critical public services, targeted educational resources).
The different WCAG versions: how we got to 2.2
The different WCAG versions reflect the history of digital accessibility: from a checklist heavily focused on HTML to a much broader, stable, and future-ready framework. The more the versions evolve, the more they cover real-world situations (mobile, low vision, cognitive disabilities, touch interactions…) while remaining backward compatible. Today, WCAG 2.2 is the recommended reference version by the W3C.
WCAG 1.0: the beginning
Published in 1999, WCAG 1.0 came at a time when the Web consisted mainly of very simple HTML pages. It introduced 14 guidelines and 65 checkpoints that served as the first accessibility checklist.
Each checkpoint had a priority level (1, 2, or 3), which would later form the basis of Levels A, AA, and AAA.
Today, this version is mostly historical: it does not take modern technologies or mobile usage into account.
WCAG 2.0: the framework overhaul
In 2008, WCAG 2.0 represented a major shift: the rules became technology-neutral. They no longer applied only to traditional HTML but to all types of web content.
This is where the four major POUR principles (Perceivable, Operable, Understandable, Robust) appear, along with testable success criteria, still classified into A, AA, and AAA. Level AA became the standard target for laws and regulations.
WCAG 2.0 remains valid today, but the W3C now recommends using the most recent version (2.1 or 2.2), which are backward compatible.
WCAG 2.1: the web becomes truly mobile
Published in 2018, WCAG 2.1 does not replace 2.0—it extends it: everything is kept, and 17 new criteria are added.
The goal is to better cover:
- mobile and touch usage (screen orientation, touch targets, gestures, etc.);
- the needs of people with low vision (non-text contrast, text resizing, reflow without horizontal scrolling);
- needs related to cognitive and learning disabilities (more predictability, fewer distractions, more control).
A key point: a website compliant with WCAG 2.1 is automatically compliant with WCAG 2.0, since no criteria are removed.
WCAG 2.2: the current reference version
Recommended since October 2023, WCAG 2.2 extends 2.1 by adding nine new criteria, mainly at Levels A and AA.
They address very concrete situations:
- minimum touch target sizes and gesture handling (dragging, moving);
- better keyboard focus visibility to prevent it from being hidden by interface elements;
- more accessible authentication and input assistance, especially for people with cognitive disabilities.
Another important change: success criterion 4.1.1 “Parsing” is marked obsolete and removed in WCAG 2.2. The W3C considers it inherently satisfied in 2.0 and 2.1 for modern HTML/XML, so audits can no longer fail solely because of it.
Conclusion
The WCAG are not just a technical standard—they are the foundation of a clearer, more inclusive, and more coherent web for everyone. By defining simple principles and concrete success criteria, they provide teams with a real roadmap to improve their interfaces and respond to modern usage—from mobile navigation to assistive technologies. With the introduction of WCAG 2.2, the framework is more complete and better aligned with real user needs. Adopting these rules is not about “ticking boxes”; it is about building experiences where everyone can navigate, understand, and interact without barriers.
Want to know how your site is doing? Instantly test your accessibility level: visit our homepage to run a free accessibility check.



