WCAG 2.1 – Criterion 1.3.2 – Meaningful Sequence (Level A)
- Przejdź do artykułów z tagiem A11Y
- Przejdź do artykułów z tagiem accessibility
- Przejdź do artykułów z tagiem digital accessibility
- Przejdź do artykułów z tagiem WCAG 2.1
Article content
Since it’s Friday, the WCAG Academy is sending another dose of knowledge
Firstly, it’s important to note that WCAG Criterion 1.3.2 is significant for people using assistive technologies, such as screen readers, to access website content.
Users who can see the website perceive all its elements arranged by CSS styles. The sequence makes sense to them. The criterion is considered fulfilled if, even with styles disabled, the sequence of elements remains logically meaningful. The sequence of elements on the page should be logical and intuitive. Organizing content in a specific sequence is crucial. Any deviation in sequence might alter the entire meaning of the website.
Apart from the typical error of incorrect reading order, we should also avoid other situations that might hinder comprehension for screen reader users:
- If a tooltip or modal appears visually while navigating the page, it must be read immediately, not at the end of the page.
- Avoid using white spaces to “space out” text → W I T A J C I E. It might be read as separate letters, not as a whole word.
- If there are two language versions of the website differing in text reading direction (Arabic, Japanese), ensure appropriate CSS.
A highly comprehensive tool for checking correct sequence is the Web Developer plugin. It has the capability to disable all styles.
Radosław Stachurski
Accessibility Specialist & WCAG 2.1 Auditor & Quality Assurance
Recommended articles
-
26.07.2024AccessibilityWCAG 2.1 – Criterion 3.3.4 – Error prevention (Legal, Financial, Data)(Level AA)
Have you ever made a mistake that could have cost you not only a lot of nerves but also hard-earned…
-
24.06.2024AccessibilityWCAG 2.2 – Criterion 3.2.6 – Consistent Help (Level A)
WCAG 3.2.6 Consistent Help This criterion refers to the availability and ease of accessing help for the user. When designing…
-
19.02.2023AccessibilityWCAG 2.1 – Criterion 1.2.6 – Sign Language (Level AAA)
Today, we focus on another accessibility criterion – 1.2.6 – sign language (Level AAA). Do you remember the recent awards…