axe-core
Version:
Accessibility engine for automated Web UI testing
14 lines (13 loc) • 327 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"]
}