Skip to content

Commit 413e317

Browse files
Update sources in inapplicable example 2 (act-rules#2158)
Co-authored-by: Jean-Yves Moyen <jym@siteimprove.com>
1 parent 80998b2 commit 413e317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_rules/auto-play-audio-has-control-mechanism-4c31df.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ The `src` file of this `video` element has no audio output.
267267

268268
```html
269269
<video autoplay>
270-
<source src="/test-assets/rabbit-video/video-with-incorrect-voiceover.mp4" type="video/mp4" />
271-
<source src="/test-assets/rabbit-video/video-with-incorrect-voiceover.webm" type="video/webm" />
270+
<source src="/test-assets/rabbit-video/silent.mp4" type="video/mp4" />
271+
<source src="/test-assets/rabbit-video/silent.webm" type="video/webm" />
272272
</video>
273273
```
274274

0 commit comments

Comments
 (0)