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

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

Issue 2620883002: Convert Settings.in, CSSValueKeywords.in, SVGCSSValueKeywords.in to json5 (Closed)
Patch Set: Fix comment indent in data Created 3 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
OLDNEW
(Empty)
1 {
2 //
3 // SVG CSS value names
4 //
5
6 data: [
7 // CSS_PROP_*_COLOR
8 //
9 "aliceblue",
10 "antiquewhite",
11 // aqua
12 "aquamarine",
13 "azure",
14 "beige",
15 "bisque",
16 // black
17 "blanchedalmond",
18 // blue
19 "blueviolet",
20 "brown",
21 "burlywood",
22 "cadetblue",
23 "chartreuse",
24 "chocolate",
25 "coral",
26 "cornflowerblue",
27 "cornsilk",
28 "crimson",
29 "cyan",
30 "darkblue",
31 "darkcyan",
32 "darkgoldenrod",
33 "darkgray",
34 "darkgreen",
35 "darkgrey",
36 "darkkhaki",
37 "darkmagenta",
38 "darkolivegreen",
39 "darkorange",
40 "darkorchid",
41 "darkred",
42 "darksalmon",
43 "darkseagreen",
44 "darkslateblue",
45 "darkslategray",
46 "darkslategrey",
47 "darkturquoise",
48 "darkviolet",
49 "deeppink",
50 "deepskyblue",
51 "dimgray",
52 "dimgrey",
53 "dodgerblue",
54 "firebrick",
55 "floralwhite",
56 "forestgreen",
57 // fuchsia
58 "gainsboro",
59 "ghostwhite",
60 "gold",
61 "goldenrod",
62 // gray
63 // grey
64 // green
65 "greenyellow",
66 "honeydew",
67 "hotpink",
68 "indianred",
69 "indigo",
70 "ivory",
71 "khaki",
72 "lavender",
73 "lavenderblush",
74 "lawngreen",
75 "lemonchiffon",
76 "lightblue",
77 "lightcoral",
78 "lightcyan",
79 "lightgoldenrodyellow",
80 "lightgray",
81 "lightgreen",
82 "lightgrey",
83 "lightpink",
84 "lightsalmon",
85 "lightseagreen",
86 "lightskyblue",
87 "lightslategray",
88 "lightslategrey",
89 "lightsteelblue",
90 "lightyellow",
91 // lime
92 "limegreen",
93 "linen",
94 "magenta",
95 // maroon
96 "mediumaquamarine",
97 "mediumblue",
98 "mediumorchid",
99 "mediumpurple",
100 "mediumseagreen",
101 "mediumslateblue",
102 "mediumspringgreen",
103 "mediumturquoise",
104 "mediumvioletred",
105 "midnightblue",
106 "mintcream",
107 "mistyrose",
108 "moccasin",
109 "navajowhite",
110 // navy
111 "oldlace",
112 // olive
113 "olivedrab",
114 // orange
115 "orangered",
116 "orchid",
117 "palegoldenrod",
118 "palegreen",
119 "paleturquoise",
120 "palevioletred",
121 "papayawhip",
122 "peachpuff",
123 "peru",
124 "pink",
125 "plum",
126 "powderblue",
127 // purple
128 "rebeccapurple",
129 // red
130 "rosybrown",
131 "royalblue",
132 "saddlebrown",
133 "salmon",
134 "sandybrown",
135 "seagreen",
136 "seashell",
137 "sienna",
138 // silver
139 "skyblue",
140 "slateblue",
141 "slategray",
142 "slategrey",
143 "snow",
144 "springgreen",
145 "steelblue",
146 "tan",
147 // teal
148 "thistle",
149 "tomato",
150 "turquoise",
151 "violet",
152 "wheat",
153 // white
154 "whitesmoke",
155 // yellow
156 "yellowgreen",
157
158 // mask-type / mask-mode
159 "alpha",
160 "luminance",
161
162 // CSS_PROP_CLIP_PATH
163 // CSS_PROP_CLIP_RULE
164 // nonzero and evenodd part of core CSS values now.
165
166 // CSS_PROP_MASK
167 // CSS_PROP_OPACITY
168 "accumulate",
169 "new",
170
171 // CSS_PROP_FILTER
172 // CSS_PROP_FLOOD_COLOR
173 //currentColor
174
175 // CSS_PROP_FLOOD_OPACITY
176 // CSS_PROP_LIGHTING_COLOR
177 //currentColor
178
179 // CSS_PROP_STOP_COLOR
180 // CSS_PROP_STOP_OPACITY
181 // CSS_PROP_COLOR_INTERPOLATION
182 //auto
183 "sRGB",
184 "linearRGB",
185
186 // CSS_PROP_COLOR_INTERPOLATION_FILTERS
187 //auto
188 //sRGB
189 //linearRGB
190
191 // CSS_PROP_COLOR_PROFILE
192 //sRGB
193
194 // CSS_PROP_COLOR_RENDERING
195 //auto
196 //optimizeSpeed
197 //optimizeQuality
198
199 //// CSS_PROP_FILL
200 //currentColor
201
202 // CSS_PROP_FILL_OPACITY
203 // CSS_PROP_FILL_RULE
204 //nonzero
205 //evenodd
206
207 // CSS_PROP_IMAGE_RENDERING
208 //auto
209 //optimizeSpeed
210 //optimizeQuality
211
212 // CSS_PROP_MARKER
213 // CSS_PROP_MARKER_END
214 // CSS_PROP_MARKER_MID
215 // CSS_PROP_MARKER_START
216 // CSS_PROP_SHAPE_RENDERING
217 //auto
218 //optimizeSpeed
219 "crispEdges",
220 //geometricPrecision
221
222 // CSS_PROP_STROKE
223 // CSS_PROP_STROKE_DASHARRAY
224 // CSS_PROP_STROKE_DASHOFFSET
225 // CSS_PROP_STROKE_LINECAP
226 "butt",
227 // round
228 // square
229
230 // CSS_PROP_STROKE_LINEJOIN
231 "miter",
232 // round
233 "bevel",
234
235 // CSS_PROP_STROKE_MITERLIMIT
236 // CSS_PROP_STROKE_OPACITY
237 // CSS_PROP_STROKE_WIDTH
238
239 // CSS_PROP_ALIGNMENT_BASELINE
240 //auto
241 // baseline
242 "before-edge",
243 "after-edge",
244 //middle
245 "central",
246 "text-before-edge",
247 "text-after-edge",
248 "ideographic",
249 "hanging",
250 "mathematical",
251
252 // CSS_PROP_BASELINE_SHIFT
253 //baseline
254 // sub
255 // super
256
257 // CSS_PROP_DOMINANT_BASELINE
258 //auto
259 "use-script",
260 "no-change",
261 "reset-size",
262
263 // CSS_PROP_GLYPH_ORIENTATION_HORIZONTAL
264
265 // CSS_PROP_GLYPH_ORIENTATION_VERTICAL
266 // CSS_PROP_TEXT_ANCHOR
267 // start
268 // middle
269 // end
270
271 // CSS_PROP_BUFFERED_RENDERING
272 // auto
273 // static
274 "dynamic",
275
276 // CSS_PROP_VECTOR_EFFECT
277 // none
278 "non-scaling-stroke",
279
280 // CSS_PROP_PAINT_ORDER
281 // normal
282 // fill
283 // stroke
284 // markers
285 ]
286 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698