Summary of features detected by CS3 media queries, cs3 Summary
Summary of features detected by Media Queries in CSS3:
View (viewport) Description address: http://baike.baidu.com/view/1522985.htm
Width: Detect the width of the view.
Height: View height Detection
Device-width: device screen width (device rendering plane width) Detection
Device-height: device screen height (device rendering plane height) Detection
Orientation: horizontal and vertical screen detection for devices
Aspect-ratio: Detection of the aspect ratio of the width and height of the View
Device-aspect-ratio: device screen width and height aspect ratio (device rendering plane width and height aspect ratio) Detection
Color: the number of digits in each color.
Color-index: the number of colors in the color index of the device.
Monochrome: Detection of the number of digits used by each pixel in a monochrome Frame Buffer
Resolution: screen or printer resolution Detection
Scan: the scanning method of the TV
Grid: network device or bitmap Device Detection
Note: In all the above features, except scan and grid, you can use the min and max prefixes to create a query range.
Examples:
Scan: progressive line-by-line scan, for example: 720 p hd TV, p indicates line-by-line scan
Scan: interlace, for example: 1080i hd TV, I indicates interlace scan