Web accessibility standards state that <video> or <audio> elements should not autoplay audio for more than three seconds without a control mechanism to stop or mute the audio.
People who are blind or have low vision and rely on screen readers can find it difficult to hear the software’s speech output if there is other audio playing at the same time.
If audio that plays automatically lasts more than three seconds, an easily located, accessible mechanism must be provided to pause or stop the audio or control the audio volume. This ensures screen reader users can hear the screen reader without other sounds playing.
Fix this issue by using ONE of the following techniques:
For more examples, visit the W3C’s GitHub’s ATC Rules library.