1total entries in media
Pointer accuracy detection with pointer and any-pointer media features
Syntax
| @media ([pointer|any-pointer]: <[none|coarse|fine]>) { | |
| [styles] | |
| } |
| Option | Description |
|---|---|
| none | Use when the primary input mechanism of the device does not include a pointing device |
| coarse | Use when the primary input mechanism of the device includes a pointing device of limited accuracy |
| fine | Use when the primary input mechanism of the device includes an accurate pointing device (mouse) |
