| 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 cursor inherited, custom_all | 191 cursor inherited, custom_all |
| 192 cx interpolable, svg, converter=convertLength | 192 cx interpolable, svg, converter=convertLength |
| 193 cy interpolable, svg, converter=convertLength | 193 cy interpolable, svg, converter=convertLength |
| 194 d runtime_flag=CSSPropertyD, interpolable, svg, converter=convertPathOrNone | 194 d runtime_flag=CSSPropertyD, interpolable, svg, converter=convertPathOrNone |
| 195 display | 195 display |
| 196 dominant-baseline inherited, svg | 196 dominant-baseline inherited, svg |
| 197 empty-cells inherited, type_name=EEmptyCells | 197 empty-cells inherited, type_name=EEmptyCells |
| 198 fill interpolable, inherited, svg, setter=setFillPaint, custom_all | 198 fill interpolable, inherited, svg, setter=setFillPaint, custom_all |
| 199 fill-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage | 199 fill-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage |
| 200 fill-rule inherited, svg, type_name=WindRule | 200 fill-rule inherited, svg, type_name=WindRule |
| 201 filter svg, name_for_methods=FilterResource, converter=convertFragmentIdentifier | 201 filter interpolable, converter=convertFilterOperations |
| 202 flex-basis interpolable, converter=convertLengthOrAuto | 202 flex-basis interpolable, converter=convertLengthOrAuto |
| 203 flex-direction | 203 flex-direction |
| 204 flex-grow interpolable, type_name=float | 204 flex-grow interpolable, type_name=float |
| 205 flex-shrink interpolable, type_name=float | 205 flex-shrink interpolable, type_name=float |
| 206 flex-wrap | 206 flex-wrap |
| 207 float type_name=EFloat, name_for_methods=Floating | 207 float type_name=EFloat, name_for_methods=Floating |
| 208 flood-color interpolable, svg, converter=convertColor | 208 flood-color interpolable, svg, converter=convertColor |
| 209 flood-opacity interpolable, svg, converter=convertNumberOrPercentage | 209 flood-opacity interpolable, svg, converter=convertNumberOrPercentage |
| 210 grid-auto-columns runtime_flag=CSSGridLayout, converter=convertGridTrackSize | 210 grid-auto-columns runtime_flag=CSSGridLayout, converter=convertGridTrackSize |
| 211 grid-auto-flow runtime_flag=CSSGridLayout, converter=convertGridAutoFlow, type_n
ame=GridAutoFlow | 211 grid-auto-flow runtime_flag=CSSGridLayout, converter=convertGridAutoFlow, type_n
ame=GridAutoFlow |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 -webkit-box-pack | 355 -webkit-box-pack |
| 356 -webkit-box-reflect converter=convertBoxReflect | 356 -webkit-box-reflect converter=convertBoxReflect |
| 357 -webkit-clip-path interpolable, custom_value | 357 -webkit-clip-path interpolable, custom_value |
| 358 column-count interpolable, type_name=unsigned short, custom_all | 358 column-count interpolable, type_name=unsigned short, custom_all |
| 359 column-gap interpolable, converter=convertComputedLength<float>, custom_all | 359 column-gap interpolable, converter=convertComputedLength<float>, custom_all |
| 360 column-rule-color interpolable, custom_all | 360 column-rule-color interpolable, custom_all |
| 361 column-rule-style type_name=EBorderStyle, initial=initialBorderStyle | 361 column-rule-style type_name=EBorderStyle, initial=initialBorderStyle |
| 362 column-rule-width interpolable, converter=convertLineWidth<unsigned short> | 362 column-rule-width interpolable, converter=convertLineWidth<unsigned short> |
| 363 column-span type_name=ColumnSpan | 363 column-span type_name=ColumnSpan |
| 364 column-width interpolable, converter=convertComputedLength<float>, custom_all | 364 column-width interpolable, converter=convertComputedLength<float>, custom_all |
| 365 -webkit-filter interpolable, converter=convertFilterOperations | |
| 366 -webkit-highlight inherited, converter=convertString<CSSValueNone> | 365 -webkit-highlight inherited, converter=convertString<CSSValueNone> |
| 367 -webkit-hyphenate-character inherited, name_for_methods=HyphenationString, conve
rter=convertString<CSSValueAuto> | 366 -webkit-hyphenate-character inherited, name_for_methods=HyphenationString, conve
rter=convertString<CSSValueAuto> |
| 368 -webkit-line-break inherited, type_name=LineBreak | 367 -webkit-line-break inherited, type_name=LineBreak |
| 369 -webkit-line-clamp type_name=LineClampValue | 368 -webkit-line-clamp type_name=LineClampValue |
| 370 -webkit-margin-after-collapse type_name=EMarginCollapse | 369 -webkit-margin-after-collapse type_name=EMarginCollapse |
| 371 -webkit-margin-before-collapse type_name=EMarginCollapse | 370 -webkit-margin-before-collapse type_name=EMarginCollapse |
| 372 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi
nAfterCollapse | 371 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi
nAfterCollapse |
| 373 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe
foreCollapse | 372 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe
foreCollapse |
| 374 -webkit-mask-box-image-outset interpolable, custom_all | 373 -webkit-mask-box-image-outset interpolable, custom_all |
| 375 -webkit-mask-box-image-repeat custom_all | 374 -webkit-mask-box-image-repeat custom_all |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 -webkit-box-sizing alias_for=box-sizing | 552 -webkit-box-sizing alias_for=box-sizing |
| 554 -webkit-column-count alias_for=column-count | 553 -webkit-column-count alias_for=column-count |
| 555 -webkit-column-gap alias_for=column-gap | 554 -webkit-column-gap alias_for=column-gap |
| 556 -webkit-column-rule alias_for=column-rule | 555 -webkit-column-rule alias_for=column-rule |
| 557 -webkit-column-rule-color alias_for=column-rule-color | 556 -webkit-column-rule-color alias_for=column-rule-color |
| 558 -webkit-column-rule-style alias_for=column-rule-style | 557 -webkit-column-rule-style alias_for=column-rule-style |
| 559 -webkit-column-rule-width alias_for=column-rule-width | 558 -webkit-column-rule-width alias_for=column-rule-width |
| 560 -webkit-column-span alias_for=column-span | 559 -webkit-column-span alias_for=column-span |
| 561 -webkit-column-width alias_for=column-width | 560 -webkit-column-width alias_for=column-width |
| 562 -webkit-columns alias_for=columns | 561 -webkit-columns alias_for=columns |
| 562 -webkit-filter alias_for=filter |
| 563 -webkit-flex alias_for=flex | 563 -webkit-flex alias_for=flex |
| 564 -webkit-flex-basis alias_for=flex-basis | 564 -webkit-flex-basis alias_for=flex-basis |
| 565 -webkit-flex-direction alias_for=flex-direction | 565 -webkit-flex-direction alias_for=flex-direction |
| 566 -webkit-flex-flow alias_for=flex-flow | 566 -webkit-flex-flow alias_for=flex-flow |
| 567 -webkit-flex-grow alias_for=flex-grow | 567 -webkit-flex-grow alias_for=flex-grow |
| 568 -webkit-flex-shrink alias_for=flex-shrink | 568 -webkit-flex-shrink alias_for=flex-shrink |
| 569 -webkit-flex-wrap alias_for=flex-wrap | 569 -webkit-flex-wrap alias_for=flex-wrap |
| 570 -webkit-font-feature-settings alias_for=font-feature-settings | 570 -webkit-font-feature-settings alias_for=font-feature-settings |
| 571 -webkit-justify-content alias_for=justify-content | 571 -webkit-justify-content alias_for=justify-content |
| 572 -webkit-opacity alias_for=opacity | 572 -webkit-opacity alias_for=opacity |
| 573 -webkit-order alias_for=order | 573 -webkit-order alias_for=order |
| 574 -webkit-perspective alias_for=perspective | 574 -webkit-perspective alias_for=perspective |
| 575 -webkit-perspective-origin alias_for=perspective-origin | 575 -webkit-perspective-origin alias_for=perspective-origin |
| 576 -webkit-shape-image-threshold alias_for=shape-image-threshold | 576 -webkit-shape-image-threshold alias_for=shape-image-threshold |
| 577 -webkit-shape-margin alias_for=shape-margin | 577 -webkit-shape-margin alias_for=shape-margin |
| 578 -webkit-shape-outside alias_for=shape-outside | 578 -webkit-shape-outside alias_for=shape-outside |
| 579 -webkit-transform alias_for=transform | 579 -webkit-transform alias_for=transform |
| 580 -webkit-transform-origin alias_for=transform-origin | 580 -webkit-transform-origin alias_for=transform-origin |
| 581 -webkit-transform-style alias_for=transform-style | 581 -webkit-transform-style alias_for=transform-style |
| 582 -webkit-transition alias_for=transition | 582 -webkit-transition alias_for=transition |
| 583 -webkit-transition-delay alias_for=transition-delay | 583 -webkit-transition-delay alias_for=transition-delay |
| 584 -webkit-transition-duration alias_for=transition-duration | 584 -webkit-transition-duration alias_for=transition-duration |
| 585 -webkit-transition-property alias_for=transition-property | 585 -webkit-transition-property alias_for=transition-property |
| 586 -webkit-transition-timing-function alias_for=transition-timing-function | 586 -webkit-transition-timing-function alias_for=transition-timing-function |
| OLD | NEW |