The “Automatic Audio Content Check” evaluates whether any audio or video elements on a web page are set to start playing automatically without user initiation.
Example outcome
I found 1 <audio> or <video> element that plays automatically.
Impact
Visual Impairments: For blind users relying on screen readers, auto-playing media can override important screen reader feedback or instructions.
Motor Impairments: People who rely on keyboard navigation or assistive devices may find it difficult to stop auto-playing media if controls are not easily accessible.
Cognitive Disabilities: Auto-play media can be disorienting and confusing, particularly for those with attention deficits or memory impairments. It can make it harder for these users to focus on the content they are trying to consume, especially if it interrupts other cognitive tasks.
Auditory Disorders: Auto-play media may overwhelm screen readers and assistive technologies, especially when the user is relying on captions or audio descriptions.
Fixes
To address automatically starting audio or video content:
Locate the audio/video element.
Remove the autoplay attribute from the element.
Ensure that all audio and video elements have proper controls like play, pause, and volume.
If the auto-play behavior is necessary for some reason (e.g., a feature or marketing), ensure that users can easily disable it or that it doesn’t interfere with other interactions. For example, use a muted autoplay where applicable, but always allow user control to resume or unmute.