Media Queries: interaction media features
Allows a media query to be set based on the presence and accuracy of the user's pointing device, and whether they have the ability to hover over elements on the page. This includes the `pointer`, `any-pointer`, `hover`, and `any-hover` media features.
css at-rule: `@media`: `any-pointer` media feature
css at-rule: `@media`: `pointer` media feature
3 results found.