RAWEBA
5.3 For each layout table, is the linearized content still comprehensible?
- WCAG references
- 1.3.2 Meaningful Sequence (A)
- 4.1.2 Name, Role, Value (A)
- Techniques
- ARIA4
- F49
Official methodology to test criterion 5.3
Test 1 (5.3.1)
- Find the layout tables in the document.
- For each layout table, check that
- The order in which the cells are accessed is consistent with the content.
- The
<table>element has a WAI-ARIArole="presentation"attribute.
- If this is the case for each layout table, the test is validated.