| 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 -webkit-font-smoothing inherited, font, type_name=FontSmoothingMode | 114 -webkit-font-smoothing inherited, font, type_name=FontSmoothingMode |
| 115 -webkit-locale inherited, font, custom_value | 115 -webkit-locale inherited, font, custom_value |
| 116 text-orientation inherited, custom_value, type_name=TextOrientation | 116 text-orientation inherited, custom_value, type_name=TextOrientation |
| 117 -webkit-text-orientation inherited, custom_value, type_name=TextOrientation | 117 -webkit-text-orientation inherited, custom_value, type_name=TextOrientation |
| 118 writing-mode inherited, custom_value, type_name=WritingMode | 118 writing-mode inherited, custom_value, type_name=WritingMode |
| 119 -webkit-writing-mode inherited, custom_value, type_name=WritingMode | 119 -webkit-writing-mode inherited, custom_value, type_name=WritingMode |
| 120 text-rendering inherited, font, type_name=TextRenderingMode | 120 text-rendering inherited, font, type_name=TextRenderingMode |
| 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=initialDefaultAlignment, converter=convertSelfOrDefaultAlign
mentData |
| 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 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 |
| (...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 580 -webkit-shape-outside alias_for=shape-outside | 580 -webkit-shape-outside alias_for=shape-outside |
| 581 -webkit-text-size-adjust alias_for=text-size-adjust | 581 -webkit-text-size-adjust alias_for=text-size-adjust |
| 582 -webkit-transform alias_for=transform | 582 -webkit-transform alias_for=transform |
| 583 -webkit-transform-origin alias_for=transform-origin | 583 -webkit-transform-origin alias_for=transform-origin |
| 584 -webkit-transform-style alias_for=transform-style | 584 -webkit-transform-style alias_for=transform-style |
| 585 -webkit-transition alias_for=transition | 585 -webkit-transition alias_for=transition |
| 586 -webkit-transition-delay alias_for=transition-delay | 586 -webkit-transition-delay alias_for=transition-delay |
| 587 -webkit-transition-duration alias_for=transition-duration | 587 -webkit-transition-duration alias_for=transition-duration |
| 588 -webkit-transition-property alias_for=transition-property | 588 -webkit-transition-property alias_for=transition-property |
| 589 -webkit-transition-timing-function alias_for=transition-timing-function | 589 -webkit-transition-timing-function alias_for=transition-timing-function |
| OLD | NEW |