| 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 box-sizing | 152 box-sizing |
| 153 buffered-rendering svg | 153 buffered-rendering svg |
| 154 caption-side inherited | 154 caption-side inherited |
| 155 clear | 155 clear |
| 156 clip animatable, converter=convertClip, custom_all | 156 clip animatable, converter=convertClip, custom_all |
| 157 clip-path svg, name_for_methods=ClipperResource, converter=convertFragmentIdenti
fier | 157 clip-path svg, name_for_methods=ClipperResource, converter=convertFragmentIdenti
fier |
| 158 clip-rule inherited, svg, type_name=WindRule | 158 clip-rule inherited, svg, type_name=WindRule |
| 159 color-interpolation inherited, svg | 159 color-interpolation inherited, svg |
| 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=RegionBasedColumns, 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 animatable, svg, converter=convertLength | 167 cx animatable, svg, converter=convertLength |
| 168 cy animatable, svg, converter=convertLength | 168 cy animatable, svg, converter=convertLength |
| 169 display | 169 display |
| 170 dominant-baseline svg | 170 dominant-baseline svg |
| 171 empty-cells inherited, type_name=EEmptyCell | 171 empty-cells inherited, type_name=EEmptyCell |
| 172 fill animatable, inherited, svg, setter=setFillPaint, custom_all | 172 fill animatable, inherited, svg, setter=setFillPaint, custom_all |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 528 -webkit-shape-margin alias_for=shape-margin | 528 -webkit-shape-margin alias_for=shape-margin |
| 529 -webkit-shape-outside alias_for=shape-outside | 529 -webkit-shape-outside alias_for=shape-outside |
| 530 -webkit-transform alias_for=transform | 530 -webkit-transform alias_for=transform |
| 531 -webkit-transform-origin alias_for=transform-origin | 531 -webkit-transform-origin alias_for=transform-origin |
| 532 -webkit-transform-style alias_for=transform-style | 532 -webkit-transform-style alias_for=transform-style |
| 533 -webkit-transition alias_for=transition | 533 -webkit-transition alias_for=transition |
| 534 -webkit-transition-delay alias_for=transition-delay | 534 -webkit-transition-delay alias_for=transition-delay |
| 535 -webkit-transition-duration alias_for=transition-duration | 535 -webkit-transition-duration alias_for=transition-duration |
| 536 -webkit-transition-property alias_for=transition-property | 536 -webkit-transition-property alias_for=transition-property |
| 537 -webkit-transition-timing-function alias_for=transition-timing-function | 537 -webkit-transition-timing-function alias_for=transition-timing-function |
| OLD | NEW |