| 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 | 259 |
| 260 perspective animatable, custom_value | 260 perspective animatable, custom_value |
| 261 perspective-origin animatable, custom_all | 261 perspective-origin animatable, custom_all |
| 262 | 262 |
| 263 // OBSOLETE | 263 // OBSOLETE |
| 264 pointer-events inherited | 264 pointer-events inherited |
| 265 | 265 |
| 266 // LAYOUT | 266 // LAYOUT |
| 267 position | 267 position |
| 268 | 268 |
| 269 // OBSOLETE | |
| 270 quotes inherited, converter=convertQuotes | |
| 271 | |
| 272 // LAYOUT | 269 // LAYOUT |
| 273 right animatable, initial=initialOffset, converter=convertLengthOrAuto | 270 right animatable, initial=initialOffset, converter=convertLengthOrAuto |
| 274 | 271 |
| 275 // OBSOLETE | 272 // OBSOLETE |
| 276 size custom_all | 273 size custom_all |
| 277 | 274 |
| 278 // OBSOLETE | 275 // OBSOLETE |
| 279 table-layout | 276 table-layout |
| 280 | 277 |
| 281 tab-size inherited, type_name=unsigned | 278 tab-size inherited, type_name=unsigned |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-s
tyle;-webkit-border-after-color | 523 -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-s
tyle;-webkit-border-after-color |
| 527 -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-befor
e-style;-webkit-border-before-color | 524 -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-befor
e-style;-webkit-border-before-color |
| 528 -webkit-border-end longhands=-webkit-border-end-width;-webkit-border-end-style;-
webkit-border-end-color | 525 -webkit-border-end longhands=-webkit-border-end-width;-webkit-border-end-style;-
webkit-border-end-color |
| 529 // "-webkit-border-radius: 1px 2px" behaves as "border-radius: 1px / 2px" | 526 // "-webkit-border-radius: 1px 2px" behaves as "border-radius: 1px / 2px" |
| 530 -webkit-border-radius longhands=border-top-left-radius;border-top-right-radius;b
order-bottom-right-radius;border-bottom-left-radius | 527 -webkit-border-radius longhands=border-top-left-radius;border-top-right-radius;b
order-bottom-right-radius;border-bottom-left-radius |
| 531 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s
tyle;-webkit-border-start-color | 528 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s
tyle;-webkit-border-start-color |
| 532 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi
s-color | 529 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi
s-color |
| 533 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo
r | 530 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo
r |
| 534 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform-
origin-y;-webkit-transform-origin-z | 531 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform-
origin-y;-webkit-transform-origin-z |
| 535 transition longhands=transition-property;transition-duration;transition-timing-f
unction;transition-delay | 532 transition longhands=transition-property;transition-duration;transition-timing-f
unction;transition-delay |
| OLD | NEW |