axe-core
Version:
Accessibility engine for automated Web UI testing
21 lines • 454 B
JSON
{
"id": "layout-table",
"selector": "table",
"matches": "layout-table-matches.js",
"tags": [
"cat.semantics",
"wcag2a",
"wcag131"
],
"metadata": {
"description": "Ensures presentational <table> elements do not use <th>, <caption> elements or the summary attribute",
"help": "Layout tables must not use data table elements"
},
"all": [],
"any": [],
"none": [
"has-th",
"has-caption",
"has-summary"
]
}