axe-core
Version:
Accessibility engine for automated Web UI testing
14 lines (13 loc) • 431 B
JSON
{
"id": "definition-list",
"selector": "dl",
"matches": "no-role-matches",
"tags": ["cat.structure", "wcag2a", "wcag131"],
"metadata": {
"description": "Ensures <dl> elements are structured correctly",
"help": "<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements"
},
"all": [],
"any": [],
"none": ["structured-dlitems", "only-dlitems"]
}