| 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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 -webkit-app-region custom_all | 408 -webkit-app-region custom_all |
| 409 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip | 409 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip |
| 410 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin | 410 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin |
| 411 -webkit-border-horizontal-spacing interpolable, inherited, name_for_methods=Hori
zontalBorderSpacing, converter=convertComputedLength<short> | 411 -webkit-border-horizontal-spacing interpolable, inherited, name_for_methods=Hori
zontalBorderSpacing, converter=convertComputedLength<short> |
| 412 -webkit-border-image initial=initialNinePieceImage, custom_value | 412 -webkit-border-image initial=initialNinePieceImage, custom_value |
| 413 -webkit-border-vertical-spacing interpolable, inherited, name_for_methods=Vertic
alBorderSpacing, converter=convertComputedLength<short> | 413 -webkit-border-vertical-spacing interpolable, inherited, name_for_methods=Vertic
alBorderSpacing, converter=convertComputedLength<short> |
| 414 -webkit-box-align type_name=EBoxAlignment | 414 -webkit-box-align type_name=EBoxAlignment |
| 415 -webkit-box-decoration-break | 415 -webkit-box-decoration-break |
| 416 -webkit-box-direction inherited, independent, keyword_only, keywords=[normal|rev
erse], initial_keyword=normal | 416 -webkit-box-direction inherited, independent, keyword_only, keywords=[normal|rev
erse], initial_keyword=normal |
| 417 -webkit-box-flex type_name=float | 417 -webkit-box-flex type_name=float |
| 418 -webkit-box-flex-group type_name=unsigned int | 418 -webkit-box-flex-group type_name=unsigned int, api_class |
| 419 -webkit-box-lines | 419 -webkit-box-lines |
| 420 -webkit-box-ordinal-group type_name=unsigned int | 420 -webkit-box-ordinal-group type_name=unsigned int |
| 421 -webkit-box-orient | 421 -webkit-box-orient |
| 422 -webkit-box-pack | 422 -webkit-box-pack |
| 423 -webkit-box-reflect converter=convertBoxReflect | 423 -webkit-box-reflect converter=convertBoxReflect |
| 424 column-count interpolable, type_name=unsigned short, custom_all | 424 column-count interpolable, type_name=unsigned short, custom_all |
| 425 column-gap interpolable, converter=convertComputedLength<float>, custom_all, api
_class | 425 column-gap interpolable, converter=convertComputedLength<float>, custom_all, api
_class |
| 426 column-rule-color interpolable, custom_all | 426 column-rule-color interpolable, custom_all |
| 427 column-rule-style type_name=EBorderStyle, initial=initialBorderStyle | 427 column-rule-style type_name=EBorderStyle, initial=initialBorderStyle |
| 428 column-rule-width interpolable, converter=convertLineWidth<unsigned short> | 428 column-rule-width interpolable, converter=convertLineWidth<unsigned short> |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 655 -webkit-text-size-adjust alias_for=text-size-adjust | 655 -webkit-text-size-adjust alias_for=text-size-adjust |
| 656 -webkit-transform alias_for=transform | 656 -webkit-transform alias_for=transform |
| 657 -webkit-transform-origin alias_for=transform-origin | 657 -webkit-transform-origin alias_for=transform-origin |
| 658 -webkit-transform-style alias_for=transform-style | 658 -webkit-transform-style alias_for=transform-style |
| 659 -webkit-transition alias_for=transition | 659 -webkit-transition alias_for=transition |
| 660 -webkit-transition-delay alias_for=transition-delay | 660 -webkit-transition-delay alias_for=transition-delay |
| 661 -webkit-transition-duration alias_for=transition-duration | 661 -webkit-transition-duration alias_for=transition-duration |
| 662 -webkit-transition-property alias_for=transition-property | 662 -webkit-transition-property alias_for=transition-property |
| 663 -webkit-transition-timing-function alias_for=transition-timing-function | 663 -webkit-transition-timing-function alias_for=transition-timing-function |
| 664 -webkit-user-select alias_for=user-select | 664 -webkit-user-select alias_for=user-select |
| OLD | NEW |