Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The :paused CSS pseudo-class selector is a resource state pseudo-class that will match an audio, video, or similar resource that is capable of being "played" or "paused", when that element is "paused".
A resource is paused either due to being in an non-activated state, or due to the user explicitly paused it.
:paused { }