| Index: sky/engine/core/css/CSSProperties.in
|
| diff --git a/sky/engine/core/css/CSSProperties.in b/sky/engine/core/css/CSSProperties.in
|
| index fbf4a19634585aeed3954bfee5f5003750ee3022..77b1f2e9cbd7084334492147a02e733772b9de31 100644
|
| --- a/sky/engine/core/css/CSSProperties.in
|
| +++ b/sky/engine/core/css/CSSProperties.in
|
| @@ -152,9 +152,6 @@ box-shadow animatable, converter=convertShadow
|
| // LAYOUT
|
| box-sizing
|
|
|
| -// LAYOUT
|
| -caption-side inherited
|
| -
|
| clip animatable, converter=convertClip, custom_all
|
|
|
| // LAYOUT
|
| @@ -248,15 +245,6 @@ padding-right animatable, initial=initialPadding, converter=convertLength
|
| // LAYOUT
|
| padding-top animatable, initial=initialPadding, converter=convertLength
|
|
|
| -// OBSOLETE
|
| -page-break-after type_name=EPageBreak, initial=initialPageBreak
|
| -
|
| -// OBSOLETE
|
| -page-break-before type_name=EPageBreak, initial=initialPageBreak
|
| -
|
| -// OBSOLETE
|
| -page-break-inside type_name=EPageBreak, initial=initialPageBreak
|
| -
|
| perspective animatable, custom_value
|
| perspective-origin animatable, custom_all
|
|
|
|
|