| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 -webkit-font-smoothing inherited, font, type_name=FontSmoothingMode | 109 -webkit-font-smoothing inherited, font, type_name=FontSmoothingMode |
| 110 -webkit-locale inherited, font, custom_value | 110 -webkit-locale inherited, font, custom_value |
| 111 text-orientation inherited, custom_value, type_name=TextOrientation | 111 text-orientation inherited, custom_value, type_name=TextOrientation |
| 112 -webkit-text-orientation inherited, custom_value, type_name=TextOrientation | 112 -webkit-text-orientation inherited, custom_value, type_name=TextOrientation |
| 113 writing-mode inherited, custom_value, type_name=WritingMode | 113 writing-mode inherited, custom_value, type_name=WritingMode |
| 114 -webkit-writing-mode inherited, custom_value, type_name=WritingMode | 114 -webkit-writing-mode inherited, custom_value, type_name=WritingMode |
| 115 text-rendering inherited, font, type_name=TextRenderingMode | 115 text-rendering inherited, font, type_name=TextRenderingMode |
| 116 zoom custom_all | 116 zoom custom_all |
| 117 | 117 |
| 118 align-content initial=initialContentAlignment, converter=convertContentAlignment
Data | 118 align-content initial=initialContentAlignment, converter=convertContentAlignment
Data |
| 119 align-items initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignmen
tData | 119 align-items initial=initialDefaultAlignment, converter=convertSelfOrDefaultAlign
mentData |
| 120 alignment-baseline svg | 120 alignment-baseline svg |
| 121 align-self initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignment
Data | 121 align-self initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignment
Data |
| 122 animation-delay custom_all | 122 animation-delay custom_all |
| 123 animation-direction custom_all | 123 animation-direction custom_all |
| 124 animation-duration custom_all | 124 animation-duration custom_all |
| 125 animation-fill-mode custom_all | 125 animation-fill-mode custom_all |
| 126 animation-iteration-count custom_all | 126 animation-iteration-count custom_all |
| 127 animation-name custom_all | 127 animation-name custom_all |
| 128 animation-play-state custom_all | 128 animation-play-state custom_all |
| 129 animation-timing-function custom_all | 129 animation-timing-function custom_all |
| (...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 569 -webkit-shape-margin alias_for=shape-margin | 569 -webkit-shape-margin alias_for=shape-margin |
| 570 -webkit-shape-outside alias_for=shape-outside | 570 -webkit-shape-outside alias_for=shape-outside |
| 571 -webkit-transform alias_for=transform | 571 -webkit-transform alias_for=transform |
| 572 -webkit-transform-origin alias_for=transform-origin | 572 -webkit-transform-origin alias_for=transform-origin |
| 573 -webkit-transform-style alias_for=transform-style | 573 -webkit-transform-style alias_for=transform-style |
| 574 -webkit-transition alias_for=transition | 574 -webkit-transition alias_for=transition |
| 575 -webkit-transition-delay alias_for=transition-delay | 575 -webkit-transition-delay alias_for=transition-delay |
| 576 -webkit-transition-duration alias_for=transition-duration | 576 -webkit-transition-duration alias_for=transition-duration |
| 577 -webkit-transition-property alias_for=transition-property | 577 -webkit-transition-property alias_for=transition-property |
| 578 -webkit-transition-timing-function alias_for=transition-timing-function | 578 -webkit-transition-timing-function alias_for=transition-timing-function |
| OLD | NEW |