RuleSets of AccessMonitor - the validator of web accessibility practices
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.
To address complex data tables with data cells that do not have the headers
attribute:
headers
attribute to all data cells that are lacking it, referencing the appropriate header cell.