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

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

Issue 962763003: Use Length for the stroke-dashoffset property in SVGLayoutStyle (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Make font-size explicit. Created 5 years, 9 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 do not get their own enum and instead map 7 // Properties specifying alias_for do not get their own enum and instead map
8 // directly onto the CSSPropertyID they alias. Currently this means that the 8 // directly onto the CSSPropertyID they alias. Currently this means that the
9 // UseCounter will not pick up on these (crbug.com/304855) 9 // UseCounter will not pick up on these (crbug.com/304855)
10 10
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 shape-image-threshold animatable, type_name=float 246 shape-image-threshold animatable, type_name=float
247 shape-margin animatable, converter=convertLength 247 shape-margin animatable, converter=convertLength
248 shape-outside animatable, converter=convertShapeValue 248 shape-outside animatable, converter=convertShapeValue
249 shape-rendering inherited, svg 249 shape-rendering inherited, svg
250 size custom_all 250 size custom_all
251 speak inherited 251 speak inherited
252 stop-color animatable, svg, converter=convertSVGColor 252 stop-color animatable, svg, converter=convertSVGColor
253 stop-opacity animatable, svg, converter=convertNumberOrPercentage 253 stop-opacity animatable, svg, converter=convertNumberOrPercentage
254 stroke animatable, inherited, svg, setter=setStrokePaint, custom_all 254 stroke animatable, inherited, svg, setter=setStrokePaint, custom_all
255 stroke-dasharray animatable, inherited, svg, name_for_methods=StrokeDashArray, c onverter=convertStrokeDasharray 255 stroke-dasharray animatable, inherited, svg, name_for_methods=StrokeDashArray, c onverter=convertStrokeDasharray
256 stroke-dashoffset animatable, inherited, svg, name_for_methods=StrokeDashOffset, converter=convertSVGLength 256 stroke-dashoffset animatable, inherited, svg, name_for_methods=StrokeDashOffset, converter=convertLength
257 stroke-linecap svg, inherited, type_name=LineCap, name_for_methods=CapStyle 257 stroke-linecap svg, inherited, type_name=LineCap, name_for_methods=CapStyle
258 stroke-linejoin svg, inherited, type_name=LineJoin, name_for_methods=JoinStyle 258 stroke-linejoin svg, inherited, type_name=LineJoin, name_for_methods=JoinStyle
259 stroke-miterlimit animatable, inherited, svg, type_name=float, name_for_methods= StrokeMiterLimit 259 stroke-miterlimit animatable, inherited, svg, type_name=float, name_for_methods= StrokeMiterLimit
260 stroke-opacity animatable, inherited, svg, converter=convertNumberOrPercentage 260 stroke-opacity animatable, inherited, svg, converter=convertNumberOrPercentage
261 stroke-width animatable, inherited, svg, converter=convertSVGLength 261 stroke-width animatable, inherited, svg, converter=convertSVGLength
262 table-layout 262 table-layout
263 tab-size inherited, converter=convertLengthOrTabSpaces 263 tab-size inherited, converter=convertLengthOrTabSpaces
264 text-align inherited, custom_value 264 text-align inherited, custom_value
265 text-align-last runtime_flag=CSS3Text, inherited, type_name=TextAlignLast 265 text-align-last runtime_flag=CSS3Text, inherited, type_name=TextAlignLast
266 text-anchor inherited, svg 266 text-anchor inherited, svg
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 -webkit-flex-flow alias_for=flex-flow 523 -webkit-flex-flow alias_for=flex-flow
524 -webkit-flex-grow alias_for=flex-grow 524 -webkit-flex-grow alias_for=flex-grow
525 -webkit-flex-shrink alias_for=flex-shrink 525 -webkit-flex-shrink alias_for=flex-shrink
526 -webkit-flex-wrap alias_for=flex-wrap 526 -webkit-flex-wrap alias_for=flex-wrap
527 -webkit-justify-content alias_for=justify-content 527 -webkit-justify-content alias_for=justify-content
528 -webkit-opacity alias_for=opacity 528 -webkit-opacity alias_for=opacity
529 -webkit-order alias_for=order 529 -webkit-order alias_for=order
530 -webkit-shape-image-threshold alias_for=shape-image-threshold 530 -webkit-shape-image-threshold alias_for=shape-image-threshold
531 -webkit-shape-margin alias_for=shape-margin 531 -webkit-shape-margin alias_for=shape-margin
532 -webkit-shape-outside alias_for=shape-outside 532 -webkit-shape-outside alias_for=shape-outside
OLDNEW
« no previous file with comments | « Source/core/animation/css/CSSPropertyEquality.cpp ('k') | Source/core/css/LayoutStyleCSSValueMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698