| 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 color-interpolation-filters inherited, svg, type_name=EColorInterpolation | 160 color-interpolation-filters inherited, svg, type_name=EColorInterpolation |
| 161 color-rendering inherited, svg | 161 color-rendering inherited, svg |
| 162 column-fill runtime_flag=ColumnFill, type_name=ColumnFill | 162 column-fill runtime_flag=ColumnFill, type_name=ColumnFill |
| 163 content custom_all | 163 content custom_all |
| 164 counter-increment custom_all | 164 counter-increment custom_all |
| 165 counter-reset custom_all | 165 counter-reset custom_all |
| 166 cursor inherited, custom_all | 166 cursor inherited, custom_all |
| 167 cx interpolable, svg, converter=convertLength | 167 cx interpolable, svg, converter=convertLength |
| 168 cy interpolable, svg, converter=convertLength | 168 cy interpolable, svg, converter=convertLength |
| 169 display | 169 display |
| 170 dominant-baseline svg | 170 dominant-baseline inherited, svg |
| 171 empty-cells inherited, type_name=EEmptyCell | 171 empty-cells inherited, type_name=EEmptyCell |
| 172 fill interpolable, inherited, svg, setter=setFillPaint, custom_all | 172 fill interpolable, inherited, svg, setter=setFillPaint, custom_all |
| 173 fill-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage | 173 fill-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage |
| 174 fill-rule inherited, svg, type_name=WindRule | 174 fill-rule inherited, svg, type_name=WindRule |
| 175 filter svg, name_for_methods=FilterResource, converter=convertFragmentIdentifier | 175 filter svg, name_for_methods=FilterResource, converter=convertFragmentIdentifier |
| 176 flex-basis interpolable, converter=convertLengthOrAuto | 176 flex-basis interpolable, converter=convertLengthOrAuto |
| 177 flex-direction | 177 flex-direction |
| 178 flex-grow interpolable, type_name=float | 178 flex-grow interpolable, type_name=float |
| 179 flex-shrink interpolable, type_name=float | 179 flex-shrink interpolable, type_name=float |
| 180 flex-wrap | 180 flex-wrap |
| (...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 537 -webkit-shape-margin alias_for=shape-margin | 537 -webkit-shape-margin alias_for=shape-margin |
| 538 -webkit-shape-outside alias_for=shape-outside | 538 -webkit-shape-outside alias_for=shape-outside |
| 539 -webkit-transform alias_for=transform | 539 -webkit-transform alias_for=transform |
| 540 -webkit-transform-origin alias_for=transform-origin | 540 -webkit-transform-origin alias_for=transform-origin |
| 541 -webkit-transform-style alias_for=transform-style | 541 -webkit-transform-style alias_for=transform-style |
| 542 -webkit-transition alias_for=transition | 542 -webkit-transition alias_for=transition |
| 543 -webkit-transition-delay alias_for=transition-delay | 543 -webkit-transition-delay alias_for=transition-delay |
| 544 -webkit-transition-duration alias_for=transition-duration | 544 -webkit-transition-duration alias_for=transition-duration |
| 545 -webkit-transition-property alias_for=transition-property | 545 -webkit-transition-property alias_for=transition-property |
| 546 -webkit-transition-timing-function alias_for=transition-timing-function | 546 -webkit-transition-timing-function alias_for=transition-timing-function |
| OLD | NEW |