Skip to main content

Reading Order in Web Content

What is it?

Reading order is the sequence in which assistive technology (like screen readers) navigates and announces the elements on a webpage. While users may read by jumping around the page to what looks or sounds interesting, a screen reader follows the DOM (Document Object Model) order—the literal order in which the code is written.

Why does it matter?

If the reading order is scrambled, a user might hear the “Submit” button before they hear the form instructions, or the photo caption before the photo. This creates a confusing and frustrating experience that can make a website unusable, even if it looks perfect to a sighted user.

When should pay attention?

While your web platform usually handles basic text order, you must manually manage the sequence for complex dashboards, maps, or data visuals. Some platforms often set the reading order based on the sequence in which you added elements to the view.

If building these visuals, pay close attention to your “Layers” or “Selection” pane. Ensure your data points, legends, and descriptions are ordered logically in the backend so they match the story you are telling visually. Review our guidance on Dashboards and Visualizations for step-by-step tips on managing “Tab Order” in data tools.

How do I check it?

You can check the reading order using an automated accessibility checker. Review Evaluating Third Party Web Content for details on getting started.

Most Common Document Accessibility Issues

The "Big Five"

On the web, the following areas are often the biggest challenges for accessibility. As a bonus, if your web content has forms, be sure to pay extra attention to them. Learn more about these five areas and how you can build in accessibility from the beginning.

Semantic Headings

The Map of Your Web Content

Alt Text on the Web

Add Context to Visuals

Color and Contrast

Clear Readability

Descriptive Elements

Clear names and directions for everything

Reading Order

The Logical Flow

Bonus! Forms

Creating and accessible user experience

Where can I find Help?

Web Support

Instructor and Course Support

Compliance and General Accessibility Support