RAWEBA
5.8 Each layout table must not use elements specific to data tables. Is this rule respected?
- WCAG references
- 1.3.1 Info and Relationships (A)
- Techniques
- F46
Official methodology to test criterion 5.8
Test 1 (5.8.1)
- Find the layout tables in the document.
- For each layout table, check that
- The
<table>element does not have asummaryattribute,<caption>,<thead>,<th>,<tfoot>child elements or elements with a WAI-ARIArole="rowheader"orrole="columnheader"attribute. <td>elements do not havescope,headersoraxisattributes.
- The
- If this is the case for each layout table, the test is validated.