axe-core
Version:
Accessibility engine for automated Web UI testing
22 lines (21 loc) • 386 B
JSON
{
"id": "audio-caption",
"selector": "audio",
"excludeHidden": false,
"tags": [
"cat.time-and-media",
"wcag2a",
"wcag121",
"section508",
"section508.22.a"
],
"metadata": {
"description": "Ensures <audio> elements have captions",
"help": "<audio> elements must have a captions track"
},
"all": [],
"any": [],
"none": [
"caption"
]
}