All cells in a table using headers attribute must reference valid header IDs
adaptable/td-headers-attr · WCAG 1.3.1 · Level A
All cells in a table using headers attribute must reference valid header IDs.
The headers attribute on table cells must reference IDs of header cells (th or td) within the same table. This creates explicit associations for screen readers. Verify all referenced IDs exist and spell them correctly. For simple tables, consider using scope on th elements instead.
Scan a page or repo for issues like this · All rules
Introduced in @accesslint/core v0.8.0