Skip to content

Commit

Permalink
Update sources in inapplicable example 2 (#2158)
Browse files Browse the repository at this point in the history
Co-authored-by: Jean-Yves Moyen <[email protected]>
  • Loading branch information
carlosapaduarte and Jym77 authored Apr 25, 2024
1 parent 80998b2 commit 413e317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _rules/auto-play-audio-has-control-mechanism-4c31df.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,8 @@ The `src` file of this `video` element has no audio output.

```html
<video autoplay>
<source src="/test-assets/rabbit-video/video-with-incorrect-voiceover.mp4" type="video/mp4" />
<source src="/test-assets/rabbit-video/video-with-incorrect-voiceover.webm" type="video/webm" />
<source src="/test-assets/rabbit-video/silent.mp4" type="video/mp4" />
<source src="/test-assets/rabbit-video/silent.webm" type="video/webm" />
</video>
```

Expand Down

0 comments on commit 413e317

Please sign in to comment.