| 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 border-top-style type_name=EBorderStyle, initial=initialBorderStyle | 196 border-top-style type_name=EBorderStyle, initial=initialBorderStyle |
| 197 border-top-width interpolable, initial=initialBorderWidth, converter=convertLine
Width<unsigned>, typedom_types=[Length], keywords=[thin|medium|thick], supports_
percentage | 197 border-top-width interpolable, initial=initialBorderWidth, converter=convertLine
Width<unsigned>, typedom_types=[Length], keywords=[thin|medium|thick], supports_
percentage |
| 198 bottom typedom_types=[Length], keywords=[auto], supports_percentage, interpolabl
e, initial=initialOffset, converter=convertLengthOrAuto | 198 bottom typedom_types=[Length], keywords=[auto], supports_percentage, interpolabl
e, initial=initialOffset, converter=convertLengthOrAuto |
| 199 box-shadow interpolable, converter=convertShadow | 199 box-shadow interpolable, converter=convertShadow |
| 200 box-sizing | 200 box-sizing |
| 201 break-after type_name=EBreak | 201 break-after type_name=EBreak |
| 202 break-before type_name=EBreak | 202 break-before type_name=EBreak |
| 203 break-inside type_name=EBreak | 203 break-inside type_name=EBreak |
| 204 buffered-rendering svg | 204 buffered-rendering svg |
| 205 caption-side inherited, keyword_only, keywords=[top|bottom|left|right] | 205 caption-side inherited, keyword_only, keywords=[top|bottom|left|right] |
| 206 caret-color inherited, custom_all |
| 206 clear | 207 clear |
| 207 clip interpolable, converter=convertClip, custom_all | 208 clip interpolable, converter=convertClip, custom_all |
| 208 clip-path interpolable, converter=convertClipPath | 209 clip-path interpolable, converter=convertClipPath |
| 209 clip-rule inherited, svg, type_name=WindRule | 210 clip-rule inherited, svg, type_name=WindRule |
| 210 color-interpolation inherited, svg | 211 color-interpolation inherited, svg |
| 211 color-interpolation-filters inherited, svg, type_name=EColorInterpolation | 212 color-interpolation-filters inherited, svg, type_name=EColorInterpolation |
| 212 color-rendering inherited, svg | 213 color-rendering inherited, svg |
| 213 column-fill type_name=ColumnFill | 214 column-fill type_name=ColumnFill |
| 214 contain runtime_flag=CSSContainment, converter=convertFlags<Containment> | 215 contain runtime_flag=CSSContainment, converter=convertFlags<Containment> |
| 215 content custom_all, typedom_types=[Image], supports_multiple | 216 content custom_all, typedom_types=[Image], supports_multiple |
| (...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 -webkit-text-size-adjust alias_for=text-size-adjust | 612 -webkit-text-size-adjust alias_for=text-size-adjust |
| 612 -webkit-transform alias_for=transform | 613 -webkit-transform alias_for=transform |
| 613 -webkit-transform-origin alias_for=transform-origin | 614 -webkit-transform-origin alias_for=transform-origin |
| 614 -webkit-transform-style alias_for=transform-style | 615 -webkit-transform-style alias_for=transform-style |
| 615 -webkit-transition alias_for=transition | 616 -webkit-transition alias_for=transition |
| 616 -webkit-transition-delay alias_for=transition-delay | 617 -webkit-transition-delay alias_for=transition-delay |
| 617 -webkit-transition-duration alias_for=transition-duration | 618 -webkit-transition-duration alias_for=transition-duration |
| 618 -webkit-transition-property alias_for=transition-property | 619 -webkit-transition-property alias_for=transition-property |
| 619 -webkit-transition-timing-function alias_for=transition-timing-function | 620 -webkit-transition-timing-function alias_for=transition-timing-function |
| 620 -webkit-user-select alias_for=user-select | 621 -webkit-user-select alias_for=user-select |
| OLD | NEW |