WCAG 2.0 Level AAA represents the pinnacle of web accessibility standards, building upon and extending the requirements of Level A and Level AA to ensure the widest possible range of content is accessible to individuals with diverse disabilities. While achieving full AAA compliance can be exceptionally challenging for all content types, it offers unparalleled benefits for users, particularly those with significant cognitive, visual, auditory, and motor impairments.
This documentation page details the specific criteria for WCAG 2.0 Level AAA, providing guidance, examples, and best practices for developers, designers, and content creators aiming for the highest level of inclusivity.
Why WCAG 2.0 AAA Matters
Adhering to WCAG 2.0 Level AAA goes beyond meeting minimum legal or compliance requirements; it embodies a commitment to universal design and digital equity. By addressing these advanced criteria, you can significantly enhance the user experience for a broad spectrum of individuals:
Beyond individual user benefits, embracing AAA principles can lead to a more robust, user-friendly, and maintainable codebase, ultimately expanding your audience and demonstrating leadership in digital inclusion.
WCAG 2.0 AAA Success Criteria and Requirements
WCAG 2.0 Level AAA includes all Level A and Level AA success criteria, along with the following additional criteria, organized by the four principles of accessibility:
Principle 1: Perceivable
Information and user interface components must be presentable to users in ways they can perceive.
Guideline 1.2: Time-based Media
Provide alternatives for time-based media.
Guideline 1.4: Distinguishable
Make it easier for users to see and hear content including separating foreground from background.
Principle 2: Operable
User interface components and navigation must be operable.
Guideline 2.1: Keyboard Accessible
Make all functionality available from a keyboard.
Guideline 2.2: Enough Time
Provide users enough time to read and use content.
Guideline 2.3: Seizures
Do not design content in a way that is known to cause seizures.
Principle 3: Understandable
Information and the operation of user interface must be understandable.
Guideline 3.1: Readable
Make text content readable and understandable.
Guideline 3.2: Predictable
Make web pages appear and operate in predictable ways.
Guideline 3.3: Input Assistance
Help users avoid and correct mistakes.
Principle 4: Robust
Content must be robust enough that it can be interpreted reliably by a wide variety of user agents, including assistive technologies.
(Note: WCAG 2.0 does not define specific AAA success criteria under the Robust principle. Compliance with A and AA criteria under this principle is generally sufficient to meet the spirit of AAA for robustness.)
Practical Guidelines for WCAG 2.0 AAA Compliance
Examples of Correct and Incorrect Implementations
Example: Contrast (Enhanced) (1.4.6)
Ensuring a 7:1 contrast ratio for normal text.
Incorrect: Low Contrast
This text has a low contrast ratio (e.g., ~2.5:1), making it difficult for many users to read.
Correct: High Contrast (7:1 or higher)
This text has a high contrast ratio (e.g., 10:1), making it much more legible for all users, including those with low vision.
Example: Audio Description (Prerecorded) & Media Alternative (1.2.5, 1.2.8)
Providing comprehensive access to video content.
Incorrect: Video with only basic captions
While captions are good, for AAA, an audio description track and/or a full text transcript are also required.
Correct: Video with extended audio description and full transcript
The <track kind="descriptions"> provides a descriptive narration. The full text transcript (linked) includes all dialogue and descriptions of visual information, addressing 1.2.3 and 1.2.8.
Example: No Timing (2.2.3) & Interruptions (2.2.4)
Giving users control over their time and experience.
Incorrect: Auto-expiring session and forced modal
A session that expires without user control, and a modal that interrupts the user, violate AAA criteria.
Correct: User-controlled session and dismissible alerts
Users are warned before session expiration and given a chance to extend it (2.2.5 & 2.2.3). Alerts are dismissible (2.2.4) and don’t block interaction.
Example: Error Prevention (All) (3.3.6)
Ensuring critical actions are protected from irreversible errors.
Incorrect: Unchecked 'Delete Account’ button
A single button click immediately deleting an account with no confirmation or undo option violates 3.3.6.
Correct: 'Delete Account’ with confirmation and reversal option
This provides a confirmation step (’Checked’ and 'Confirmed’) before deletion. Ideally, the action is also 'Reversible’ (e.g., account deactivation for 30 days), which would fully meet the criteria.
Best Practices and Common Pitfalls for AAA Compliance
Best Practices:
Common Pitfalls:
Conclusion
Achieving WCAG 2.0 Level AAA compliance demonstrates the highest level of commitment to web accessibility. While demanding, the benefits of creating a truly inclusive digital experience for the widest possible audience are profound. By carefully integrating these advanced criteria into your development process and leveraging best practices, you can build web content that is usable and understandable by everyone.
Related posts
Still looking for answers?
Ask our experts using online chat