High severityPage Content

How to Fix the Reading Order in a PDF

Standards this affects

  • PDF/UAISO 14289-1, clause 7.2 (logical reading order)
  • WCAG 2.11.3.2 Meaningful Sequence (Level A)
  • Section 508502 / WCAG 2.0 AA by reference

What this means

Reading order is the sequence in which assistive technology presents content — determined by the order of tags in the structure tree, not by where things sit on the page. The tag order must match the logical order a person would read in.

Why it matters

Multi-column layouts, sidebars, captions, and pull quotes often end up in the wrong tag order, so a screen reader might read a sidebar in the middle of a sentence, or read column two before column one. Correct reading order is essential for the document to make sense aurally.

How the checker flags it

  • A screen reader jumps between columns or reads captions/sidebars mid-paragraph.
  • The checker reports a reading-order or logical-structure problem.
  • Content read aloud doesn't match the visual flow.

How to fix it

  1. 1

    Inspect the tag order

    Open the Tags panel in Acrobat Pro. The top-to-bottom order of tags is the reading order. Use "Highlight Content" to see which tag maps to which on-page element.

  2. 2

    Reorder tags to match the logical flow

    Drag tags up or down in the Tags panel so the sequence matches how a person reads the page (e.g. heading → intro → column one → column two). The Order panel (Accessibility → Reading Order) gives a page-level view you can renumber.

  3. 3

    Fix multi-column and floating content

    Make sure each column is a contiguous block in the tree, and that captions follow their figures. Move sidebars and pull quotes to a sensible point in the flow.

  4. 4

    Verify by listening

    Read the document with a screen reader (or Acrobat's Read Out Loud) from the top to confirm the order now makes sense.

Check your PDF for this issue

Upload your PDF to see whether it has this problem — and every other PDF/UA and WCAG 2.1 AA issue. Free, instant, no signup required.

Frequently asked questions

Is reading order the same as the visual layout order?
No. Visual position is independent of the tag tree. A PDF can look perfect but read in a nonsensical order if the tags are sequenced wrong. Reading order is governed entirely by tag order.

Related fixes