axe-core
Version:
Accessibility engine for automated Web UI testing
20 lines (19 loc) • 353 B
JSON
{
"id": "listitem",
"selector": "li",
"matches": "no-role-matches.js",
"tags": [
"cat.structure",
"wcag2a",
"wcag131"
],
"metadata": {
"description": "Ensures <li> elements are used semantically",
"help": "<li> elements must be contained in a <ul> or <ol>"
},
"all": [],
"any": [
"listitem"
],
"none": []
}