| 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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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> |
| 429 column-span type_name=ColumnSpan | 429 column-span type_name=ColumnSpan |
| 430 column-width interpolable, converter=convertComputedLength<float>, custom_all | 430 column-width interpolable, converter=convertComputedLength<float>, custom_all |
| 431 -webkit-highlight inherited, converter=convertString<CSSValueNone>, api_class | 431 -webkit-highlight inherited, converter=convertString<CSSValueNone>, api_class |
| 432 -webkit-hyphenate-character inherited, name_for_methods=HyphenationString, conve
rter=convertString<CSSValueAuto> | 432 -webkit-hyphenate-character inherited, name_for_methods=HyphenationString, conve
rter=convertString<CSSValueAuto> |
| 433 -webkit-line-break inherited, type_name=LineBreak | 433 -webkit-line-break inherited, type_name=LineBreak |
| 434 -webkit-line-clamp type_name=LineClampValue | 434 -webkit-line-clamp type_name=LineClampValue, api_class |
| 435 -webkit-margin-after-collapse type_name=EMarginCollapse | 435 -webkit-margin-after-collapse type_name=EMarginCollapse |
| 436 -webkit-margin-before-collapse type_name=EMarginCollapse | 436 -webkit-margin-before-collapse type_name=EMarginCollapse |
| 437 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi
nAfterCollapse | 437 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi
nAfterCollapse |
| 438 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe
foreCollapse | 438 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe
foreCollapse |
| 439 -webkit-mask-box-image-outset interpolable, custom_all | 439 -webkit-mask-box-image-outset interpolable, custom_all |
| 440 -webkit-mask-box-image-repeat custom_all | 440 -webkit-mask-box-image-repeat custom_all |
| 441 -webkit-mask-box-image-slice interpolable, custom_all | 441 -webkit-mask-box-image-slice interpolable, custom_all |
| 442 -webkit-mask-box-image-source interpolable, custom_value | 442 -webkit-mask-box-image-source interpolable, custom_value |
| 443 -webkit-mask-box-image-width interpolable, custom_all | 443 -webkit-mask-box-image-width interpolable, custom_all |
| 444 -webkit-mask-clip custom_all | 444 -webkit-mask-clip custom_all |
| (...skipping 210 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 |