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

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

Issue 392013002: Cleanup SVG color parsing handling (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add alpha change Created 6 years, 5 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
« no previous file with comments | « no previous file | Source/core/css/parser/CSSPropertyParser.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 // 1 //
2 // SVG CSS value names 2 // SVG CSS value names
3 // 3 //
4 4
5 // CSS_PROP_*_COLOR 5 // CSS_PROP_*_COLOR
6 // 6 //
7 aliceblue 7 aliceblue
8 alpha
fs 2014/07/16 07:34:09 Looks like 'luminance' is a similar "mistake". Not
9 antiquewhite 8 antiquewhite
10 // aqua 9 // aqua
11 aquamarine 10 aquamarine
12 azure 11 azure
13 beige 12 beige
14 bisque 13 bisque
15 // black 14 // black
16 blanchedalmond 15 blanchedalmond
17 // blue 16 // blue
18 blueviolet 17 blueviolet
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 thistle 146 thistle
148 tomato 147 tomato
149 turquoise 148 turquoise
150 violet 149 violet
151 wheat 150 wheat
152 // white 151 // white
153 whitesmoke 152 whitesmoke
154 // yellow 153 // yellow
155 yellowgreen 154 yellowgreen
156 155
156 alpha
157
157 // CSS_PROP_CLIP_PATH 158 // CSS_PROP_CLIP_PATH
158 // CSS_PROP_CLIP_RULE 159 // CSS_PROP_CLIP_RULE
159 // nonzero and evenodd part of core CSS values now. 160 // nonzero and evenodd part of core CSS values now.
160 161
161 // CSS_PROP_MASK 162 // CSS_PROP_MASK
162 // CSS_PROP_OPACITY 163 // CSS_PROP_OPACITY
163 // CSS_PROP_ENABLE_BACKGROUND 164 // CSS_PROP_ENABLE_BACKGROUND
164 accumulate 165 accumulate
165 new 166 new
166 167
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 272
272 // CSS_PROP_VECTOR_EFFECT 273 // CSS_PROP_VECTOR_EFFECT
273 // none 274 // none
274 non-scaling-stroke 275 non-scaling-stroke
275 276
276 // CSS_PROP_PAINT_ORDER 277 // CSS_PROP_PAINT_ORDER
277 // normal 278 // normal
278 // fill 279 // fill
279 // stroke 280 // stroke
280 // markers 281 // markers
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698