| Index: Source/core/css/CSSProperties.in
|
| diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
|
| index bf8c2780a81c266bfc310a3634bfc7d75c33e3e0..abaa0c087cccb6165aece6213072278fe192b5ba 100644
|
| --- a/Source/core/css/CSSProperties.in
|
| +++ b/Source/core/css/CSSProperties.in
|
| @@ -179,7 +179,7 @@ flex-grow interpolable, type_name=float
|
| flex-shrink interpolable, type_name=float
|
| flex-wrap
|
| float type_name=EFloat, name_for_methods=Floating
|
| -flood-color interpolable, svg, converter=convertSVGColor
|
| +flood-color interpolable, svg, converter=convertColor
|
| flood-opacity interpolable, svg, converter=convertNumberOrPercentage
|
| glyph-orientation-horizontal inherited, svg, converter=convertGlyphOrientation
|
| glyph-orientation-vertical inherited, svg, custom_value
|
| @@ -201,7 +201,7 @@ justify-items runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converte
|
| justify-self runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignmentData
|
| left interpolable, initial=initialOffset, converter=convertLengthOrAuto
|
| letter-spacing interpolable, inherited, initial=initialLetterWordSpacing, converter=convertSpacing
|
| -lighting-color interpolable, svg, converter=convertSVGColor
|
| +lighting-color interpolable, svg, converter=convertColor
|
| line-height interpolable, inherited, getter=specifiedLineHeight, converter=convertLineHeight
|
| list-style-image interpolable, inherited, custom_value
|
| list-style-position inherited
|
| @@ -267,7 +267,7 @@ shape-outside interpolable, converter=convertShapeValue
|
| shape-rendering inherited, svg
|
| size custom_all
|
| speak inherited
|
| -stop-color interpolable, svg, converter=convertSVGColor
|
| +stop-color interpolable, svg, converter=convertColor
|
| stop-opacity interpolable, svg, converter=convertNumberOrPercentage
|
| stroke interpolable, inherited, svg, setter=setStrokePaint, custom_all
|
| stroke-dasharray interpolable, inherited, svg, name_for_methods=StrokeDashArray, converter=convertStrokeDasharray
|
|
|