| Index: sky/engine/core/css/CSSProperties.in
|
| diff --git a/sky/engine/core/css/CSSProperties.in b/sky/engine/core/css/CSSProperties.in
|
| index 19ec8ad1dbb079e6cd8bc5122c635ef5b99014b1..5a1bd9db509006d018a0414bfba9575be4afc986 100644
|
| --- a/sky/engine/core/css/CSSProperties.in
|
| +++ b/sky/engine/core/css/CSSProperties.in
|
| @@ -283,7 +283,7 @@ word-break inherited
|
| word-spacing animatable, inherited, initial=initialLetterWordSpacing, converter=convertSpacing
|
| // UAs must treat 'word-wrap' as an alternate name for the 'overflow-wrap' property. So using the same handlers.
|
| word-wrap inherited, name_for_methods=OverflowWrap
|
| -z-index animatable, type_name=int, custom_all
|
| +z-index animatable, type_name=unsigned, custom_all
|
|
|
| // Non-standard direction aware properties
|
|
|
|
|