| 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 column-count interpolable, type_name=unsigned short, custom_all | 408 column-count interpolable, type_name=unsigned short, custom_all |
| 409 column-gap interpolable, converter=convertComputedLength<float>, custom_all | 409 column-gap interpolable, converter=convertComputedLength<float>, custom_all |
| 410 column-rule-color interpolable, custom_all | 410 column-rule-color interpolable, custom_all |
| 411 column-rule-style type_name=EBorderStyle, initial=initialBorderStyle | 411 column-rule-style type_name=EBorderStyle, initial=initialBorderStyle |
| 412 column-rule-width interpolable, converter=convertLineWidth<unsigned short> | 412 column-rule-width interpolable, converter=convertLineWidth<unsigned short> |
| 413 column-span type_name=ColumnSpan | 413 column-span type_name=ColumnSpan |
| 414 column-width interpolable, converter=convertComputedLength<float>, custom_all | 414 column-width interpolable, converter=convertComputedLength<float>, custom_all |
| 415 -webkit-highlight inherited, converter=convertString<CSSValueNone> | 415 -webkit-highlight inherited, converter=convertString<CSSValueNone> |
| 416 -webkit-hyphenate-character inherited, name_for_methods=HyphenationString, conve
rter=convertString<CSSValueAuto> | 416 -webkit-hyphenate-character inherited, name_for_methods=HyphenationString, conve
rter=convertString<CSSValueAuto> |
| 417 -webkit-line-break inherited, type_name=LineBreak | 417 -webkit-line-break inherited, type_name=LineBreak |
| 418 -webkit-line-clamp type_name=LineClampValue | 418 -webkit-line-clamp type_name=LineClampValue, api_class |
| 419 -webkit-margin-after-collapse type_name=EMarginCollapse | 419 -webkit-margin-after-collapse type_name=EMarginCollapse |
| 420 -webkit-margin-before-collapse type_name=EMarginCollapse | 420 -webkit-margin-before-collapse type_name=EMarginCollapse |
| 421 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi
nAfterCollapse | 421 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi
nAfterCollapse |
| 422 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe
foreCollapse | 422 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe
foreCollapse |
| 423 -webkit-mask-box-image-outset interpolable, custom_all | 423 -webkit-mask-box-image-outset interpolable, custom_all |
| 424 -webkit-mask-box-image-repeat custom_all | 424 -webkit-mask-box-image-repeat custom_all |
| 425 -webkit-mask-box-image-slice interpolable, custom_all | 425 -webkit-mask-box-image-slice interpolable, custom_all |
| 426 -webkit-mask-box-image-source interpolable, custom_value | 426 -webkit-mask-box-image-source interpolable, custom_value |
| 427 -webkit-mask-box-image-width interpolable, custom_all | 427 -webkit-mask-box-image-width interpolable, custom_all |
| 428 -webkit-mask-clip custom_all | 428 -webkit-mask-clip custom_all |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 631 -webkit-text-size-adjust alias_for=text-size-adjust | 631 -webkit-text-size-adjust alias_for=text-size-adjust |
| 632 -webkit-transform alias_for=transform | 632 -webkit-transform alias_for=transform |
| 633 -webkit-transform-origin alias_for=transform-origin | 633 -webkit-transform-origin alias_for=transform-origin |
| 634 -webkit-transform-style alias_for=transform-style | 634 -webkit-transform-style alias_for=transform-style |
| 635 -webkit-transition alias_for=transition | 635 -webkit-transition alias_for=transition |
| 636 -webkit-transition-delay alias_for=transition-delay | 636 -webkit-transition-delay alias_for=transition-delay |
| 637 -webkit-transition-duration alias_for=transition-duration | 637 -webkit-transition-duration alias_for=transition-duration |
| 638 -webkit-transition-property alias_for=transition-property | 638 -webkit-transition-property alias_for=transition-property |
| 639 -webkit-transition-timing-function alias_for=transition-timing-function | 639 -webkit-transition-timing-function alias_for=transition-timing-function |
| 640 -webkit-user-select alias_for=user-select | 640 -webkit-user-select alias_for=user-select |
| OLD | NEW |