This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

scan

Summary

The scan media feature describes the scanning process (i.e. how the video card generates the image) of some output devices.

It can be useful if you want to adjust font type that are known to not be visible well on “interlaced” modes for instance.

Usage

 @media (scan: interlace) { body { font-family: sans-serif; } }

Related specifications

Media Queries Level 4
Working Draft
Media Queries
Recommendation

See also

External resources