| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 font-variant-ligatures inherited, font, type_name=VariantLigatures, name_for_met
hods=VariantLigatures, converter=convertFontVariantLigatures | 172 font-variant-ligatures inherited, font, type_name=VariantLigatures, name_for_met
hods=VariantLigatures, converter=convertFontVariantLigatures |
| 173 font-variant-caps inherited, font, name_for_methods=VariantCaps, converter=conve
rtFontVariantCaps | 173 font-variant-caps inherited, font, name_for_methods=VariantCaps, converter=conve
rtFontVariantCaps |
| 174 font-variant-numeric inherited, font, name_for_methods=VariantNumeric, converter
=convertFontVariantNumeric | 174 font-variant-numeric inherited, font, name_for_methods=VariantNumeric, converter
=convertFontVariantNumeric |
| 175 font-weight interpolable, inherited, font, type_name=FontWeight, name_for_method
s=Weight, converter=convertFontWeight | 175 font-weight interpolable, inherited, font, type_name=FontWeight, name_for_method
s=Weight, converter=convertFontWeight |
| 176 font-feature-settings inherited, font, name_for_methods=FeatureSettings, convert
er=convertFontFeatureSettings | 176 font-feature-settings inherited, font, name_for_methods=FeatureSettings, convert
er=convertFontFeatureSettings |
| 177 font-variation-settings runtime_flag=CSSVariableFonts, inherited, font, name_for
_methods=VariationSettings, converter=convertFontVariationSettings | 177 font-variation-settings runtime_flag=CSSVariableFonts, inherited, font, name_for
_methods=VariationSettings, converter=convertFontVariationSettings |
| 178 -webkit-font-smoothing inherited, font, type_name=FontSmoothingMode | 178 -webkit-font-smoothing inherited, font, type_name=FontSmoothingMode |
| 179 -webkit-locale inherited, font, custom_value | 179 -webkit-locale inherited, font, custom_value |
| 180 text-orientation inherited, custom_value, type_name=TextOrientation | 180 text-orientation inherited, custom_value, type_name=TextOrientation |
| 181 -webkit-text-orientation inherited, custom_value, type_name=TextOrientation | 181 -webkit-text-orientation inherited, custom_value, type_name=TextOrientation |
| 182 writing-mode inherited, custom_value, type_name=WritingMode | 182 writing-mode inherited, custom_value, type_name=WritingMode, keyword_only, keywo
rds=[horizontal-tb|vertical-rl|vertical-lr], initial_keyword=horizontal-tb, fiel
d_storage_type=platform/text/WritingMode |
| 183 -webkit-writing-mode inherited, custom_value, type_name=WritingMode | 183 -webkit-writing-mode inherited, custom_value, type_name=WritingMode |
| 184 text-rendering inherited, font, type_name=TextRenderingMode | 184 text-rendering inherited, font, type_name=TextRenderingMode |
| 185 zoom custom_all | 185 zoom custom_all |
| 186 | 186 |
| 187 align-content initial=initialContentAlignment, converter=convertContentAlignment
Data | 187 align-content initial=initialContentAlignment, converter=convertContentAlignment
Data |
| 188 align-items initial=initialDefaultAlignment, converter=convertSelfOrDefaultAlign
mentData | 188 align-items initial=initialDefaultAlignment, converter=convertSelfOrDefaultAlign
mentData |
| 189 alignment-baseline svg | 189 alignment-baseline svg |
| 190 align-self initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignment
Data | 190 align-self initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignment
Data |
| 191 backdrop-filter interpolable, converter=convertFilterOperations, runtime_flag=CS
SBackdropFilter | 191 backdrop-filter interpolable, converter=convertFilterOperations, runtime_flag=CS
SBackdropFilter |
| 192 backface-visibility | 192 backface-visibility |
| (...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 642 -webkit-text-size-adjust alias_for=text-size-adjust | 642 -webkit-text-size-adjust alias_for=text-size-adjust |
| 643 -webkit-transform alias_for=transform | 643 -webkit-transform alias_for=transform |
| 644 -webkit-transform-origin alias_for=transform-origin | 644 -webkit-transform-origin alias_for=transform-origin |
| 645 -webkit-transform-style alias_for=transform-style | 645 -webkit-transform-style alias_for=transform-style |
| 646 -webkit-transition alias_for=transition | 646 -webkit-transition alias_for=transition |
| 647 -webkit-transition-delay alias_for=transition-delay | 647 -webkit-transition-delay alias_for=transition-delay |
| 648 -webkit-transition-duration alias_for=transition-duration | 648 -webkit-transition-duration alias_for=transition-duration |
| 649 -webkit-transition-property alias_for=transition-property | 649 -webkit-transition-property alias_for=transition-property |
| 650 -webkit-transition-timing-function alias_for=transition-timing-function | 650 -webkit-transition-timing-function alias_for=transition-timing-function |
| 651 -webkit-user-select alias_for=user-select | 651 -webkit-user-select alias_for=user-select |
| OLD | NEW |