Spørsmål

Testar på krav:

Innhaldstype:

Krav til samsvar:

Applicability

This rule applies to any audio or video element for which all the following are true:

  • (autoplay) the element has an autoplay attribute value of true; and
  • (not muted) the element has a muted attribute value of false; and
  • (not paused) the element has a paused attribute value of false; and
  • (duration) the element has a media resource lasting more than 3 seconds and that contains audio.

Expectation 1

For each test target, there is at least one instrument in the same web page to pause or stop the audio, or turn the audio volume off independently from the overall system volume control.

Expectation 2

The instrument to pause or stop or turn the audio volume off is visible, has an accessible name that is not only whitespace, and is included in the accessibility tree.