:paused
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 {
}
Syntax
:paused
Examples
CSS
:paused {
border: 5px solid orange;
}
Specifications
Specification |
---|
Selectors Level 4 # selectordef-paused |
Browser compatibility
BCD tables only load in the browser