5.8
Each layout table must not use elements specific to data tables. Is this rule respected?
WCAG Reference
WCAG 1.3.1Tests
- 5.8.1
Does each layout table (
<table>tag) meet these conditions?The layout table (<table>tag) has nosummaryattribute (otherwise empty) and contains no<caption>,<th>,<thead>,<tfoot>tag or tags with a WAI-ARIArole="rowheader",role="columnheader"attribute.
The cells in the layout table (<td>tags) do not havescope,headersoraxisattributes.
WCAG Techniques
- F46