Skip to main content
WCAG success criterion · Perceivable

1.3.1 Info and Relationships

Guideline 1.3 Adaptable. Level A, part of WCAG 2.0 and every later version.

ADA compliance guide

What this criterion requires

Structure and relationships that are visually apparent - headings, lists, tables, form labels, groups - must also exist in the markup, so assistive technology can convey them.

Who it helps

Screen reader users, who navigate by headings, landmarks and programmatic labels rather than by visual layout.

Example: fails vs passes

Fails
<p class="big bold">Shipping details</p>
    <input placeholder="Address">
Passes
<h2>Shipping details</h2>
    <label for="addr">Address</label>
    <input id="addr" name="address">

Structure must live in the markup: real headings, real labels, real lists and table headers - not just visual styling.

How to meet and fix it

Common failures auditors find

Automated scanning catches a share of these instantly - run a free check - and a manual audit covers the judgement calls a tool cannot make.

In PDF documents

In PDF this criterion is carried by the tag tree: real H1-H6 tags, P, L/LI for lists, Table with TH/TD and scope. An untagged PDF has no structure at all and fails outright. Tagging is the single biggest task in PDF remediation.

Check any document against this and 80+ more automated checks with the free PDF accessibility checker.

Sources

Last updated . Reviewed by the EqualWeb accessibility team.

Does your site pass 1.3.1?

Run a free automated check now, or have certified IAAP/CPWA auditors test every criterion and document the result.

Book a meeting Start Free Trial