mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-27 11:19:36 +00:00
The `muted` content attribute should only affect the state of the `muted` IDL property when the media element is first created. The attribute should have no dynamic effect.
5 lines
415 B
Text
5 lines
415 B
Text
Initial muted state when muted content attribute is present: true
|
|
Changing the muted attribute after object creation changes the muted state: false
|
|
Re-inserting the video element into the document changes the muted state: false
|
|
Re-inserting non-default muted video element into the document changes the muted state: false
|
|
Muted state of a script-created video element after adding the muted content attribute false
|