CSS :paused Selector

❮ Previous Selectors Next ❯

Example

:paused {
  border: 5px solid orange;
}

Meaning

The :paused 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 if the user explicitly paused it, or if it is in a non-activated state.

Version: CSS3




Standard Syntax

:paused {
  css declarations;
}



Browser Support

The numbers in the table specify the first browser version that fully supports the property.




Status







❮ Previous Selectors Next ❯