| 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 | 5 |
| 6 // - alias_for=other-property | 6 // - alias_for=other-property |
| 7 // Properties specifying alias_for do not get their own enum and instead map | 7 // Properties specifying alias_for do not get their own enum and instead map |
| 8 // directly onto the CSSPropertyID they alias. Currently this means that the | 8 // directly onto the CSSPropertyID they alias. Currently this means that the |
| 9 // UseCounter will not pick up on these (crbug.com/304855) | 9 // UseCounter will not pick up on these (crbug.com/304855) |
| 10 | 10 |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 -webkit-animation-delay custom_all | 286 -webkit-animation-delay custom_all |
| 287 -webkit-animation-direction custom_all | 287 -webkit-animation-direction custom_all |
| 288 -webkit-animation-duration custom_all | 288 -webkit-animation-duration custom_all |
| 289 -webkit-animation-fill-mode custom_all | 289 -webkit-animation-fill-mode custom_all |
| 290 -webkit-animation-iteration-count custom_all | 290 -webkit-animation-iteration-count custom_all |
| 291 -webkit-animation-name custom_all | 291 -webkit-animation-name custom_all |
| 292 -webkit-animation-play-state custom_all | 292 -webkit-animation-play-state custom_all |
| 293 -webkit-animation-timing-function custom_all | 293 -webkit-animation-timing-function custom_all |
| 294 -webkit-appearance type_name=ControlPart | 294 -webkit-appearance type_name=ControlPart |
| 295 -webkit-app-region custom_all | 295 -webkit-app-region custom_all |
| 296 -webkit-aspect-ratio inherited, custom_all | |
| 297 -webkit-backface-visibility use_handlers_for=CSSPropertyBackfaceVisibility | 296 -webkit-backface-visibility use_handlers_for=CSSPropertyBackfaceVisibility |
| 298 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip | 297 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip |
| 299 -webkit-background-composite custom_all | 298 -webkit-background-composite custom_all |
| 300 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin | 299 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin |
| 301 -webkit-background-size animatable, use_handlers_for=CSSPropertyBackgroundSize | 300 -webkit-background-size animatable, use_handlers_for=CSSPropertyBackgroundSize |
| 302 -webkit-border-horizontal-spacing animatable, inherited, name_for_methods=Horizo
ntalBorderSpacing, converter=convertComputedLength<short> | 301 -webkit-border-horizontal-spacing animatable, inherited, name_for_methods=Horizo
ntalBorderSpacing, converter=convertComputedLength<short> |
| 303 -webkit-border-image initial=initialNinePieceImage, custom_value | 302 -webkit-border-image initial=initialNinePieceImage, custom_value |
| 304 -webkit-border-vertical-spacing animatable, inherited, name_for_methods=Vertical
BorderSpacing, converter=convertComputedLength<short> | 303 -webkit-border-vertical-spacing animatable, inherited, name_for_methods=Vertical
BorderSpacing, converter=convertComputedLength<short> |
| 305 -webkit-box-align type_name=EBoxAlignment | 304 -webkit-box-align type_name=EBoxAlignment |
| 306 -webkit-box-decoration-break | 305 -webkit-box-decoration-break |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 -webkit-flex-flow alias_for=flex-flow | 526 -webkit-flex-flow alias_for=flex-flow |
| 528 -webkit-flex-grow alias_for=flex-grow | 527 -webkit-flex-grow alias_for=flex-grow |
| 529 -webkit-flex-shrink alias_for=flex-shrink | 528 -webkit-flex-shrink alias_for=flex-shrink |
| 530 -webkit-flex-wrap alias_for=flex-wrap | 529 -webkit-flex-wrap alias_for=flex-wrap |
| 531 -webkit-justify-content alias_for=justify-content | 530 -webkit-justify-content alias_for=justify-content |
| 532 -webkit-opacity alias_for=opacity | 531 -webkit-opacity alias_for=opacity |
| 533 -webkit-order alias_for=order | 532 -webkit-order alias_for=order |
| 534 -webkit-shape-image-threshold alias_for=shape-image-threshold | 533 -webkit-shape-image-threshold alias_for=shape-image-threshold |
| 535 -webkit-shape-margin alias_for=shape-margin | 534 -webkit-shape-margin alias_for=shape-margin |
| 536 -webkit-shape-outside alias_for=shape-outside | 535 -webkit-shape-outside alias_for=shape-outside |
| OLD | NEW |