Description
Developers would like to control more of the audio/video user experience. The :playing, :paused, :seeking, :buffering, :stalled, :muted, and :volume-locked CSS pseudo-classes match <audio> and <video> elements based on their state.
Specification
https://drafts.csswg.org/selectors/#resource-pseudos
web-feature
https://web-platform-dx.github.io/web-features-explorer/features/media-pseudos/
Test Links
css/selectors/media/media-loading-state.html
css/selectors/media/media-playback-state.html
css/selectors/media/sound-state.html
Additional Signals
Same as #878 from last year.
Description
Developers would like to control more of the audio/video user experience. The
:playing,:paused,:seeking,:buffering,:stalled,:muted, and:volume-lockedCSS pseudo-classes match<audio>and<video>elements based on their state.Specification
https://drafts.csswg.org/selectors/#resource-pseudos
web-feature
https://web-platform-dx.github.io/web-features-explorer/features/media-pseudos/
Test Links
css/selectors/media/media-loading-state.html
css/selectors/media/media-playback-state.html
css/selectors/media/sound-state.html
Additional Signals
Same as #878 from last year.