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

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

Issue 1219153003: Unify handling of <color> for SVG/non-SVG properties (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 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 | Annotate | Revision Log
OLDNEW
1 // This file specifies all the CSS properties we support and the necessary 1 // This file specifies all the CSS properties we support and the necessary
2 // information for our code generation. The various supported arguments 2 // information for our code generation. The various supported arguments
3 // are described below with example usage 3 // are described below with example usage
4 4
5 5
6 // - alias_for=other-property 6 // - alias_for=other-property
7 // Properties specifying alias_for should be virtually identical to the 7 // Properties specifying alias_for should be virtually identical to the
8 // properties they alias. Minor parsing differences are allowed as long as 8 // properties they alias. Minor parsing differences are allowed as long as
9 // the CSSValues created are of the same format of the aliased property. 9 // the CSSValues created are of the same format of the aliased property.
10 10
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 fill interpolable, inherited, svg, setter=setFillPaint, custom_all 172 fill interpolable, inherited, svg, setter=setFillPaint, custom_all
173 fill-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage 173 fill-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage
174 fill-rule inherited, svg, type_name=WindRule 174 fill-rule inherited, svg, type_name=WindRule
175 filter svg, name_for_methods=FilterResource, converter=convertFragmentIdentifier 175 filter svg, name_for_methods=FilterResource, converter=convertFragmentIdentifier
176 flex-basis interpolable, converter=convertLengthOrAuto 176 flex-basis interpolable, converter=convertLengthOrAuto
177 flex-direction 177 flex-direction
178 flex-grow interpolable, type_name=float 178 flex-grow interpolable, type_name=float
179 flex-shrink interpolable, type_name=float 179 flex-shrink interpolable, type_name=float
180 flex-wrap 180 flex-wrap
181 float type_name=EFloat, name_for_methods=Floating 181 float type_name=EFloat, name_for_methods=Floating
182 flood-color interpolable, svg, converter=convertSVGColor 182 flood-color interpolable, svg, converter=convertColor
183 flood-opacity interpolable, svg, converter=convertNumberOrPercentage 183 flood-opacity interpolable, svg, converter=convertNumberOrPercentage
184 glyph-orientation-horizontal inherited, svg, converter=convertGlyphOrientation 184 glyph-orientation-horizontal inherited, svg, converter=convertGlyphOrientation
185 glyph-orientation-vertical inherited, svg, custom_value 185 glyph-orientation-vertical inherited, svg, custom_value
186 grid-auto-columns runtime_flag=CSSGridLayout, converter=convertGridTrackSize 186 grid-auto-columns runtime_flag=CSSGridLayout, converter=convertGridTrackSize
187 grid-auto-flow runtime_flag=CSSGridLayout, converter=convertGridAutoFlow 187 grid-auto-flow runtime_flag=CSSGridLayout, converter=convertGridAutoFlow
188 grid-auto-rows runtime_flag=CSSGridLayout, converter=convertGridTrackSize 188 grid-auto-rows runtime_flag=CSSGridLayout, converter=convertGridTrackSize
189 grid-column-end runtime_flag=CSSGridLayout, converter=convertGridPosition 189 grid-column-end runtime_flag=CSSGridLayout, converter=convertGridPosition
190 grid-column-start runtime_flag=CSSGridLayout, converter=convertGridPosition 190 grid-column-start runtime_flag=CSSGridLayout, converter=convertGridPosition
191 grid-row-end runtime_flag=CSSGridLayout, converter=convertGridPosition 191 grid-row-end runtime_flag=CSSGridLayout, converter=convertGridPosition
192 grid-row-start runtime_flag=CSSGridLayout, converter=convertGridPosition 192 grid-row-start runtime_flag=CSSGridLayout, converter=convertGridPosition
193 grid-template-areas runtime_flag=CSSGridLayout, custom_all 193 grid-template-areas runtime_flag=CSSGridLayout, custom_all
194 grid-template-columns runtime_flag=CSSGridLayout, custom_all 194 grid-template-columns runtime_flag=CSSGridLayout, custom_all
195 grid-template-rows runtime_flag=CSSGridLayout, custom_all 195 grid-template-rows runtime_flag=CSSGridLayout, custom_all
196 height interpolable, initial=initialSize, converter=convertLengthSizing 196 height interpolable, initial=initialSize, converter=convertLengthSizing
197 image-rendering inherited 197 image-rendering inherited
198 isolation runtime_flag=CSSCompositing 198 isolation runtime_flag=CSSCompositing
199 justify-content initial=initialContentAlignment, converter=convertContentAlignme ntData 199 justify-content initial=initialContentAlignment, converter=convertContentAlignme ntData
200 justify-items runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converte r=convertSelfOrDefaultAlignmentData 200 justify-items runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converte r=convertSelfOrDefaultAlignmentData
201 justify-self runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converter =convertSelfOrDefaultAlignmentData 201 justify-self runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converter =convertSelfOrDefaultAlignmentData
202 left interpolable, initial=initialOffset, converter=convertLengthOrAuto 202 left interpolable, initial=initialOffset, converter=convertLengthOrAuto
203 letter-spacing interpolable, inherited, initial=initialLetterWordSpacing, conver ter=convertSpacing 203 letter-spacing interpolable, inherited, initial=initialLetterWordSpacing, conver ter=convertSpacing
204 lighting-color interpolable, svg, converter=convertSVGColor 204 lighting-color interpolable, svg, converter=convertColor
205 line-height interpolable, inherited, getter=specifiedLineHeight, converter=conve rtLineHeight 205 line-height interpolable, inherited, getter=specifiedLineHeight, converter=conve rtLineHeight
206 list-style-image interpolable, inherited, custom_value 206 list-style-image interpolable, inherited, custom_value
207 list-style-position inherited 207 list-style-position inherited
208 list-style-type inherited 208 list-style-type inherited
209 margin-bottom interpolable, initial=initialMargin, converter=convertQuirkyLength 209 margin-bottom interpolable, initial=initialMargin, converter=convertQuirkyLength
210 margin-left interpolable, initial=initialMargin, converter=convertQuirkyLength 210 margin-left interpolable, initial=initialMargin, converter=convertQuirkyLength
211 margin-right interpolable, initial=initialMargin, converter=convertQuirkyLength 211 margin-right interpolable, initial=initialMargin, converter=convertQuirkyLength
212 margin-top interpolable, initial=initialMargin, converter=convertQuirkyLength 212 margin-top interpolable, initial=initialMargin, converter=convertQuirkyLength
213 marker-end inherited, svg, name_for_methods=MarkerEndResource, converter=convert FragmentIdentifier 213 marker-end inherited, svg, name_for_methods=MarkerEndResource, converter=convert FragmentIdentifier
214 marker-mid inherited, svg, name_for_methods=MarkerMidResource, converter=convert FragmentIdentifier 214 marker-mid inherited, svg, name_for_methods=MarkerMidResource, converter=convert FragmentIdentifier
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 scroll-snap-points-x runtime_flag=CSSScrollSnapPoints, converter=convertSnapPoin ts 260 scroll-snap-points-x runtime_flag=CSSScrollSnapPoints, converter=convertSnapPoin ts
261 scroll-snap-points-y runtime_flag=CSSScrollSnapPoints, converter=convertSnapPoin ts 261 scroll-snap-points-y runtime_flag=CSSScrollSnapPoints, converter=convertSnapPoin ts
262 scroll-snap-destination runtime_flag=CSSScrollSnapPoints, converter=convertPosit ion 262 scroll-snap-destination runtime_flag=CSSScrollSnapPoints, converter=convertPosit ion
263 scroll-snap-coordinate runtime_flag=CSSScrollSnapPoints, converter=convertSnapCo ordinates 263 scroll-snap-coordinate runtime_flag=CSSScrollSnapPoints, converter=convertSnapCo ordinates
264 shape-image-threshold interpolable, type_name=float 264 shape-image-threshold interpolable, type_name=float
265 shape-margin interpolable, converter=convertLength 265 shape-margin interpolable, converter=convertLength
266 shape-outside interpolable, converter=convertShapeValue 266 shape-outside interpolable, converter=convertShapeValue
267 shape-rendering inherited, svg 267 shape-rendering inherited, svg
268 size custom_all 268 size custom_all
269 speak inherited 269 speak inherited
270 stop-color interpolable, svg, converter=convertSVGColor 270 stop-color interpolable, svg, converter=convertColor
271 stop-opacity interpolable, svg, converter=convertNumberOrPercentage 271 stop-opacity interpolable, svg, converter=convertNumberOrPercentage
272 stroke interpolable, inherited, svg, setter=setStrokePaint, custom_all 272 stroke interpolable, inherited, svg, setter=setStrokePaint, custom_all
273 stroke-dasharray interpolable, inherited, svg, name_for_methods=StrokeDashArray, converter=convertStrokeDasharray 273 stroke-dasharray interpolable, inherited, svg, name_for_methods=StrokeDashArray, converter=convertStrokeDasharray
274 stroke-dashoffset interpolable, inherited, svg, name_for_methods=StrokeDashOffse t, converter=convertLength 274 stroke-dashoffset interpolable, inherited, svg, name_for_methods=StrokeDashOffse t, converter=convertLength
275 stroke-linecap svg, inherited, type_name=LineCap, name_for_methods=CapStyle 275 stroke-linecap svg, inherited, type_name=LineCap, name_for_methods=CapStyle
276 stroke-linejoin svg, inherited, type_name=LineJoin, name_for_methods=JoinStyle 276 stroke-linejoin svg, inherited, type_name=LineJoin, name_for_methods=JoinStyle
277 stroke-miterlimit interpolable, inherited, svg, type_name=float, name_for_method s=StrokeMiterLimit 277 stroke-miterlimit interpolable, inherited, svg, type_name=float, name_for_method s=StrokeMiterLimit
278 stroke-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage 278 stroke-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage
279 stroke-width interpolable, inherited, svg, converter=convertUnzoomedLength 279 stroke-width interpolable, inherited, svg, converter=convertUnzoomedLength
280 table-layout 280 table-layout
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 -webkit-shape-margin alias_for=shape-margin 536 -webkit-shape-margin alias_for=shape-margin
537 -webkit-shape-outside alias_for=shape-outside 537 -webkit-shape-outside alias_for=shape-outside
538 -webkit-transform alias_for=transform 538 -webkit-transform alias_for=transform
539 -webkit-transform-origin alias_for=transform-origin 539 -webkit-transform-origin alias_for=transform-origin
540 -webkit-transform-style alias_for=transform-style 540 -webkit-transform-style alias_for=transform-style
541 -webkit-transition alias_for=transition 541 -webkit-transition alias_for=transition
542 -webkit-transition-delay alias_for=transition-delay 542 -webkit-transition-delay alias_for=transition-delay
543 -webkit-transition-duration alias_for=transition-duration 543 -webkit-transition-duration alias_for=transition-duration
544 -webkit-transition-property alias_for=transition-property 544 -webkit-transition-property alias_for=transition-property
545 -webkit-transition-timing-function alias_for=transition-timing-function 545 -webkit-transition-timing-function alias_for=transition-timing-function
OLDNEW
« no previous file with comments | « Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl ('k') | Source/core/css/parser/CSSPropertyParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698