123456789101112131415 |
- {
- "id": "no-autoplay-audio",
- "excludeHidden": false,
- "selector": "audio[autoplay], video[autoplay]",
- "matches": "no-autoplay-audio-matches",
- "tags": ["cat.time-and-media", "wcag2a", "wcag142", "experimental"],
- "metadata": {
- "description": "Ensures <video> or <audio> elements do not autoplay audio for more than 3 seconds without a control mechanism to stop or mute the audio",
- "help": "<video> or <audio> elements do not autoplay audio"
- },
- "preload": true,
- "all": ["no-autoplay-audio"],
- "any": [],
- "none": []
- }
|