Goal
Keep navigation consistent across pages.
Loading ...
Success Criterion · WCAG 3.2.3
Navigational mechanisms that are repeated on multiple Web pages within a set of Web pages occur in the same relative order each time they are repeated, unless a change is initiated by the user.
Goal
Keep navigation consistent across pages.
What to do
Place repeated navigation mechanisms in the same relative order on each page.
Why it matters
Consistency reduces cognitive load and helps users build reliable mental models of your site.
Success criterion
Summarized directly from the official Understanding document so teams can quote the requirement accurately.
Navigational mechanisms that are repeated on multiple Web pages within a set of Web pages occur in the same relative order each time they are repeated, unless a change is initiated by the user.
Intent
Benefits
Why it matters
Summaries drawn from the Understanding document help you socialize impact statements with product stakeholders.
Users get lost when nav items move around between pages.
Users may miss important links due to inconsistent ordering.
Exception guidelines
Document the rationale for each exception and note which alternative support you provide.
User changes navigation order (personalization).
Requirement
If the user initiates reordering, it is allowed.
Repeated navigation (header links, sidebars, menus) should be consistent across pages in order and placement. This helps users find things without relearning navigation.
Reference: All summaries and highlights originate from Understanding WCAG 3.2.3 and the W3C quick reference.
Examples
Share pass/fail snapshots to coach designers, engineers, QA, and content authors.
Pass
Header links appear in the same order across all pages.
Fail
Header link order changes between pages with no user action.
Pass
Sidebar sections remain consistent across the dashboard.
Fail
Sidebar moves “Settings” between sections on different pages.
Evidence to keep
Capture artifacts for VPATs, procurement reviews, and regression testing.
Official resources
Keep these links handy when writing acceptance criteria or responding to audits.
Implementation checklist
Testing ideas
Related success criteria