WCAG 3.2.6: Consistent Help
Introduction to WCAG 3.2.6 Consistent Help
WCAG (Web Content Accessibility Guidelines) 3.2.6, titled „Consistent Help,” is an AA level success criterion introduced in WCAG 2.1. This criterion mandates that if help mechanisms are provided on a set of web pages, they must be consistently available and located in the same relative position across those pages. The primary goal is to enhance predictability and reduce cognitive load for users by ensuring that they can easily and reliably locate support whenever needed, without having to search anew on every page.
This criterion builds upon the general principle of consistency outlined in WCAG 3.2 (Predictable), specifically focusing on support features. It doesn’t require that all pages must have help mechanisms, but rather that if a particular help mechanism (e.g., a „Contact Us” link, an FAQ section, or a live chat widget) is repeated across multiple pages, its presence and placement must remain consistent within that set of pages.
Why WCAG 3.2.6 Matters
The consistent availability and location of help mechanisms significantly impact the usability and accessibility of a website or application. For many users, predictability is key to a smooth and frustration-free experience.
Accessibility Impact
Affected User Groups
Understanding the Requirements of WCAG 3.2.6
To fully comply with WCAG 3.2.6, it’s important to understand the specific terms used in the criterion:
It’s crucial to remember that this criterion applies when the same help mechanism is provided on multiple pages. If different types of help are provided on different pages (e.g., a product page has a specific product support link, while a general account page has a „reset password” help link), these are considered different mechanisms and don’t necessarily need to be in the exact same relative location, though overall site consistency is still good practice.
Practical Guidelines for Compliance
Achieving compliance with WCAG 3.2.6 involves thoughtful design and consistent implementation across your digital properties.
1. Identify and Standardize Help Mechanisms
2. Establish Consistent Placement Rules
3. Implement with a Design System
A well-defined design system with reusable components is an excellent way to ensure WCAG 3.2.6 compliance. Components for help mechanisms (e.g., a HelpLink component, LiveChatButton component) should be designed once and reused everywhere, inherently enforcing consistency.
4. Content Management and Development Workflows
Examples of Correct Implementations
Here are examples demonstrating how to correctly implement consistent help mechanisms.
Example 1: Consistent Footer Links
A common and effective approach is to place universal help links in the site-wide footer, ensuring they appear on every page.
HTML (footer.html)
CSS
In this example, the „Help Center,” „FAQ,” and „Contact Us” links are always present in the footer, maintaining consistent availability and relative location across the site.
Example 2: Consistent Live Chat Widget
A live chat widget often benefits from a fixed position, making it consistently available.
HTML (on all pages)
CSS
This ensures that regardless of the page content, the user can always find and activate the live chat support from the same screen location.
Examples of Incorrect Implementations
These examples illustrate scenarios where WCAG 3.2.6 would be violated due to inconsistent help mechanisms.
Example 1: Inconsistent Placement of „Contact Us” Link
A website where the „Contact Us” link appears in different main navigational areas on different pages.
HTML (Page A)
HTML (Page B)
Here, the „Contact Us” link is not only in a different relative position within the primary navigation but also uses a different label („Get In Touch”), violating both consistent location and consistent presentation principles for the same help mechanism.
Example 2: Varying Presence of FAQ Section
Imagine a series of product pages where some include a link to an FAQ specific to that product, and others do not, even if the product type is similar and an FAQ would be relevant.
HTML (Product Page A – with FAQ)
HTML (Product Page B – without FAQ)
If the intent is for product-specific FAQs to be available when relevant, then the absence of such a mechanism on a page where it would be expected (and is present for similar products) constitutes an inconsistency. This can be confusing and frustrating for users looking for product-specific information.
Best Practices and Common Pitfalls
Best Practices
Common Pitfalls
Further Reading
For the most authoritative information, always refer to the official WCAG 2.1 guidelines:
Related posts
- WCAG 5.2.3: Complete processes
- WCAG 5.2.4: Only Accessibility-Supported Ways of Using Technologies
- WCAG 5.2.5: Non-Interference
- WCAG 5.3.1: Required elements of the conformity declaration
- WCAG 5.3.2: Optional Components of a Conformance Claim
Still looking for answers?
Ask our experts using online chat