| 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 border-top-style type_name=EBorderStyle, initial=initialBorderStyle | 202 border-top-style type_name=EBorderStyle, initial=initialBorderStyle |
| 203 border-top-width interpolable, initial=initialBorderWidth, converter=convertLine
Width<unsigned>, typedom_types=[Length], keywords=[thin|medium|thick], supports_
percentage | 203 border-top-width interpolable, initial=initialBorderWidth, converter=convertLine
Width<unsigned>, typedom_types=[Length], keywords=[thin|medium|thick], supports_
percentage |
| 204 bottom typedom_types=[Length], keywords=[auto], supports_percentage, interpolabl
e, initial=initialOffset, converter=convertLengthOrAuto | 204 bottom typedom_types=[Length], keywords=[auto], supports_percentage, interpolabl
e, initial=initialOffset, converter=convertLengthOrAuto |
| 205 box-shadow interpolable, converter=convertShadow | 205 box-shadow interpolable, converter=convertShadow |
| 206 box-sizing | 206 box-sizing |
| 207 break-after type_name=EBreak | 207 break-after type_name=EBreak |
| 208 break-before type_name=EBreak | 208 break-before type_name=EBreak |
| 209 break-inside type_name=EBreak | 209 break-inside type_name=EBreak |
| 210 buffered-rendering svg | 210 buffered-rendering svg |
| 211 caption-side inherited, keyword_only, independent, keywords=[top|bottom|left|rig
ht], initial_keyword=top | 211 caption-side inherited, keyword_only, independent, keywords=[top|bottom|left|rig
ht], initial_keyword=top |
| 212 caret-color inherited, custom_all | 212 caret-color interpolable, inherited, custom_all |
| 213 clear | 213 clear |
| 214 clip interpolable, converter=convertClip, custom_all | 214 clip interpolable, converter=convertClip, custom_all |
| 215 clip-path interpolable, converter=convertClipPath | 215 clip-path interpolable, converter=convertClipPath |
| 216 clip-rule inherited, svg, type_name=WindRule | 216 clip-rule inherited, svg, type_name=WindRule |
| 217 color-interpolation inherited, svg | 217 color-interpolation inherited, svg |
| 218 color-interpolation-filters inherited, svg, type_name=EColorInterpolation | 218 color-interpolation-filters inherited, svg, type_name=EColorInterpolation |
| 219 color-rendering inherited, svg | 219 color-rendering inherited, svg |
| 220 column-fill type_name=ColumnFill | 220 column-fill type_name=ColumnFill |
| 221 contain runtime_flag=CSSContainment, converter=convertFlags<Containment> | 221 contain runtime_flag=CSSContainment, converter=convertFlags<Containment> |
| 222 content custom_all, typedom_types=[Image], repeated | 222 content custom_all, typedom_types=[Image], repeated |
| (...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 619 -webkit-text-size-adjust alias_for=text-size-adjust | 619 -webkit-text-size-adjust alias_for=text-size-adjust |
| 620 -webkit-transform alias_for=transform | 620 -webkit-transform alias_for=transform |
| 621 -webkit-transform-origin alias_for=transform-origin | 621 -webkit-transform-origin alias_for=transform-origin |
| 622 -webkit-transform-style alias_for=transform-style | 622 -webkit-transform-style alias_for=transform-style |
| 623 -webkit-transition alias_for=transition | 623 -webkit-transition alias_for=transition |
| 624 -webkit-transition-delay alias_for=transition-delay | 624 -webkit-transition-delay alias_for=transition-delay |
| 625 -webkit-transition-duration alias_for=transition-duration | 625 -webkit-transition-duration alias_for=transition-duration |
| 626 -webkit-transition-property alias_for=transition-property | 626 -webkit-transition-property alias_for=transition-property |
| 627 -webkit-transition-timing-function alias_for=transition-timing-function | 627 -webkit-transition-timing-function alias_for=transition-timing-function |
| 628 -webkit-user-select alias_for=user-select | 628 -webkit-user-select alias_for=user-select |
| OLD | NEW |