| 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 -webkit-font-smoothing inherited, font, type_name=FontSmoothingMode | 96 -webkit-font-smoothing inherited, font, type_name=FontSmoothingMode |
| 97 -webkit-locale inherited, font, custom_value | 97 -webkit-locale inherited, font, custom_value |
| 98 text-orientation inherited, custom_value | 98 text-orientation inherited, custom_value |
| 99 -webkit-text-orientation inherited, custom_value | 99 -webkit-text-orientation inherited, custom_value |
| 100 writing-mode inherited, custom_value | 100 writing-mode inherited, custom_value |
| 101 -webkit-writing-mode inherited, custom_value | 101 -webkit-writing-mode inherited, custom_value |
| 102 text-rendering inherited, font, type_name=TextRenderingMode | 102 text-rendering inherited, font, type_name=TextRenderingMode |
| 103 zoom custom_all | 103 zoom custom_all |
| 104 | 104 |
| 105 align-content initial=initialContentAlignment, converter=convertContentAlignment
Data | 105 align-content initial=initialContentAlignment, converter=convertContentAlignment
Data |
| 106 align-items initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignmen
tData | 106 align-items initial=initialDefaultAlignment, converter=convertSelfOrDefaultAlign
mentData |
| 107 alignment-baseline svg | 107 alignment-baseline svg |
| 108 align-self initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignment
Data | 108 align-self initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignment
Data |
| 109 animation-delay custom_all | 109 animation-delay custom_all |
| 110 animation-direction custom_all | 110 animation-direction custom_all |
| 111 animation-duration custom_all | 111 animation-duration custom_all |
| 112 animation-fill-mode custom_all | 112 animation-fill-mode custom_all |
| 113 animation-iteration-count custom_all | 113 animation-iteration-count custom_all |
| 114 animation-name custom_all | 114 animation-name custom_all |
| 115 animation-play-state custom_all | 115 animation-play-state custom_all |
| 116 animation-timing-function custom_all | 116 animation-timing-function custom_all |
| (...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 -webkit-shape-margin alias_for=shape-margin | 542 -webkit-shape-margin alias_for=shape-margin |
| 543 -webkit-shape-outside alias_for=shape-outside | 543 -webkit-shape-outside alias_for=shape-outside |
| 544 -webkit-transform alias_for=transform | 544 -webkit-transform alias_for=transform |
| 545 -webkit-transform-origin alias_for=transform-origin | 545 -webkit-transform-origin alias_for=transform-origin |
| 546 -webkit-transform-style alias_for=transform-style | 546 -webkit-transform-style alias_for=transform-style |
| 547 -webkit-transition alias_for=transition | 547 -webkit-transition alias_for=transition |
| 548 -webkit-transition-delay alias_for=transition-delay | 548 -webkit-transition-delay alias_for=transition-delay |
| 549 -webkit-transition-duration alias_for=transition-duration | 549 -webkit-transition-duration alias_for=transition-duration |
| 550 -webkit-transition-property alias_for=transition-property | 550 -webkit-transition-property alias_for=transition-property |
| 551 -webkit-transition-timing-function alias_for=transition-timing-function | 551 -webkit-transition-timing-function alias_for=transition-timing-function |
| OLD | NEW |