axe-core
Version:
Accessibility engine for automated Web UI testing
20 lines (19 loc) • 351 B
JSON
{
"id": "marquee",
"selector": "marquee",
"excludeHidden": false,
"tags": [
"cat.parsing",
"wcag2a",
"wcag222"
],
"metadata": {
"description": "Ensures <marquee> elements are not used",
"help": "<marquee> elements are deprecated and must not be used"
},
"all": [],
"any": [],
"none": [
"is-on-screen"
]
}