axe-core
Version:
Accessibility engine for automated Web UI testing
14 lines (13 loc) • 354 B
JSON
{
"id": "empty-table-header",
"selector": "th, [role=\"rowheader\"], [role=\"columnheader\"]",
"tags": ["wcag131", "cat.aria"],
"reviewOnFail": true,
"metadata": {
"description": "Ensures table headers have discernible text",
"help": "Table header text must not be empty"
},
"all": [],
"any": ["has-visible-text"],
"none": []
}