: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
No specification data found for css.selectors.paused
.
Check for problems with this page or contribute a missing spec_url
to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.
Browser compatibility
No compatibility data found for css.selectors.paused
.
Check for problems with this page or contribute missing data to mdn/browser-compat-data.
See also
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/CSS/:paused