mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 11:20:03 +00:00
LibWeb: Implement the :muted pseudo-class
This commit is contained in:
@@ -414,6 +414,7 @@ void HTMLMediaElement::set_muted(bool muted)
|
||||
|
||||
m_muted = muted;
|
||||
volume_or_muted_attribute_changed();
|
||||
set_needs_style_update(true);
|
||||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/media.html#user-interface:dom-media-volume-3
|
||||
|
||||
Reference in New Issue
Block a user