dequelabs / axe-core

Accessibility engine for automated Web UI testing
https://www.deque.com/axe/
Mozilla Public License 2.0
5.95k stars 774 forks source link

New Rule: no-autoplay-audio #1506

Closed jeeyyy closed 4 years ago

jeeyyy commented 5 years ago

no-autoplay-audio

Tags

Matches

Checks

Check 1:

Check 2:

ACT Rule Reference:

jeeyyy commented 5 years ago

Test Cases

Pass Examples

Fail Examples

<video autoplay="true">
    <source src="../test-assets/rabbit-video/video.mp4" type="video/mp4" />
    <source src="../test-assets/rabbit-video/video.webm" type="video/webm" />
</video>

Inapplicable Examples

Questions:

jeankaplansky commented 4 years ago

rule help infrastructure created 1/27/2020

jeankaplansky commented 4 years ago

New rule help created, captured in release notes 2/03/2020

padmavemulapati commented 4 years ago

Verified with 'no-autoplay-audio.html' test file, getting 'needs review' issues. image

padmavemulapati commented 4 years ago

Verified with axe-coconut , image