Info and Relationships
Info and Relationships is a Web Content Accessibility Guidelines (WCAG) requirement stating that any information, structure, or relationships shown visually on a page must also be available to assistive technologies or provided in text. For example, if a heading looks like a heading because it is large and bold, it must also be coded as a heading so a screen reader can recognize it. This helps people who cannot perceive visual formatting still understand how content is organized.
Info and Relationships is WCAG Success Criterion 1.3.1, a Level A criterion first published in WCAG 2.0 and carried forward through WCAG 2.1 and 2.2. It requires that information, structure, and relationships conveyed through presentation can be programmatically determined or are available in text. In practice this means visual or structural cues, such as headings, lists, tables, form labels, and grouped controls, must be expressed through semantic markup or accessible names and roles so they are exposed to assistive technologies, rather than relying on visual styling alone. Meeting this criterion is one component of conformance and does not by itself guarantee an accessible experience; manual and assistive technology testing are generally required in addition to automated checks. This entry describes the technical standard as published by the W3C and is not legal advice.
Why it matters
Visual formatting communicates a great deal of meaning to sighted users. Headings signal how a document is organized, tables group related data into rows and columns, lists show that items belong together, and a label sitting next to a field tells you what to type. When these relationships exist only in the visual presentation, people who rely on screen readers, braille displays, or other assistive technologies lose access to that structure. Info and Relationships (WCAG Success Criterion 1.3.1) addresses this gap by requiring that the same information, structure, and relationships be programmatically determinable or available in text, not just visible on screen.
Because 1.3.1 is a Level A criterion, it represents one of the most foundational requirements in WCAG, and failures to meet it are among the more common issues surfaced during accessibility audits. When structure is not encoded correctly, screen reader users may be unable to navigate by headings, may hear table data read as an undifferentiated stream, or may not know which label belongs to which form field. These barriers can make content difficult or impossible to use even when it looks well organized to a sighted visitor.
Meeting 1.3.1 supports conformance but does not by itself guarantee an accessible experience or immunity from legal claims, and automated tools detect only a portion of the ways this criterion can fail. For that reason it is often treated as a starting point that must be paired with manual and assistive technology testing rather than a box to check and move on from.
Who it's relevant to
Inside Info and Relationships
Common questions
Answers to the questions practitioners most commonly ask about Info and Relationships.