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 See | What a Screen Reader Reads |
|---|---|
| A slide with a title at top, image in center, and bullet points at bottom | Content in whatever order the objects were added — the bullets might read first, then the title, then the image description |
| A two-column document | Text may read across both columns instead of down each column |
| A web page with a sidebar | The 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):
- Go to Home → Drawing → Arrange → Selection Pane (or Review → Check Accessibility)
- The pane lists all objects on the slide — the bottom item reads first (counterintuitive!)
- Drag items to reorder them so they read in logical sequence from bottom to top
- Mark decorative items as decorative (click the eye icon on right) so they're skipped
PDF (Acrobat Pro)
Use the Order pane:
- Go to Menu → View → Show/Hide → Side Panels → Order
- Drag items to reorder them (carefully — Acrobat is tricky to work in)
- 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
| Problem | Tool | Fix |
|---|---|---|
| Text boxes read in wrong sequence | PowerPoint | Use the Selection Pane to reorder |
| Multi-column layout reads across instead of down | Word, PDF | Use built-in column tools; verify in Order pane (PDF) |
| Images break text flow | Word | Set text wrapping appropriately; check with Accessibility Checker |
| Decorative elements read when they shouldn't | PowerPoint | Mark as decorative in the Selection Pane |
| Content visually reordered with CSS | Drupal/web | Ensure 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.