| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 zoom custom_all | 121 zoom custom_all |
| 122 | 122 |
| 123 align-content initial=initialContentAlignment, converter=convertContentAlignment
Data | 123 align-content initial=initialContentAlignment, converter=convertContentAlignment
Data |
| 124 align-items initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignmen
tData | 124 align-items initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignmen
tData |
| 125 alignment-baseline svg | 125 alignment-baseline svg |
| 126 align-self initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignment
Data | 126 align-self initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignment
Data |
| 127 animation-delay custom_all | 127 animation-delay custom_all |
| 128 animation-direction custom_all | 128 animation-direction custom_all |
| 129 animation-duration custom_all | 129 animation-duration custom_all |
| 130 animation-fill-mode custom_all | 130 animation-fill-mode custom_all |
| 131 animation-iteration-count custom_all | 131 animation-iteration-count typedom_types=[Number], keywords=[infinite], supports_
multiple, custom_all |
| 132 animation-name custom_all | 132 animation-name custom_all |
| 133 animation-play-state custom_all | 133 animation-play-state custom_all |
| 134 animation-timing-function custom_all | 134 animation-timing-function custom_all |
| 135 backdrop-filter interpolable, converter=convertFilterOperations, runtime_flag=CS
SBackdropFilter | 135 backdrop-filter interpolable, converter=convertFilterOperations, runtime_flag=CS
SBackdropFilter |
| 136 backface-visibility | 136 backface-visibility |
| 137 background-attachment custom_all | 137 background-attachment custom_all |
| 138 background-blend-mode custom_all | 138 background-blend-mode custom_all |
| 139 background-clip custom_all | 139 background-clip custom_all |
| 140 background-color interpolable, custom_all | 140 background-color interpolable, custom_all |
| 141 background-image interpolable, custom_all | 141 background-image interpolable, custom_all |
| (...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 579 -webkit-shape-outside alias_for=shape-outside | 579 -webkit-shape-outside alias_for=shape-outside |
| 580 -webkit-text-size-adjust alias_for=text-size-adjust | 580 -webkit-text-size-adjust alias_for=text-size-adjust |
| 581 -webkit-transform alias_for=transform | 581 -webkit-transform alias_for=transform |
| 582 -webkit-transform-origin alias_for=transform-origin | 582 -webkit-transform-origin alias_for=transform-origin |
| 583 -webkit-transform-style alias_for=transform-style | 583 -webkit-transform-style alias_for=transform-style |
| 584 -webkit-transition alias_for=transition | 584 -webkit-transition alias_for=transition |
| 585 -webkit-transition-delay alias_for=transition-delay | 585 -webkit-transition-delay alias_for=transition-delay |
| 586 -webkit-transition-duration alias_for=transition-duration | 586 -webkit-transition-duration alias_for=transition-duration |
| 587 -webkit-transition-property alias_for=transition-property | 587 -webkit-transition-property alias_for=transition-property |
| 588 -webkit-transition-timing-function alias_for=transition-timing-function | 588 -webkit-transition-timing-function alias_for=transition-timing-function |
| OLD | NEW |