no-autoplay-audio.json 542 B

123456789101112131415
  1. {
  2. "id": "no-autoplay-audio",
  3. "excludeHidden": false,
  4. "selector": "audio[autoplay], video[autoplay]",
  5. "matches": "no-autoplay-audio-matches",
  6. "tags": ["cat.time-and-media", "wcag2a", "wcag142", "experimental"],
  7. "metadata": {
  8. "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",
  9. "help": "<video> or <audio> elements do not autoplay audio"
  10. },
  11. "preload": true,
  12. "all": ["no-autoplay-audio"],
  13. "any": [],
  14. "none": []
  15. }