| Title | Missing Data Table Headers Attributes Check |
|---|---|
| id | table_06 |
| type | decr |
| elem | tableComplex |
| test | tableComplexError |
| score | 4 |
| level | A |
| trust | 0.8 |
| top | 1 |
| steps | 1 |
| ref | H43 |
| scs | 1.3.1 |
| dis | 53211 |
| result | failed |
The "Missing Data Table Headers Attributes Check" evaluates whether there is any complex data table with data cells (<td>) that do not use the headers attribute to establish explicit relationships with header cells (<th>).
I found 1 complex data table where there are data cells without the headers attribute.
- Visual Impairments: Screen readers cannot convey the meaning or context of data without knowing which header(s) apply. Data relationships may become misaligned visually when zoomed or reflowed.
- Cognitive Disabilities: Users with cognitive disabilities may rely on auditory structure to understand data.
To address complex data tables with data cells that do not have the headers attribute:
- Locate the data table.
- Add the
headersattribute to all data cells that are lacking it, referencing the appropriate header cell.