Skip to main content
Home
Back to Guidelines

What is Meaningful Sequence?

Ensure the visual and reading order match so content is understood in the correct sequence.

Who Benefits

Design Rules

Good Example

Form fields arranged in a logical top‑to‑bottom order.
Why this is correct (designer logic):
  • Reading order matches visual order.
  • Keyboard flow is predictable.
  • Labels appear before inputs.
  • Form steps are clear.

Bad Example

Form fields placed visually out of order, confusing reading flow.
Why this is incorrect (designer logic):
  • Visual order differs from reading order.
  • Tab order jumps around.
  • Users miss important context.
  • Layout confuses assistive tech.