| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 zoom custom_all | 127 zoom custom_all |
| 128 | 128 |
| 129 align-content initial=initialContentAlignment, converter=convertContentAlignment
Data | 129 align-content initial=initialContentAlignment, converter=convertContentAlignment
Data |
| 130 align-items initial=initialDefaultAlignment, converter=convertSelfOrDefaultAlign
mentData | 130 align-items initial=initialDefaultAlignment, converter=convertSelfOrDefaultAlign
mentData |
| 131 alignment-baseline svg | 131 alignment-baseline svg |
| 132 align-self initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignment
Data | 132 align-self initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignment
Data |
| 133 animation-delay custom_all | 133 animation-delay custom_all |
| 134 animation-direction custom_all | 134 animation-direction custom_all |
| 135 animation-duration custom_all | 135 animation-duration custom_all |
| 136 animation-fill-mode custom_all | 136 animation-fill-mode custom_all |
| 137 animation-iteration-count custom_all | 137 animation-iteration-count keywords=[infinite], supports_multiple, custom_all |
| 138 animation-name custom_all | 138 animation-name custom_all |
| 139 animation-play-state custom_all | 139 animation-play-state custom_all |
| 140 animation-timing-function custom_all | 140 animation-timing-function custom_all |
| 141 backdrop-filter interpolable, converter=convertFilterOperations, runtime_flag=CS
SBackdropFilter | 141 backdrop-filter interpolable, converter=convertFilterOperations, runtime_flag=CS
SBackdropFilter |
| 142 backface-visibility | 142 backface-visibility |
| 143 background-attachment custom_all | 143 background-attachment custom_all |
| 144 background-blend-mode custom_all | 144 background-blend-mode custom_all |
| 145 background-clip custom_all | 145 background-clip custom_all |
| 146 background-color interpolable, custom_all | 146 background-color interpolable, custom_all |
| 147 background-image interpolable, custom_all, typedom_types=[Image], keywords=[auto
] | 147 background-image interpolable, custom_all, typedom_types=[Image], keywords=[auto
] |
| (...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 587 -webkit-text-size-adjust alias_for=text-size-adjust | 587 -webkit-text-size-adjust alias_for=text-size-adjust |
| 588 -webkit-transform alias_for=transform | 588 -webkit-transform alias_for=transform |
| 589 -webkit-transform-origin alias_for=transform-origin | 589 -webkit-transform-origin alias_for=transform-origin |
| 590 -webkit-transform-style alias_for=transform-style | 590 -webkit-transform-style alias_for=transform-style |
| 591 -webkit-transition alias_for=transition | 591 -webkit-transition alias_for=transition |
| 592 -webkit-transition-delay alias_for=transition-delay | 592 -webkit-transition-delay alias_for=transition-delay |
| 593 -webkit-transition-duration alias_for=transition-duration | 593 -webkit-transition-duration alias_for=transition-duration |
| 594 -webkit-transition-property alias_for=transition-property | 594 -webkit-transition-property alias_for=transition-property |
| 595 -webkit-transition-timing-function alias_for=transition-timing-function | 595 -webkit-transition-timing-function alias_for=transition-timing-function |
| 596 -webkit-user-select alias_for=user-select | 596 -webkit-user-select alias_for=user-select |
| OLD | NEW |