WCAG 3.2.3 Consistent Navigation — Testing Guide for Mobile & Web Apps

Consistent navigation is a cornerstone of accessible design, ensuring users can reliably find their way around your application. WCAG 3.2.3, "Consistent Navigation," mandates that navigation mechanism

March 19, 2026 · 5 min read · WCAG Guides

Ensuring Consistent Navigation with WCAG 3.2.3 (AA)

Consistent navigation is a cornerstone of accessible design, ensuring users can reliably find their way around your application. WCAG 3.2.3, "Consistent Navigation," mandates that navigation mechanisms that are repeated on multiple pages must appear in the same relative order each time. This applies to both web and mobile applications.

What WCAG 3.2.3 Requires

Simply put, if you present a set of navigation elements (like a header menu, footer links, or a tab bar) on one screen, they must appear in the same sequence on every other screen where they are present. The goal is to prevent users from having to re-learn the application's structure as they move between different sections. This consistency reduces cognitive load and makes the application predictable.

Why Consistent Navigation Matters

Failure to comply can lead to user abandonment, negative reviews, and potential legal challenges under regulations like the EU EAA (European Accessibility Act) and the ADA (Americans with Disabilities Act).

Common Violations and Examples

Web Applications:

  1. Header Menu Order Change:
  1. Footer Link Reordering:

Mobile Applications (Android/iOS):

  1. Tab Bar Item Sequence Shift:
  1. Sidebar Menu Item Position:
  1. Action Button Placement:

How to Test for WCAG 3.2.3 Compliance

Manual Testing Steps:

  1. Identify Navigation Components: List all persistent navigation elements present across your application (headers, footers, tab bars, side menus, primary action buttons).
  2. Document Order on Key Screens: For each identified navigation component, document the exact order of its items on a representative set of screens (e.g., homepage, core feature page, profile page, settings page).
  3. Compare Orders: Systematically compare the order of navigation items across all documented screens. Any deviation constitutes a potential violation.
  4. Test with Different User Personas: Emulate users with different needs. For instance, a novice user might explore more randomly, highlighting inconsistencies faster. An elderly user might rely more on established patterns.

Automated Tools for Checking:

While full compliance often requires human judgment, automated tools can flag potential issues:

Mobile-Specific Considerations:

How to Fix Violations

The primary fix is straightforward: maintain a consistent order for navigation elements across all screens where they appear.