| 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 empty-cells inherited, type_name=EEmptyCells | 218 empty-cells inherited, type_name=EEmptyCells |
| 219 fill interpolable, inherited, svg, setter=setFillPaint, custom_all | 219 fill interpolable, inherited, svg, setter=setFillPaint, custom_all |
| 220 fill-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage | 220 fill-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage |
| 221 fill-rule inherited, svg, type_name=WindRule | 221 fill-rule inherited, svg, type_name=WindRule |
| 222 filter interpolable, converter=convertFilterOperations | 222 filter interpolable, converter=convertFilterOperations |
| 223 flex-basis interpolable, converter=convertLengthOrAuto | 223 flex-basis interpolable, converter=convertLengthOrAuto |
| 224 flex-direction | 224 flex-direction |
| 225 flex-grow interpolable, type_name=float | 225 flex-grow interpolable, type_name=float |
| 226 flex-shrink interpolable, type_name=float | 226 flex-shrink interpolable, type_name=float |
| 227 flex-wrap | 227 flex-wrap |
| 228 float type_name=EFloat, name_for_methods=Floating | 228 float type_name=EFloat, name_for_methods=Floating, keyword_only, keywords=[none|
left|right] |
| 229 flood-color interpolable, svg, converter=convertColor | 229 flood-color interpolable, svg, converter=convertColor |
| 230 flood-opacity interpolable, svg, converter=convertNumberOrPercentage | 230 flood-opacity interpolable, svg, converter=convertNumberOrPercentage |
| 231 grid-auto-columns runtime_flag=CSSGridLayout, converter=convertGridTrackSizeList | 231 grid-auto-columns runtime_flag=CSSGridLayout, converter=convertGridTrackSizeList |
| 232 grid-auto-flow runtime_flag=CSSGridLayout, converter=convertGridAutoFlow, type_n
ame=GridAutoFlow | 232 grid-auto-flow runtime_flag=CSSGridLayout, converter=convertGridAutoFlow, type_n
ame=GridAutoFlow |
| 233 grid-auto-rows runtime_flag=CSSGridLayout, converter=convertGridTrackSizeList | 233 grid-auto-rows runtime_flag=CSSGridLayout, converter=convertGridTrackSizeList |
| 234 grid-column-end runtime_flag=CSSGridLayout, converter=convertGridPosition | 234 grid-column-end runtime_flag=CSSGridLayout, converter=convertGridPosition |
| 235 grid-column-gap runtime_flag=CSSGridLayout, converter=convertLength | 235 grid-column-gap runtime_flag=CSSGridLayout, converter=convertLength |
| 236 grid-column-start runtime_flag=CSSGridLayout, converter=convertGridPosition | 236 grid-column-start runtime_flag=CSSGridLayout, converter=convertGridPosition |
| 237 grid-row-end runtime_flag=CSSGridLayout, converter=convertGridPosition | 237 grid-row-end runtime_flag=CSSGridLayout, converter=convertGridPosition |
| 238 grid-row-gap runtime_flag=CSSGridLayout, converter=convertLength | 238 grid-row-gap runtime_flag=CSSGridLayout, converter=convertLength |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 608 -webkit-text-size-adjust alias_for=text-size-adjust | 608 -webkit-text-size-adjust alias_for=text-size-adjust |
| 609 -webkit-transform alias_for=transform | 609 -webkit-transform alias_for=transform |
| 610 -webkit-transform-origin alias_for=transform-origin | 610 -webkit-transform-origin alias_for=transform-origin |
| 611 -webkit-transform-style alias_for=transform-style | 611 -webkit-transform-style alias_for=transform-style |
| 612 -webkit-transition alias_for=transition | 612 -webkit-transition alias_for=transition |
| 613 -webkit-transition-delay alias_for=transition-delay | 613 -webkit-transition-delay alias_for=transition-delay |
| 614 -webkit-transition-duration alias_for=transition-duration | 614 -webkit-transition-duration alias_for=transition-duration |
| 615 -webkit-transition-property alias_for=transition-property | 615 -webkit-transition-property alias_for=transition-property |
| 616 -webkit-transition-timing-function alias_for=transition-timing-function | 616 -webkit-transition-timing-function alias_for=transition-timing-function |
| 617 -webkit-user-select alias_for=user-select | 617 -webkit-user-select alias_for=user-select |
| OLD | NEW |