mirror of https://github.com/sveltejs/svelte
fix: ensure muted DOM property works correctly in FF (#13751)
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>pull/13834/head
parent
185e112377
commit
17cb462ca4
@ -0,0 +1,5 @@
|
||||
---
|
||||
'svelte': patch
|
||||
---
|
||||
|
||||
fix: ensure muted DOM property works correctly in FF
|
@ -1,2 +1,2 @@
|
||||
<div><video class="svelte-xyz" autoplay muted></video>
|
||||
<video muted></video></div>
|
||||
<div><video class="svelte-xyz" autoplay></video>
|
||||
<video></video></div>
|
||||
|
Loading…
Reference in new issue