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

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

Issue 1286973002: Deprecate enable-background property (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed failures Created 5 years, 4 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 // 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 antiquewhite 8 antiquewhite
9 // aqua 9 // aqua
10 aquamarine 10 aquamarine
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 // mask-type / mask-mode 156 // mask-type / mask-mode
157 alpha 157 alpha
158 luminance 158 luminance
159 159
160 // CSS_PROP_CLIP_PATH 160 // CSS_PROP_CLIP_PATH
161 // CSS_PROP_CLIP_RULE 161 // CSS_PROP_CLIP_RULE
162 // nonzero and evenodd part of core CSS values now. 162 // nonzero and evenodd part of core CSS values now.
163 163
164 // CSS_PROP_MASK 164 // CSS_PROP_MASK
165 // CSS_PROP_OPACITY 165 // CSS_PROP_OPACITY
166 // CSS_PROP_ENABLE_BACKGROUND
167 accumulate 166 accumulate
168 new 167 new
169 168
170 // CSS_PROP_FILTER 169 // CSS_PROP_FILTER
171 // CSS_PROP_FLOOD_COLOR 170 // CSS_PROP_FLOOD_COLOR
172 //currentColor 171 //currentColor
173 172
174 // CSS_PROP_FLOOD_OPACITY 173 // CSS_PROP_FLOOD_OPACITY
175 // CSS_PROP_LIGHTING_COLOR 174 // CSS_PROP_LIGHTING_COLOR
176 //currentColor 175 //currentColor
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 273
275 // CSS_PROP_VECTOR_EFFECT 274 // CSS_PROP_VECTOR_EFFECT
276 // none 275 // none
277 non-scaling-stroke 276 non-scaling-stroke
278 277
279 // CSS_PROP_PAINT_ORDER 278 // CSS_PROP_PAINT_ORDER
280 // normal 279 // normal
281 // fill 280 // fill
282 // stroke 281 // stroke
283 // markers 282 // markers
OLDNEW
« no previous file with comments | « Source/core/css/ComputedStyleCSSValueMapping.cpp ('k') | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698