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

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: Move luminance as well 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
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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 lightsalmon 82 lightsalmon
84 lightseagreen 83 lightseagreen
85 lightskyblue 84 lightskyblue
86 lightslategray 85 lightslategray
87 lightslategrey 86 lightslategrey
88 lightsteelblue 87 lightsteelblue
89 lightyellow 88 lightyellow
90 // lime 89 // lime
91 limegreen 90 limegreen
92 linen 91 linen
93 luminance
94 magenta 92 magenta
95 // maroon 93 // maroon
96 mediumaquamarine 94 mediumaquamarine
97 mediumblue 95 mediumblue
98 mediumorchid 96 mediumorchid
99 mediumpurple 97 mediumpurple
100 mediumseagreen 98 mediumseagreen
101 mediumslateblue 99 mediumslateblue
102 mediumspringgreen 100 mediumspringgreen
103 mediumturquoise 101 mediumturquoise
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 thistle 145 thistle
148 tomato 146 tomato
149 turquoise 147 turquoise
150 violet 148 violet
151 wheat 149 wheat
152 // white 150 // white
153 whitesmoke 151 whitesmoke
154 // yellow 152 // yellow
155 yellowgreen 153 yellowgreen
156 154
155 // mask-type / mask-mode
156 alpha
157 luminance
158
157 // CSS_PROP_CLIP_PATH 159 // CSS_PROP_CLIP_PATH
158 // CSS_PROP_CLIP_RULE 160 // CSS_PROP_CLIP_RULE
159 // nonzero and evenodd part of core CSS values now. 161 // nonzero and evenodd part of core CSS values now.
160 162
161 // CSS_PROP_MASK 163 // CSS_PROP_MASK
162 // CSS_PROP_OPACITY 164 // CSS_PROP_OPACITY
163 // CSS_PROP_ENABLE_BACKGROUND 165 // CSS_PROP_ENABLE_BACKGROUND
164 accumulate 166 accumulate
165 new 167 new
166 168
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 273
272 // CSS_PROP_VECTOR_EFFECT 274 // CSS_PROP_VECTOR_EFFECT
273 // none 275 // none
274 non-scaling-stroke 276 non-scaling-stroke
275 277
276 // CSS_PROP_PAINT_ORDER 278 // CSS_PROP_PAINT_ORDER
277 // normal 279 // normal
278 // fill 280 // fill
279 // stroke 281 // stroke
280 // markers 282 // 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