LibWeb: Implement the :muted pseudo-class

This commit is contained in:
Sam Atkins 2023-08-01 14:49:28 +01:00 committed by Tim Flynn
commit c8a51f232d
Notes: sideshowbarker 2024-07-17 03:30:41 +09:00
6 changed files with 16 additions and 0 deletions

View file

@ -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