Accessibility Concepts: Reading Order

What Is Reading Order?

Reading order is the sequence in which a screen reader reads the content on a page or slide. It may differ from the visual order you see on screen — especially in PowerPoint, PDF, and multi-column layouts. 

If reading order doesn't match the visual order, screen reader users get content out of sequence, which can be confusing or impossible to follow.

⚡ Quick Rules

  • Check reading order in PowerPoint and PDF — these are the most error-prone
  • Don't let visual layout differ from logical content order
  • Use accessibility checkers to verify
  • Watch for text boxes, wrapped images, and multi-column issues
  • In PowerPoint, the bottom item in the Selection Pane reads first

Why It Matters

What You SeeWhat a Screen Reader Reads
A slide with a title at top, image in center, and bullet points at bottomContent in whatever order the objects were added — the bullets might read first, then the title, then the image description
A two-column documentText may read across both columns instead of down each column
A web page with a sidebarThe sidebar might read before the main content

How to Check Reading Order

Word

Word generally follows document flow, but watch for:

  • Text boxes — these can cause reading order issues
  • Wrapped images — these can interrupt text flow
  • Tables — ensure they're read in the right sequence within the document

PowerPoint

Use the Reading Order Pane (also called the Selection Pane):

  1. Go to Home → Drawing → Arrange → Selection Pane (or Review → Check Accessibility)
  2. The pane lists all objects on the slide — the bottom item reads first (counterintuitive!)
  3. Drag items to reorder them so they read in logical sequence from bottom to top
  4. Mark decorative items as decorative (click the eye icon on right) so they're skipped

PDF (Acrobat Pro)

Use the Order pane:

  1. Go to Menu → View → Show/Hide → Side Panels → Order
  2. Drag items to reorder them (carefully — Acrobat is tricky to work in)
  3. Verify the numbered order matches the visual reading order (consider if images have alt text, and where appropriately read)

Web / Drupal

Reading order follows page's underlying HTML semantic structure. Avoid inserting CSS that repositions content visually in a different order than it appears in the HTML. (Common when "vibe coding".)


Common Reading Order Problems

ProblemToolFix
Text boxes read in wrong sequencePowerPointUse the Selection Pane to reorder
Multi-column layout reads across instead of downWord, PDFUse built-in column tools; verify in Order pane (PDF)
Images break text flowWordSet text wrapping appropriately; check with Accessibility Checker
Decorative elements read when they shouldn'tPowerPointMark as decorative in the Selection Pane
Content visually reordered with CSSDrupal/webEnsure visual order matches semantic structure

Testing

Always verify reading order with the built-in Accessibility Checker in Word, PowerPoint, or Acrobat Pro. We recommend you also tab through slides or pages — if the tab order doesn't follow the visual order, the reading order likely needs fixing.

See the Guides section for tool-specific step-by-step instructions.

 

Next: Accessibility Devices ⇨