Closed
Description
Version
2.5.2
Reproduction link
https://codepen.io/madsfaerch/pen/XewjNb
Steps to reproduce
- The pen consists of a simple Vue instance mounted to
#app
containing a video element withmuted="muted"
. - Open the pen in Chrome and notice that the volume icon is set to muted and the video is muted when played.
- Open the pen in Firefox and notice that the volume icon is set to unmuted and the video is unmuted when played.
What is expected?
That the video plays muted and controls show muted.
What is actually happening?
The video plays unmuted and the controls show unmuted. This is especially an issue with autoplaying videos.
Reproduced in Firefox 56.0 and FirefoxDeveloperEdition 57.0b10 on different machines running either macOS Sierra or High Sierra.