| 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 break-inside type_name=EBreak | 170 break-inside type_name=EBreak |
| 171 buffered-rendering svg | 171 buffered-rendering svg |
| 172 caption-side inherited | 172 caption-side inherited |
| 173 clear | 173 clear |
| 174 clip interpolable, converter=convertClip, custom_all | 174 clip interpolable, converter=convertClip, custom_all |
| 175 clip-path svg, name_for_methods=ClipperResource, converter=convertFragmentIdenti
fier | 175 clip-path svg, name_for_methods=ClipperResource, converter=convertFragmentIdenti
fier |
| 176 clip-rule inherited, svg, type_name=WindRule | 176 clip-rule inherited, svg, type_name=WindRule |
| 177 color-interpolation inherited, svg | 177 color-interpolation inherited, svg |
| 178 color-interpolation-filters inherited, svg, type_name=EColorInterpolation | 178 color-interpolation-filters inherited, svg, type_name=EColorInterpolation |
| 179 color-rendering inherited, svg | 179 color-rendering inherited, svg |
| 180 column-fill runtime_flag=ColumnFill, type_name=ColumnFill | 180 column-fill type_name=ColumnFill |
| 181 contain runtime_flag=CSSContainment, converter=convertFlags<Containment> | 181 contain runtime_flag=CSSContainment, converter=convertFlags<Containment> |
| 182 content custom_all | 182 content custom_all |
| 183 counter-increment custom_all | 183 counter-increment custom_all |
| 184 counter-reset custom_all | 184 counter-reset custom_all |
| 185 cursor inherited, custom_all | 185 cursor inherited, custom_all |
| 186 cx interpolable, svg, converter=convertLength | 186 cx interpolable, svg, converter=convertLength |
| 187 cy interpolable, svg, converter=convertLength | 187 cy interpolable, svg, converter=convertLength |
| 188 d runtime_flag=CSSPropertyD, interpolable, svg, converter=convertPathOrNone | 188 d runtime_flag=CSSPropertyD, interpolable, svg, converter=convertPathOrNone |
| 189 display | 189 display |
| 190 dominant-baseline inherited, svg | 190 dominant-baseline inherited, svg |
| (...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 -webkit-shape-margin alias_for=shape-margin | 568 -webkit-shape-margin alias_for=shape-margin |
| 569 -webkit-shape-outside alias_for=shape-outside | 569 -webkit-shape-outside alias_for=shape-outside |
| 570 -webkit-transform alias_for=transform | 570 -webkit-transform alias_for=transform |
| 571 -webkit-transform-origin alias_for=transform-origin | 571 -webkit-transform-origin alias_for=transform-origin |
| 572 -webkit-transform-style alias_for=transform-style | 572 -webkit-transform-style alias_for=transform-style |
| 573 -webkit-transition alias_for=transition | 573 -webkit-transition alias_for=transition |
| 574 -webkit-transition-delay alias_for=transition-delay | 574 -webkit-transition-delay alias_for=transition-delay |
| 575 -webkit-transition-duration alias_for=transition-duration | 575 -webkit-transition-duration alias_for=transition-duration |
| 576 -webkit-transition-property alias_for=transition-property | 576 -webkit-transition-property alias_for=transition-property |
| 577 -webkit-transition-timing-function alias_for=transition-timing-function | 577 -webkit-transition-timing-function alias_for=transition-timing-function |
| OLD | NEW |