blob: 8096ac36d52a5533c89897dea3ef19cac6cbfb4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
screen
screen
all
projection
not screen
only screen
screen and (min-width: 400px)
screen and (min-width:400px)
screen and ( min-width: 400px )
screen and ( min-width : 400px )
screen and (min-width: 400px)
screen and ( min-width: 400px)
screen and (min-width: 400px )
screen and (min-width: 400px)
screen and (min-width: 400px)
screen and (min-width: 400px)
screen and (min-width: 400px)
screen and (min-width: 400px) and (max-width: 600px)
screen and (min-width: 400px) and (max-width: 600px)
screen and (min-width: 400px) and (max-width: 600px)
tv and (scan: progressive)
tv and (scan: interlace)
screen and (device-aspect-ratio: 16/9)
screen and (device-aspect-ratio: -16/-9)
screen and (color: 1)
screen and (color: 2)
screen and (color: 0)
print and (min-resolution: 100dpi)
screen and (min-width: 400px), print
screen and (min-width: 0)
screen and (min-width: 0.0)
screen and (min-width: 00)
screen and (min-width: .0)
|