| 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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 -webkit-column-count interpolable, type_name=unsigned short, custom_all | 337 -webkit-column-count interpolable, type_name=unsigned short, custom_all |
| 338 -webkit-column-gap interpolable, converter=convertComputedLength<float>, custom_
all | 338 -webkit-column-gap interpolable, converter=convertComputedLength<float>, custom_
all |
| 339 -webkit-column-rule-color interpolable, custom_all | 339 -webkit-column-rule-color interpolable, custom_all |
| 340 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle | 340 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle |
| 341 -webkit-column-rule-width interpolable, converter=convertLineWidth<unsigned shor
t> | 341 -webkit-column-rule-width interpolable, converter=convertLineWidth<unsigned shor
t> |
| 342 -webkit-column-span type_name=ColumnSpan | 342 -webkit-column-span type_name=ColumnSpan |
| 343 -webkit-column-width interpolable, converter=convertComputedLength<float>, custo
m_all | 343 -webkit-column-width interpolable, converter=convertComputedLength<float>, custo
m_all |
| 344 -webkit-filter interpolable, custom_value | 344 -webkit-filter interpolable, custom_value |
| 345 -webkit-highlight inherited, converter=convertString<CSSValueNone> | 345 -webkit-highlight inherited, converter=convertString<CSSValueNone> |
| 346 -webkit-hyphenate-character inherited, name_for_methods=HyphenationString, conve
rter=convertString<CSSValueAuto> | 346 -webkit-hyphenate-character inherited, name_for_methods=HyphenationString, conve
rter=convertString<CSSValueAuto> |
| 347 -webkit-line-box-contain inherited, converter=convertLineBoxContain | |
| 348 -webkit-line-break inherited, type_name=LineBreak | 347 -webkit-line-break inherited, type_name=LineBreak |
| 349 -webkit-line-clamp type_name=LineClampValue | 348 -webkit-line-clamp type_name=LineClampValue |
| 350 -webkit-margin-after-collapse type_name=EMarginCollapse | 349 -webkit-margin-after-collapse type_name=EMarginCollapse |
| 351 -webkit-margin-before-collapse type_name=EMarginCollapse | 350 -webkit-margin-before-collapse type_name=EMarginCollapse |
| 352 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi
nAfterCollapse | 351 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi
nAfterCollapse |
| 353 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe
foreCollapse | 352 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe
foreCollapse |
| 354 -webkit-mask-box-image-outset interpolable, custom_all | 353 -webkit-mask-box-image-outset interpolable, custom_all |
| 355 -webkit-mask-box-image-repeat custom_all | 354 -webkit-mask-box-image-repeat custom_all |
| 356 -webkit-mask-box-image-slice interpolable, custom_all | 355 -webkit-mask-box-image-slice interpolable, custom_all |
| 357 -webkit-mask-box-image-source interpolable, custom_value | 356 -webkit-mask-box-image-source interpolable, custom_value |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 536 -webkit-shape-margin alias_for=shape-margin | 535 -webkit-shape-margin alias_for=shape-margin |
| 537 -webkit-shape-outside alias_for=shape-outside | 536 -webkit-shape-outside alias_for=shape-outside |
| 538 -webkit-transform alias_for=transform | 537 -webkit-transform alias_for=transform |
| 539 -webkit-transform-origin alias_for=transform-origin | 538 -webkit-transform-origin alias_for=transform-origin |
| 540 -webkit-transform-style alias_for=transform-style | 539 -webkit-transform-style alias_for=transform-style |
| 541 -webkit-transition alias_for=transition | 540 -webkit-transition alias_for=transition |
| 542 -webkit-transition-delay alias_for=transition-delay | 541 -webkit-transition-delay alias_for=transition-delay |
| 543 -webkit-transition-duration alias_for=transition-duration | 542 -webkit-transition-duration alias_for=transition-duration |
| 544 -webkit-transition-property alias_for=transition-property | 543 -webkit-transition-property alias_for=transition-property |
| 545 -webkit-transition-timing-function alias_for=transition-timing-function | 544 -webkit-transition-timing-function alias_for=transition-timing-function |
| OLD | NEW |