Skip to main content
Category: Document Accessibility

Logical Structure

Also known as: logical document structure, logical reading order
Simply put

Logical structure is the way information in a document or webpage is organized and arranged based on its content, context, and technical makeup. It reflects the intended meaning and order of the content rather than just how it looks on screen. A clear logical structure helps people, including those using assistive technology, follow content in a sensible sequence.

Formal definition

Logical structure refers to the organization and arrangement of information within a document based on its content, context, and technical aspects, as distinct from its purely visual presentation. In an accessibility context it generally describes the underlying semantic organization of content, such as headings, lists, paragraphs, and reading order, that assistive technologies rely on to convey meaning and navigation. The evidence provided defines logical structure only in general document and compositional terms and does not establish specific WCAG success criteria or conformance requirements; practitioners should consult authoritative W3C/WAI guidance for how logical structure maps to particular standards.

Why it matters

Logical structure is foundational to how content is perceived and navigated, particularly by people using assistive technologies such as screen readers. When a document or webpage reflects a clear underlying organization, rather than an order dictated only by visual layout, users can move through content in a sensible sequence and understand the relationships between its parts. Sighted users often rely on visual cues like size, spacing, and position to infer structure, but assistive technology depends on the underlying semantic organization to convey the same meaning. When logical structure and visual presentation diverge, users of assistive technology can encounter content that is confusing, out of order, or difficult to navigate.

Structure functions as the framework, or skeleton, that holds a piece of content together and connects its parts into a coherent whole. Content that is logically organized around its meaning and context is easier to follow, whether it is read linearly, navigated by headings, or interpreted by software. Conversely, content that is arranged for visual effect alone may present a reading order that does not match the intended sequence, undermining comprehension for people who cannot rely on the visual arrangement.

The evidence provided defines logical structure in general document and compositional terms and does not establish specific WCAG success criteria or conformance requirements. As a result, this entry does not map logical structure to any particular standard or legal obligation. Practitioners seeking to align their work with recognized accessibility standards should consult authoritative W3C/WAI guidance, and this material is general information rather than legal advice.

Who it's relevant to

Content authors and writers
Writers and editors shape the logical structure of a document as they compose it, using structure as the framework that connects the parts of a piece into a coherent, uniform whole. Organizing content around its meaning and context, rather than visual effect alone, helps ensure the intended reading order is clear to all readers, including those using assistive technology.
UX designers and front-end developers
Designers and developers determine how content is presented and how its underlying organization is expressed. Ensuring that the logical structure aligns with the intended reading order, rather than diverging from it for visual reasons, supports users who rely on assistive technology to navigate content in a sensible sequence.
Accessibility engineers and testers
Those evaluating content need to assess whether the underlying semantic organization, such as headings, lists, paragraphs, and reading order, reflects the intended meaning. Because this entry's evidence does not map logical structure to specific success criteria, testers should reference authoritative W3C/WAI guidance to determine how logical structure applies to relevant standards and to confirm that manual and assistive technology testing is included.
Compliance and accessibility program owners
Program owners responsible for accessible content should understand logical structure as a general principle of content organization. Because the requirements and their application evolve through regulation, guidance, and case law, they should consult current agency rulemaking and qualified legal counsel rather than treating this general information as legal advice.

Inside Logical Structure

Semantic Markup
Use of HTML elements that convey meaning and role, such as headings (h1-h6), lists, paragraphs, tables, and landmark regions, so that the underlying structure is programmatically determinable rather than conveyed by visual styling alone.
Heading Hierarchy
A properly nested sequence of headings that organizes content into sections and subsections, allowing assistive technology users to understand and navigate the outline of a page.
Reading and Focus Order
The sequence in which content is presented to assistive technologies and the order in which interactive elements receive focus, which should follow a meaningful, logical progression consistent with the visual layout.
Landmarks and Regions
Structural containers, expressed through native HTML elements or ARIA landmark roles, that identify areas such as navigation, main content, and complementary regions to aid orientation and navigation.
Relationships and Grouping
Programmatically expressed associations between related content, such as labels tied to form fields, cells tied to table headers, and items grouped within lists, so relationships conveyed visually are also available non-visually.
Info and Relationships (WCAG Success Criterion 1.3.1)
A Level A success criterion, present since WCAG 2.0, requiring that information, structure, and relationships conveyed through presentation be programmatically determinable or available in text.

Common questions

Answers to the questions practitioners most commonly ask about Logical Structure.

Does using visual formatting like bold text or larger font sizes create logical structure?
No. Visual styling alone does not convey logical structure to assistive technologies. Making text appear as a heading by increasing its size or making it bold does not communicate a heading relationship to a screen reader. Logical structure must be expressed through semantic markup, for example, actual heading elements, list elements, and landmark regions, so that the programmatically determined structure matches the visual presentation. This distinction relates to WCAG Success Criterion 1.3.1 Info and Relationships (Level A).
If content looks correctly ordered on the screen, does that mean the logical structure is correct?
Not necessarily. The order in which content appears visually can differ from the underlying reading order that assistive technologies follow, particularly when layout is controlled through CSS positioning. A meaningful sequence must be programmatically determinable, which is addressed by WCAG Success Criterion 1.3.2 Meaningful Sequence (Level A). Verifying logical structure generally requires testing with assistive technology rather than relying on visual appearance alone.
How can logical structure be tested and verified?
Logical structure is commonly verified through a combination of methods. Automated tools can detect some issues, such as missing or improperly nested headings, but they detect only a portion of potential problems. Manual review of the markup and testing with assistive technologies, such as navigating by headings, lists, and landmarks with a screen reader, are generally needed to confirm that the programmatically determined structure conveys meaning as intended. Automated results should be treated as one input rather than a complete assessment.
How should headings be used to support logical structure?
Headings are generally used to organize content into a meaningful hierarchy that reflects the relationships among sections. This commonly involves using true heading elements rather than styled text, and arranging heading levels in a consistent, nested order so users can understand and navigate the structure. Descriptive heading text also helps users identify and move to relevant content. Heading practices relate to WCAG criteria including 1.3.1 Info and Relationships (Level A) and 2.4.6 Headings and Labels (Level AA).
What role do landmarks and regions play in logical structure?
Landmarks and regions help define the major areas of a page, such as primary navigation, main content, and complementary sections, so that users of assistive technologies can orient themselves and move directly between areas. When these regions are conveyed programmatically, users are not required to move through content linearly to find a given section. Landmark usage supports navigation and complements heading-based structure.
How can logical structure be maintained in dynamic or single-page applications?
In dynamic interfaces, content can change without a full page reload, which may leave the programmatically conveyed structure out of sync with what users perceive. Maintaining logical structure generally involves ensuring that updated content is exposed with appropriate semantics, that focus and reading order remain coherent after changes, and that new or updated regions are announced to assistive technologies where appropriate. Testing with assistive technology after content updates is commonly recommended to confirm that structure remains meaningful.

Common misconceptions

Text that looks like a heading because it is large and bold functions as a heading for assistive technology.
Visual styling alone does not create structure. Assistive technologies rely on the underlying markup, so text must use actual heading elements or appropriate roles to be recognized and navigable as a heading.
If a page passes automated accessibility checks, its logical structure is correct.
Automated testing detects only a portion of structural issues. Confirming that reading order, heading hierarchy, and relationships are meaningful generally requires manual review and testing with assistive technologies.
Meeting the structural success criteria guarantees legal compliance and a fully accessible experience.
Conforming to a WCAG success criterion supports accessibility but does not by itself ensure an accessible experience for all users or immunity from legal claims. Requirements evolve through regulation and case law, and qualified legal counsel should be consulted for compliance questions.

Best practices

Use native HTML semantic elements (headings, lists, tables, and landmark elements) to convey structure, reserving ARIA for cases where native semantics are insufficient.
Maintain a logical, properly nested heading hierarchy that reflects the content outline rather than choosing headings for their visual size.
Verify that the reading order and focus order follow a meaningful sequence consistent with the visual presentation.
Programmatically associate related content, such as form labels with their controls and data cells with their header cells, so relationships are available non-visually.
Test structure with screen readers and keyboard navigation in addition to automated tools, since automated checks catch only some issues.
Aim to meet WCAG Success Criterion 1.3.1 (Info and Relationships, Level A) as a baseline, and treat conformance as a support for, not a substitute for, real-world usability and legal review.