A11y (Accessibility)
The four POUR principles behind A11y
Digital accessibility is structured around the four principles defined by the Web Content Accessibility Guidelines (WCAG), summarised by the acronym POUR. Every accessible interface must satisfy all four.
- Perceivable: information and interface elements must be presentable in ways users can perceive — text alternatives for images, captions for video, sufficient colour contrast.
- Operable: all functionality must work via keyboard, with enough time to interact and no content that triggers seizures.
- Understandable: content and operation must be readable and predictable, with clear error identification and guidance.
- Robust: content must be reliably interpreted by a wide range of user agents, including assistive technologies like screen readers.
In practice, A11y relies on semantic HTML, correct heading structure, descriptive alternative text, accessible names for interactive elements, visible focus states, and ARIA attributes used only where native HTML is insufficient.
WCAG conformance levels and what they cover
WCAG, published by the W3C, is the international reference standard for digital accessibility. It defines three conformance levels, each adding success criteria on top of the previous one. Level AA is the threshold most legal frameworks and procurement requirements target.
| Level | Scope | Typical use |
|---|---|---|
| A | Minimum criteria — removes the most severe barriers (keyboard access, text alternatives, no keyboard traps) | Baseline; rarely sufficient on its own |
| AA | Adds contrast ratios, resizable text, consistent navigation, error suggestions | The de facto target for public and B2B websites |
| AAA | Strictest criteria — sign language for audio, extended contrast, context-sensitive help | Specialised content; not expected site-wide |
A11y also intersects with standards such as the EN 301 549 specification used across Europe, which references WCAG as its technical core.
Business benefits beyond compliance
Accessibility is often framed as a legal obligation, but the engineering and commercial returns extend well beyond avoiding risk.
- Wider reach: accessible products serve users with permanent, temporary or situational impairments — a broader audience than disability statistics alone suggest.
- SEO overlap: semantic markup, descriptive alt text and clear heading hierarchies help both assistive technologies and search engine crawlers.
- Better usability for everyone: keyboard support, readable contrast and clear error messages improve the experience for all users, not only those with disabilities.
- Lower remediation cost: building A11y into design and development from the start is far cheaper than retrofitting it after an audit.
- Procurement eligibility: many public-sector and enterprise tenders require documented WCAG conformance.
Questions fréquentes
Building a custom software project? We design bespoke software aligned with your roadmap.
See our custom software expertiseDéfinitions liées