| 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 should be virtually identical to the | 7 // Properties specifying alias_for should be virtually identical to the |
| 8 // properties they alias. Minor parsing differences are allowed as long as | 8 // properties they alias. Minor parsing differences are allowed as long as |
| 9 // the CSSValues created are of the same format of the aliased property. | 9 // the CSSValues created are of the same format of the aliased property. |
| 10 | 10 |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 transition-timing-function custom_all | 314 transition-timing-function custom_all |
| 315 unicode-bidi | 315 unicode-bidi |
| 316 vector-effect svg | 316 vector-effect svg |
| 317 vertical-align interpolable, custom_inherit, custom_value | 317 vertical-align interpolable, custom_inherit, custom_value |
| 318 visibility interpolable, inherited | 318 visibility interpolable, inherited |
| 319 x interpolable, svg, converter=convertLength | 319 x interpolable, svg, converter=convertLength |
| 320 y interpolable, svg, converter=convertLength | 320 y interpolable, svg, converter=convertLength |
| 321 -webkit-appearance type_name=ControlPart | 321 -webkit-appearance type_name=ControlPart |
| 322 -webkit-app-region custom_all | 322 -webkit-app-region custom_all |
| 323 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip | 323 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip |
| 324 -webkit-background-composite custom_all | |
| 325 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin | 324 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin |
| 326 -webkit-border-horizontal-spacing interpolable, inherited, name_for_methods=Hori
zontalBorderSpacing, converter=convertComputedLength<short> | 325 -webkit-border-horizontal-spacing interpolable, inherited, name_for_methods=Hori
zontalBorderSpacing, converter=convertComputedLength<short> |
| 327 -webkit-border-image initial=initialNinePieceImage, custom_value | 326 -webkit-border-image initial=initialNinePieceImage, custom_value |
| 328 -webkit-border-vertical-spacing interpolable, inherited, name_for_methods=Vertic
alBorderSpacing, converter=convertComputedLength<short> | 327 -webkit-border-vertical-spacing interpolable, inherited, name_for_methods=Vertic
alBorderSpacing, converter=convertComputedLength<short> |
| 329 -webkit-box-align type_name=EBoxAlignment | 328 -webkit-box-align type_name=EBoxAlignment |
| 330 -webkit-box-decoration-break | 329 -webkit-box-decoration-break |
| 331 -webkit-box-direction inherited | 330 -webkit-box-direction inherited |
| 332 -webkit-box-flex type_name=float | 331 -webkit-box-flex type_name=float |
| 333 -webkit-box-flex-group type_name=unsigned int | 332 -webkit-box-flex-group type_name=unsigned int |
| 334 -webkit-box-lines | 333 -webkit-box-lines |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 555 -webkit-shape-margin alias_for=shape-margin | 554 -webkit-shape-margin alias_for=shape-margin |
| 556 -webkit-shape-outside alias_for=shape-outside | 555 -webkit-shape-outside alias_for=shape-outside |
| 557 -webkit-transform alias_for=transform | 556 -webkit-transform alias_for=transform |
| 558 -webkit-transform-origin alias_for=transform-origin | 557 -webkit-transform-origin alias_for=transform-origin |
| 559 -webkit-transform-style alias_for=transform-style | 558 -webkit-transform-style alias_for=transform-style |
| 560 -webkit-transition alias_for=transition | 559 -webkit-transition alias_for=transition |
| 561 -webkit-transition-delay alias_for=transition-delay | 560 -webkit-transition-delay alias_for=transition-delay |
| 562 -webkit-transition-duration alias_for=transition-duration | 561 -webkit-transition-duration alias_for=transition-duration |
| 563 -webkit-transition-property alias_for=transition-property | 562 -webkit-transition-property alias_for=transition-property |
| 564 -webkit-transition-timing-function alias_for=transition-timing-function | 563 -webkit-transition-timing-function alias_for=transition-timing-function |
| OLD | NEW |