WCAG stands for Web Content Accessibility Guidelines. It is the internationally recognised standard for web accessibility, developed by the World Wide Web Consortium (W3C) – the body responsible for the core standards of the web. The current required version is WCAG 2.1, and the target level for most legal obligations including the European Accessibility Act is Level AA.
If you have tried to read the actual WCAG documentation, you will understand why most business owners’ eyes glaze over. It is dense, technical and written for engineers. This guide explains what it means in practice – for your business, your website and your legal obligations.
The Four Principles: POUR
WCAG 2.1 is organised around four core principles, often summarised by the acronym POUR: Perceivable, Operable, Understandable and Robust. Every requirement in the standard maps back to one of these four principles.
Perceivable – Can everyone access the content?
All information and user interface components must be presentable in ways that users can perceive. This means content cannot be invisible to all of a user’s senses.
In practice: Images must have text descriptions (alt text) so screen reader users hear what the image shows. Videos must have captions for deaf users. Text must have sufficient contrast against its background so users with low vision can read it. Content that conveys meaning through colour alone must also convey that meaning in another way.
Operable – Can everyone use the interface?
User interface components and navigation must be operable by all users. The site must not require interactions that some users cannot perform.
In practice: Every function available by mouse must also be available using a keyboard alone – for users with motor impairments who cannot use a mouse. Content must not flash at a rate that could trigger seizures. Users must have enough time to read and interact with content. Navigation must be consistent and predictable across the site.
Understandable – Can everyone understand it?
Information and the operation of the user interface must be understandable. Users must be able to understand both the information and how to operate the interface.
In practice: The language of the page must be declared in the HTML so screen readers use the correct pronunciation. Error messages must explain what went wrong and how to fix it, not just flag that an error occurred. Navigation must work consistently across the site. Forms must have clear labels that remain visible when the user starts typing.
Robust – Does it work with assistive technology?
Content must be robust enough to be reliably interpreted by a wide variety of user agents, including current and future assistive technologies – screen readers, voice control software, braille displays and switch access devices.
In practice: HTML must be valid and well-structured. ARIA attributes must be used correctly. Interactive components must expose their name, role and value to accessibility APIs so assistive technology can interpret them correctly.
What Level AA Actually Means
WCAG is organised into three conformance levels: A (minimum), AA (standard) and AAA (enhanced). Level A addresses the most fundamental barriers – issues so severe they make a site completely unusable for some users. Level AA, which is what the EAA and most legal frameworks require, addresses the barriers that significantly impede access for many users with disabilities. Level AAA is the highest level and is not required by any current legislation.
Achieving Level AA does not require a complete rebuild of your website. The most common failures — missing alt text, missing language declarations, poor colour contrast, missing form labels – are straightforward to fix and typically require a single focused developer session.
Why This Matters for Your Business Right Now
The European Accessibility Act requires WCAG 2.1 Level AA compliance for websites serving EU and EEA consumers. The ADA, interpreted by US courts, increasingly requires equivalent standards for US-facing websites. These are not theoretical future obligations – they are current legal requirements with documented enforcement actions.
The good news is that WCAG 2.1 improvements deliver measurable commercial benefits beyond legal compliance. Better heading structure improves SEO. Alt text on images improves Google image search rankings. Faster, more accessible pages convert better for all visitors, not just those with disabilities. Accessibility and performance are not in conflict – they reinforce each other.