| Index: Source/core/css/CSSProperties.in
|
| diff --git a/Source/core/css/CSSProperties.in b/Source/core/css/CSSProperties.in
|
| index 810c1a62c66e43aac8ac7bf620236d9f3280331c..bce84d1542a96cd49d4b0ec516f687fa454a5c85 100644
|
| --- a/Source/core/css/CSSProperties.in
|
| +++ b/Source/core/css/CSSProperties.in
|
| @@ -99,10 +99,10 @@ font-weight animatable, inherited, font, type_name=FontWeight, name_for_methods=
|
| text-rendering inherited, font, type_name=TextRenderingMode
|
| zoom custom_all
|
|
|
| -align-content custom_all
|
| -align-items custom_all
|
| +align-content converter=convertContentAlignmentData
|
| +align-items converter=convertSelfAlignmentData
|
| alignment-baseline svg
|
| -align-self custom_all
|
| +align-self converter=convertSelfAlignmentData
|
| backface-visibility
|
| background-attachment custom_all
|
| background-blend-mode custom_all
|
| @@ -187,9 +187,9 @@ grid-template-rows runtime_flag=CSSGridLayout, custom_all
|
| height animatable, initial=initialSize, converter=convertLengthSizing
|
| image-rendering inherited
|
| isolation runtime_flag=CSSCompositing
|
| -justify-content custom_all
|
| -justify-items runtime_flag=CSSGridLayout, custom_all
|
| -justify-self runtime_flag=CSSGridLayout, custom_all
|
| +justify-content converter=convertContentAlignmentData
|
| +justify-items runtime_flag=CSSGridLayout, converter=convertSelfAlignmentData
|
| +justify-self runtime_flag=CSSGridLayout, converter=convertSelfAlignmentData
|
| left animatable, initial=initialOffset, converter=convertLengthOrAuto
|
| letter-spacing animatable, inherited, initial=initialLetterWordSpacing, converter=convertSpacing
|
| lighting-color animatable, svg, converter=convertSVGColor
|
|
|