axe-core
Version:
Accessibility engine for automated Web UI testing
21 lines (20 loc) • 459 B
JSON
{
"id": "table-fake-caption",
"selector": "table",
"matches": "data-table-matches",
"tags": [
"cat.tables",
"experimental",
"wcag2a",
"wcag131",
"section508",
"section508.22.g"
],
"metadata": {
"description": "Ensure that tables with a caption use the <caption> element.",
"help": "Data or header cells must not be used to give caption to a data table."
},
"all": ["caption-faked"],
"any": [],
"none": []
}