Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(384)

Side by Side Diff: Source/core/css/MediaFeatureNames.in

Issue 853483003: Add support for 'display-mode' MQ defined in Manifest spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/core/css/DisplayModeProperties.h ('k') | Source/core/css/MediaQueryEvaluator.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 namespace="MediaFeature" 1 namespace="MediaFeature"
2 export="" 2 export=""
3 3
4 any-hover 4 any-hover
5 any-pointer 5 any-pointer
6 color 6 color
7 color-index 7 color-index
8 grid 8 grid
9 monochrome 9 monochrome
10 height 10 height
11 hover 11 hover
12 width 12 width
13 orientation 13 orientation
14 aspect-ratio 14 aspect-ratio
15 device-aspect-ratio 15 device-aspect-ratio
16 -webkit-device-pixel-ratio 16 -webkit-device-pixel-ratio
17 device-height 17 device-height
18 device-width 18 device-width
19 display-mode
19 max-color 20 max-color
20 max-color-index 21 max-color-index
21 max-aspect-ratio 22 max-aspect-ratio
22 max-device-aspect-ratio 23 max-device-aspect-ratio
23 -webkit-max-device-pixel-ratio 24 -webkit-max-device-pixel-ratio
24 max-device-height 25 max-device-height
25 max-device-width 26 max-device-width
26 max-height 27 max-height
27 max-monochrome 28 max-monochrome
28 max-width 29 max-width
29 max-resolution 30 max-resolution
30 min-color 31 min-color
31 min-color-index 32 min-color-index
32 min-aspect-ratio 33 min-aspect-ratio
33 min-device-aspect-ratio 34 min-device-aspect-ratio
34 -webkit-min-device-pixel-ratio 35 -webkit-min-device-pixel-ratio
35 min-device-height 36 min-device-height
36 min-device-width 37 min-device-width
37 min-height 38 min-height
38 min-monochrome 39 min-monochrome
39 min-width 40 min-width
40 min-resolution 41 min-resolution
41 pointer 42 pointer
42 resolution 43 resolution
43 -webkit-transform-3d 44 -webkit-transform-3d
44 scan 45 scan
OLDNEW
« no previous file with comments | « Source/core/css/DisplayModeProperties.h ('k') | Source/core/css/MediaQueryEvaluator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698