axe-core
Version:
Accessibility engine for automated Web UI testing
14 lines (13 loc) • 361 B
JSON
{
"id": "list",
"selector": "ul, ol",
"matches": "no-role-matches",
"tags": ["cat.structure", "wcag2a", "wcag131"],
"metadata": {
"description": "Ensures that lists are structured correctly",
"help": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements"
},
"all": [],
"any": [],
"none": ["only-listitems"]
}