Human Injection Laboratories

CSS Media Queries Test Cases

Pointing Device Quality

Pointer: none

@media only all and (pointer: none)

Pointer: coarse

@media only all and (pointer: coarse)

Pointer: fine

@media only all and (pointer: fine)

Any-Pointer: none

@media only all and (any-pointer: none)

Any-Pointer: coarse

@media only all and (any-pointer: coarse)

Any-Pointer: fine

@media only all and (any-pointer: fine)

Hover Capability

Hover: none

@media only all and (hover: none)

Hover: on-demand

@media only all and (hover: on-demand)

The Value "on-demand" is removed from the specifications working draft at 6 July 2016. It is last described in the Version from 26 January 2016.

Hover: hover

@media only all and (hover: hover)

Hover: none (Webkit style)

@media only all and (hover: 0)

Any-Hover: none

@media only all and (any-hover: none)

Any-Hover: on-demand

@media only all and (any-hover: on-demand)

The Value "on-demand" is removed from the specifications working draft at 6 July 2016. It is last described in the Version from 26 January 2016.

Any-Hover: hover

@media only all and (any-hover: hover)