| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 alignment-baseline svg | 105 alignment-baseline svg |
| 106 align-self initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignment
Data | 106 align-self initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignment
Data |
| 107 animation-delay custom_all | 107 animation-delay custom_all |
| 108 animation-direction custom_all | 108 animation-direction custom_all |
| 109 animation-duration custom_all | 109 animation-duration custom_all |
| 110 animation-fill-mode custom_all | 110 animation-fill-mode custom_all |
| 111 animation-iteration-count custom_all | 111 animation-iteration-count custom_all |
| 112 animation-name custom_all | 112 animation-name custom_all |
| 113 animation-play-state custom_all | 113 animation-play-state custom_all |
| 114 animation-timing-function custom_all | 114 animation-timing-function custom_all |
| 115 backdrop-filter interpolable, custom_value, runtime_flag=CSSBackdropFilter |
| 115 backface-visibility | 116 backface-visibility |
| 116 background-attachment custom_all | 117 background-attachment custom_all |
| 117 background-blend-mode custom_all | 118 background-blend-mode custom_all |
| 118 background-clip custom_all | 119 background-clip custom_all |
| 119 background-color interpolable, custom_all | 120 background-color interpolable, custom_all |
| 120 background-image interpolable, custom_all | 121 background-image interpolable, custom_all |
| 121 background-origin custom_all | 122 background-origin custom_all |
| 122 background-position-x interpolable, custom_all | 123 background-position-x interpolable, custom_all |
| 123 background-position-y interpolable, custom_all | 124 background-position-y interpolable, custom_all |
| 124 background-repeat-x custom_all | 125 background-repeat-x custom_all |
| (...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 535 -webkit-shape-margin alias_for=shape-margin | 536 -webkit-shape-margin alias_for=shape-margin |
| 536 -webkit-shape-outside alias_for=shape-outside | 537 -webkit-shape-outside alias_for=shape-outside |
| 537 -webkit-transform alias_for=transform | 538 -webkit-transform alias_for=transform |
| 538 -webkit-transform-origin alias_for=transform-origin | 539 -webkit-transform-origin alias_for=transform-origin |
| 539 -webkit-transform-style alias_for=transform-style | 540 -webkit-transform-style alias_for=transform-style |
| 540 -webkit-transition alias_for=transition | 541 -webkit-transition alias_for=transition |
| 541 -webkit-transition-delay alias_for=transition-delay | 542 -webkit-transition-delay alias_for=transition-delay |
| 542 -webkit-transition-duration alias_for=transition-duration | 543 -webkit-transition-duration alias_for=transition-duration |
| 543 -webkit-transition-property alias_for=transition-property | 544 -webkit-transition-property alias_for=transition-property |
| 544 -webkit-transition-timing-function alias_for=transition-timing-function | 545 -webkit-transition-timing-function alias_for=transition-timing-function |
| OLD | NEW |