any-hover
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since December 2018.
構文
例
入力手段が停止をすることができるかどうかを検査
HTML
html
<a href="#">Try hovering over me!</a>
CSS
css
@media (any-hover: hover) {
a:hover {
background: yellow;
}
}
結果
仕様書
Specification |
---|
Media Queries Level 4 # any-input |
ブラウザーの互換性
BCD tables only load in the browser