RuleSets of AccessMonitor - the validator of web accessibility practices
The “Inappropriate Headers Attribute Check” evaluates whether there is any headers
attribute used within table cells references an element from outside the table.
I found 1 headers
attribute that refers to cells outside its table.
headers
attribute to read the corresponding header for a data cell. If that reference leads to an element outside the table, the screen reader either doesn’t find the header, or, reads irrelevant or misleading information.To address inappropriate headers
attributes:
headers
attribute.headers
attribute only references id
s of elements within the same <table>
.id
referenced by the headers
attribute exists and is unique within the document.