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

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

Issue 16357011: Remove support for -webkit-color-correction (which we've never supported on (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: resolve merge conflicts, obey brace style changes Created 7 years, 6 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 | « Source/core/css/CSSValueKeywords.in ('k') | Source/core/css/resolver/StyleResolver.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 8 alpha
9 antiquewhite 9 antiquewhite
10 // aqua 10 // aqua
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 //currentColor 169 //currentColor
170 170
171 // CSS_PROP_FLOOD_OPACITY 171 // CSS_PROP_FLOOD_OPACITY
172 // CSS_PROP_LIGHTING_COLOR 172 // CSS_PROP_LIGHTING_COLOR
173 //currentColor 173 //currentColor
174 174
175 // CSS_PROP_STOP_COLOR 175 // CSS_PROP_STOP_COLOR
176 // CSS_PROP_STOP_OPACITY 176 // CSS_PROP_STOP_OPACITY
177 // CSS_PROP_COLOR_INTERPOLATION 177 // CSS_PROP_COLOR_INTERPOLATION
178 //auto 178 //auto
179 //sRGB 179 sRGB
180 linearRGB 180 linearRGB
181 181
182 // CSS_PROP_COLOR_INTERPOLATION_FILTERS 182 // CSS_PROP_COLOR_INTERPOLATION_FILTERS
183 //auto 183 //auto
184 //sRGB 184 //sRGB
185 //linearRGB 185 //linearRGB
186 186
187 // CSS_PROP_COLOR_PROFILE 187 // CSS_PROP_COLOR_PROFILE
188 //sRGB 188 //sRGB
189 189
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 // end 266 // end
267 267
268 // CSS_PROP_BUFFERED_RENDERING 268 // CSS_PROP_BUFFERED_RENDERING
269 // auto 269 // auto
270 // static 270 // static
271 dynamic 271 dynamic
272 272
273 // CSS_PROP_VECTOR_EFFECT 273 // CSS_PROP_VECTOR_EFFECT
274 // none 274 // none
275 non-scaling-stroke 275 non-scaling-stroke
OLDNEW
« no previous file with comments | « Source/core/css/CSSValueKeywords.in ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698