no-autoplay-audio.json 569 B

123456789101112131415
  1. {
  2. "id": "no-autoplay-audio",
  3. "evaluate": "no-autoplay-audio-evaluate",
  4. "options": {
  5. "allowedDuration": 3
  6. },
  7. "metadata": {
  8. "impact": "moderate",
  9. "messages": {
  10. "pass": "<video> or <audio> does not output audio for more than allowed duration or has controls mechanism",
  11. "fail": "<video> or <audio> outputs audio for more than allowed duration and does not have a controls mechanism",
  12. "incomplete": "Check that the <video> or <audio> does not output audio for more than allowed duration or provides a controls mechanism"
  13. }
  14. }
  15. }