axe-core
Version:
Accessibility engine for automated Web UI testing
14 lines (13 loc) • 410 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"]
}