:paused
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental: これは実験的な機能です。
本番で使用する前にブラウザー互換性一覧表をチェックしてください。
:paused
は CSS の擬似クラスセレクターで、「再生中」または「停止中」の状態を持つ音声、動画、その他のリソースの要素が「停止中」である場合に一致する、リソース状態擬似クラスです。
リソースが停止中になるのは、アクティブでない状態になった場合や、ユーザーが明示的に停止させた場合です。
css
:paused {
}
構文
:paused
例
CSS
css
:paused {
border: 5px solid orange;
}
仕様書
Specification |
---|
Selectors Level 4 # selectordef-paused |
HTML # selector-paused |
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
:paused |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
- See implementation notes.
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.