axe-core
Version:
Accessibility engine for automated Web UI testing
22 lines (21 loc) • 485 B
JSON
{
"id": "th-has-data-cells",
"selector": "table",
"matches": "data-table-matches.js",
"tags": [
"cat.tables",
"wcag2a",
"wcag131",
"section508",
"section508.22.g"
],
"metadata": {
"description": "Ensure that each table header in a data table refers to data cells",
"help": "All th elements and elements with role=columnheader/rowheader must have data cells they describe"
},
"all": [
"th-has-data-cells"
],
"any": [],
"none": []
}