axe-core
Version:
Accessibility engine for automated Web UI testing
21 lines (20 loc) • 455 B
JSON
{
"id": "definition-list",
"selector": "dl",
"matches": "no-role-matches.js",
"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> or <template> elements"
},
"all": [],
"any": [],
"none": [
"structured-dlitems",
"only-dlitems"
]
}