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

Side by Side Diff: third_party/WebKit/Source/core/css/MediaFeatureNames.json5

Issue 2652313004: Implement color-gamut media query (Closed)
Patch Set: fix windows build Created 3 years, 10 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
OLDNEW
1 { 1 {
2 metadata: { 2 metadata: {
3 namespace: "MediaFeature", 3 namespace: "MediaFeature",
4 export: "", 4 export: "",
5 }, 5 },
6 6
7 data: [ 7 data: [
8 "any-hover", 8 "any-hover",
9 "any-pointer", 9 "any-pointer",
10 "color", 10 "color",
11 "color-index", 11 "color-index",
12 "color-gamut",
12 "grid", 13 "grid",
13 "monochrome", 14 "monochrome",
14 "height", 15 "height",
15 "hover", 16 "hover",
16 "width", 17 "width",
17 "orientation", 18 "orientation",
18 "aspect-ratio", 19 "aspect-ratio",
19 "device-aspect-ratio", 20 "device-aspect-ratio",
20 "-webkit-device-pixel-ratio", 21 "-webkit-device-pixel-ratio",
21 "device-height", 22 "device-height",
(...skipping 21 matching lines...) Expand all
43 "min-monochrome", 44 "min-monochrome",
44 "min-width", 45 "min-width",
45 "min-resolution", 46 "min-resolution",
46 "pointer", 47 "pointer",
47 "resolution", 48 "resolution",
48 "-webkit-transform-3d", 49 "-webkit-transform-3d",
49 "scan", 50 "scan",
50 "shape", 51 "shape",
51 ], 52 ],
52 } 53 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698