axe-core
Version:
Accessibility engine for automated Web UI testing
20 lines (19 loc) • 388 B
JSON
{
"id": "list",
"selector": "ul, ol",
"matches": "no-role-matches.js",
"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"
]
}