| OLD | NEW |
| 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 // We should remove all those marked OBSOLETE now | 5 // We should remove all those marked OBSOLETE now |
| 6 // We should remove all those marked LAYOUT once we have custom layout | 6 // We should remove all those marked LAYOUT once we have custom layout |
| 7 // We should remove all those marked ANIMATIONS once we have an animation system | 7 // We should remove all those marked ANIMATIONS once we have an animation system |
| 8 | 8 |
| 9 // - alias_for=other-property | 9 // - alias_for=other-property |
| 10 // Properties specifying alias_for do not get their own enum and instead map | 10 // Properties specifying alias_for do not get their own enum and instead map |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 border-top-width animatable, initial=initialBorderWidth, converter=convertLineWi
dth<unsigned> | 145 border-top-width animatable, initial=initialBorderWidth, converter=convertLineWi
dth<unsigned> |
| 146 | 146 |
| 147 // LAYOUT | 147 // LAYOUT |
| 148 bottom animatable, initial=initialOffset, converter=convertLengthOrAuto | 148 bottom animatable, initial=initialOffset, converter=convertLengthOrAuto |
| 149 | 149 |
| 150 box-shadow animatable, converter=convertShadow | 150 box-shadow animatable, converter=convertShadow |
| 151 | 151 |
| 152 // LAYOUT | 152 // LAYOUT |
| 153 box-sizing | 153 box-sizing |
| 154 | 154 |
| 155 // LAYOUT | |
| 156 caption-side inherited | |
| 157 | |
| 158 clip animatable, converter=convertClip, custom_all | 155 clip animatable, converter=convertClip, custom_all |
| 159 | 156 |
| 160 // LAYOUT | 157 // LAYOUT |
| 161 display | 158 display |
| 162 | 159 |
| 163 // LAYOUT | 160 // LAYOUT |
| 164 empty-cells inherited, type_name=EEmptyCell | 161 empty-cells inherited, type_name=EEmptyCell |
| 165 | 162 |
| 166 // LAYOUT | 163 // LAYOUT |
| 167 flex-basis animatable, converter=convertLengthOrAuto | 164 flex-basis animatable, converter=convertLengthOrAuto |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 | 238 |
| 242 // LAYOUT | 239 // LAYOUT |
| 243 padding-left animatable, initial=initialPadding, converter=convertLength | 240 padding-left animatable, initial=initialPadding, converter=convertLength |
| 244 | 241 |
| 245 // LAYOUT | 242 // LAYOUT |
| 246 padding-right animatable, initial=initialPadding, converter=convertLength | 243 padding-right animatable, initial=initialPadding, converter=convertLength |
| 247 | 244 |
| 248 // LAYOUT | 245 // LAYOUT |
| 249 padding-top animatable, initial=initialPadding, converter=convertLength | 246 padding-top animatable, initial=initialPadding, converter=convertLength |
| 250 | 247 |
| 251 // OBSOLETE | |
| 252 page-break-after type_name=EPageBreak, initial=initialPageBreak | |
| 253 | |
| 254 // OBSOLETE | |
| 255 page-break-before type_name=EPageBreak, initial=initialPageBreak | |
| 256 | |
| 257 // OBSOLETE | |
| 258 page-break-inside type_name=EPageBreak, initial=initialPageBreak | |
| 259 | |
| 260 perspective animatable, custom_value | 248 perspective animatable, custom_value |
| 261 perspective-origin animatable, custom_all | 249 perspective-origin animatable, custom_all |
| 262 | 250 |
| 263 // OBSOLETE | 251 // OBSOLETE |
| 264 pointer-events inherited | 252 pointer-events inherited |
| 265 | 253 |
| 266 // LAYOUT | 254 // LAYOUT |
| 267 position | 255 position |
| 268 | 256 |
| 269 // LAYOUT | 257 // LAYOUT |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 523 -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-s
tyle;-webkit-border-after-color | 511 -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-s
tyle;-webkit-border-after-color |
| 524 -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-befor
e-style;-webkit-border-before-color | 512 -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-befor
e-style;-webkit-border-before-color |
| 525 -webkit-border-end longhands=-webkit-border-end-width;-webkit-border-end-style;-
webkit-border-end-color | 513 -webkit-border-end longhands=-webkit-border-end-width;-webkit-border-end-style;-
webkit-border-end-color |
| 526 // "-webkit-border-radius: 1px 2px" behaves as "border-radius: 1px / 2px" | 514 // "-webkit-border-radius: 1px 2px" behaves as "border-radius: 1px / 2px" |
| 527 -webkit-border-radius longhands=border-top-left-radius;border-top-right-radius;b
order-bottom-right-radius;border-bottom-left-radius | 515 -webkit-border-radius longhands=border-top-left-radius;border-top-right-radius;b
order-bottom-right-radius;border-bottom-left-radius |
| 528 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s
tyle;-webkit-border-start-color | 516 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s
tyle;-webkit-border-start-color |
| 529 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi
s-color | 517 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi
s-color |
| 530 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo
r | 518 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo
r |
| 531 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform-
origin-y;-webkit-transform-origin-z | 519 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform-
origin-y;-webkit-transform-origin-z |
| 532 transition longhands=transition-property;transition-duration;transition-timing-f
unction;transition-delay | 520 transition longhands=transition-property;transition-duration;transition-timing-f
unction;transition-delay |
| OLD | NEW |