RAWEBA
5.4 For each data table with a title, is the title correctly associated with the data table?
- WCAG references
- 1.3.1 Info and Relationships (A)
- Techniques
- H39
Official methodology to test criterion 5.4
Test 1 (5.4.1)
- Find the data tables with a title in the document.
- For each title, check that it is provided by means of
- either a
<caption>element; - or a
titleattribute; - or a WAI-ARIA
aria-labelattribute; - or a WAI-ARIA
aria-labelledbyattribute referencing a passage of text.
- either a
- If this is the case for each data table title, the test is validated.