'any-pointer' and 'any-hover' Media Queries Sample

Available in Chrome 41+

These media features describe the capabilities of all input devices available to the user as per the specification. These are similar to the older 'pointer' and 'hover' media features, except that the older features only reflect the primary input device.

For example, if a user is on a tablet (with a primary touch input) with a connected mouse, 'any-pointer' will be fine.

any-pointer
any-pointer: none
any-pointer: coarse
any-pointer: fine
any-hover
any-hover: none
any-hover: hover