Web Accessibility: Fundamental Principles

This section presents the four POUR pillars of WCAG, followed by key recommendations at each level and links to detailed sections.

Perceivable
Transcripts, text alternatives, sufficient contrast, clear visual organisation.
Operable
Keyboard navigation, logical tab order, skip links, mobile compatibility.
Understandable
Declared language, consistent feedback, simple instructions, cognitive accessibility.
Robust
Compatibility with assistive technologies, ARIA compliant, code validation.

Quick Navigation

Accessibility Guides

Implement WCAG best practices, accessible SEO, Core Web Vitals, and access interactive tutorials to create inclusive web experiences.

Keyboard Navigation and Focus

Effective keyboard navigation is essential for accessibility. Follow these principles:

Test with: Tab, Shift+Tab, Enter, Space, arrow keys.
Complete WebAIM Guide on Keyboard Navigation

Form Accessibility

Accessible forms improve the experience for all users:

WAI Tutorial on Accessible Forms

Cognitive Accessibility and Neurodiversity

Create understandable content for everyone, including those with cognitive difficulties:

WAI Guide on Cognitive Accessibility

ARIA: Best Practices

Golden Rule: "No ARIA is better than bad ARIA" - Use ARIA to complement semantic HTML, never as a replacement.

Complete ARIA Cheat Sheet

Multimedia Accessibility and Dynamic Content

Make all multimedia content accessible:

Checklist: WebAIM Captions

Mobile Accessibility

Recommended tools: Tenon API, Axe Mobile, MDN Mobile Accessibility

Accessibility Overlay: Warnings

Automatic overlays (widgets, toolbars) do not provide real WCAG compliance. Prioritise native code correction!
Reference: Why Avoid Overlays

Testing with Real Users

Practical Guide: WAI User Testing

Intersectionality, Localisation and Linguistics

See: W3C i18n Best Practices

Recommended Tools

Explore our selection of tools to test and improve the accessibility of your websites.

Best Practices

Adopt the best practices for a more inclusive and performant web.

Go Further: Advanced Resources and Community