| 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 background-position-y interpolable, custom_all | 176 background-position-y interpolable, custom_all |
| 177 background-repeat-x custom_all | 177 background-repeat-x custom_all |
| 178 background-repeat-y custom_all | 178 background-repeat-y custom_all |
| 179 background-size interpolable, custom_all | 179 background-size interpolable, custom_all |
| 180 baseline-shift interpolable, svg, custom_inherit, custom_value | 180 baseline-shift interpolable, svg, custom_inherit, custom_value |
| 181 border-bottom-color interpolable, custom_all | 181 border-bottom-color interpolable, custom_all |
| 182 border-bottom-left-radius interpolable, initial=initialBorderRadius, converter=c
onvertRadius | 182 border-bottom-left-radius interpolable, initial=initialBorderRadius, converter=c
onvertRadius |
| 183 border-bottom-right-radius interpolable, initial=initialBorderRadius, converter=
convertRadius | 183 border-bottom-right-radius interpolable, initial=initialBorderRadius, converter=
convertRadius |
| 184 border-bottom-style type_name=EBorderStyle, initial=initialBorderStyle | 184 border-bottom-style type_name=EBorderStyle, initial=initialBorderStyle |
| 185 border-bottom-width interpolable, initial=initialBorderWidth, converter=convertL
ineWidth<unsigned> | 185 border-bottom-width interpolable, initial=initialBorderWidth, converter=convertL
ineWidth<unsigned> |
| 186 border-collapse inherited, keyword_only, keywords=[separate|collapse], initial_k
eyword=separate | 186 border-collapse inherited, independent, keyword_only, keywords=[separate|collaps
e], initial_keyword=separate |
| 187 border-image-outset interpolable, custom_all | 187 border-image-outset interpolable, custom_all |
| 188 border-image-repeat custom_all | 188 border-image-repeat custom_all |
| 189 border-image-slice interpolable, custom_all | 189 border-image-slice interpolable, custom_all |
| 190 border-image-source interpolable, custom_value, typedom_types=[Image], keywords=
[none] | 190 border-image-source interpolable, custom_value, typedom_types=[Image], keywords=
[none] |
| 191 border-image-width interpolable, custom_all | 191 border-image-width interpolable, custom_all |
| 192 border-left-color interpolable, custom_all | 192 border-left-color interpolable, custom_all |
| 193 border-left-style type_name=EBorderStyle, initial=initialBorderStyle | 193 border-left-style type_name=EBorderStyle, initial=initialBorderStyle |
| 194 border-left-width interpolable, initial=initialBorderWidth, converter=convertLin
eWidth<unsigned> | 194 border-left-width interpolable, initial=initialBorderWidth, converter=convertLin
eWidth<unsigned> |
| 195 border-right-color interpolable, custom_all | 195 border-right-color interpolable, custom_all |
| 196 border-right-style type_name=EBorderStyle, initial=initialBorderStyle | 196 border-right-style type_name=EBorderStyle, initial=initialBorderStyle |
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 617 -webkit-text-size-adjust alias_for=text-size-adjust | 617 -webkit-text-size-adjust alias_for=text-size-adjust |
| 618 -webkit-transform alias_for=transform | 618 -webkit-transform alias_for=transform |
| 619 -webkit-transform-origin alias_for=transform-origin | 619 -webkit-transform-origin alias_for=transform-origin |
| 620 -webkit-transform-style alias_for=transform-style | 620 -webkit-transform-style alias_for=transform-style |
| 621 -webkit-transition alias_for=transition | 621 -webkit-transition alias_for=transition |
| 622 -webkit-transition-delay alias_for=transition-delay | 622 -webkit-transition-delay alias_for=transition-delay |
| 623 -webkit-transition-duration alias_for=transition-duration | 623 -webkit-transition-duration alias_for=transition-duration |
| 624 -webkit-transition-property alias_for=transition-property | 624 -webkit-transition-property alias_for=transition-property |
| 625 -webkit-transition-timing-function alias_for=transition-timing-function | 625 -webkit-transition-timing-function alias_for=transition-timing-function |
| 626 -webkit-user-select alias_for=user-select | 626 -webkit-user-select alias_for=user-select |
| OLD | NEW |