RuleSets of AccessMonitor - the validator of web accessibility practices
The “Headers Attribute Check” evaluates whether all headers
attributes used within table cells correctly reference id
attributes of other cells within the same table element.
I noticed that all headers
attributes refer to cells in the same table.
headers
attributes to read out the corresponding column/row header for each data cell. If they’re broken or point to IDs outside the table, the data loses its context, leading to confusion or misinformation.To address inappropriate headers
attributes:
headers
attribute.headers
attribute only references an id
of an element within the same <table>
.id
referenced by the headers
attribute exists and is unique within the document.