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

Side by Side Diff: third_party/WebKit/Source/core/css/CSSValueKeywords.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 // The mode argument is used to limit the keyword to be used only for certain 2 // The mode argument is used to limit the keyword to be used only for certain
3 // CSSParserModes. Values that have the prefix -internal- are only allowed by 3 // CSSParserModes. Values that have the prefix -internal- are only allowed by
4 // CSSParserModes listed in allowInternalPropertyAndValue() 4 // CSSParserModes listed in allowInternalPropertyAndValue()
5 5
6 parameters: { 6 parameters: {
7 mode: {}, 7 mode: {},
8 }, 8 },
9 9
10 // 10 //
(...skipping 1104 matching lines...) Expand 10 before | Expand all | Expand 10 after
1115 "avoid-page", 1115 "avoid-page",
1116 "page", 1116 "page",
1117 "recto", 1117 "recto",
1118 "verso", 1118 "verso",
1119 "avoid-column", 1119 "avoid-column",
1120 1120
1121 // shape 1121 // shape
1122 // rect 1122 // rect
1123 // round 1123 // round
1124 1124
1125 // color-gamut
1126 // srgb
1127 "p3",
1128 "rec2020",
1125 ], 1129 ],
1126 } 1130 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698