RAWEBA
5.1 Does each complex data table have a summary?
- WCAG references
- 1.3.1 Info and Relationships (A)
- Techniques
- H73
Official methodology to test criterion 5.1
Test 1 (5.1.1)
- Find in the document the complex data tables (data table -
<table>element or element with a WAI-ARIArole="table"attribute - containing headers which are not distributed only on the first row and/or the first column of the grid or whose scope is not valid for the whole column or row). - For each complex data table, check that there is a passage of text explaining the nature and structure of the table:
- either in the
<caption>element; - or in a passage of text linked to the table with the
aria-describedbyattribute.
- either in the
- If this is the case for each complex data table, the test is validated.