axe-core
Version:
Accessibility engine for automated Web UI testing
23 lines (22 loc) • 472 B
JSON
{
"id": "table-fake-caption",
"selector": "table",
"matches": "data-table-matches.js",
"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 should not be used to give caption to a data table."
},
"all": [
"caption-faked"
],
"any": [],
"none": []
}