• Success Criterion 3.2.3
  • Conformance level AA

Breadcrumbs Present on Some Pages but Missing on Others

3.2.3 — Consistent Navigation

Scenario

Setting

A food-delivery app's order-tracking screen

What’s wrong

Breadcrumbs present on some pages, absent/reordered on siblings.

Example

<!-- Nav order: Home, Products, About on page A; About, Home, Products on page B -->

Why it matters

People who navigate by memory and routine, including many with cognitive or low-vision needs.

How to test

Check breadcrumb presence/order on sibling pages: present on some, absent or reordered on others, fails.

How to fix

Repeated navigation must appear in the same relative order on every page in the set.

<!-- Same nav component, same link order, on every page -->

Repeated navigation must appear in the same relative order across every page it's used on.

Outcome

On a food-delivery app's order-tracking screen, this barrier is gone for people who navigate by memory and routine — they can complete the task without hitting this wall.

Who is affected

People who navigate by memory and routine, including many with cognitive or low-vision needs.

Learn more