5.6
For each data table, are each column header and each row header correctly declared?
WCAG Reference
WCAG 1.3.1Tests
- 5.6.1
For each data table, does each column header applying to the entire column satisfy one of these conditions?
The column header is implemented using a<th>tag.
The column header is implemented using a tag with a WAI-ARIArole="columnheader"attribute. - 5.6.2
For each data table, does each row header applying to the entire row satisfy one of these conditions?
The row header is implemented using a<th>tag.
The row header is implemented using a tag with a WAI-ARIArole="rowheader"attribute. - 5.6.3
For each data table, is each header which does not apply to the entire row or column implemented using a
<th>tag? - 5.6.4
For each data table, is each cell associated with several headers implemented using a
<td>or<th>tag?
WCAG Techniques
- F91
- H51