Missing Data Table Headers Attributes Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Missing Data Table Headers Attributes Check

Description

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>).

Example outcome

I found 1 complex data table where there are data cells without the headers attribute.

Impact

Fixes

To address complex data tables with data cells that do not have the headers attribute:

  1. Locate the data table.
  2. Add the headers attribute to all data cells that are lacking it, referencing the appropriate header cell.

Resources