| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 font-feature-settings inherited, font, name_for_methods=FeatureSettings, convert
er=convertFontFeatureSettings | 148 font-feature-settings inherited, font, name_for_methods=FeatureSettings, convert
er=convertFontFeatureSettings |
| 149 -webkit-font-smoothing inherited, font, type_name=FontSmoothingMode | 149 -webkit-font-smoothing inherited, font, type_name=FontSmoothingMode |
| 150 -webkit-locale inherited, font, custom_value | 150 -webkit-locale inherited, font, custom_value |
| 151 text-orientation inherited, custom_value, type_name=TextOrientation | 151 text-orientation inherited, custom_value, type_name=TextOrientation |
| 152 -webkit-text-orientation inherited, custom_value, type_name=TextOrientation | 152 -webkit-text-orientation inherited, custom_value, type_name=TextOrientation |
| 153 writing-mode inherited, custom_value, type_name=WritingMode | 153 writing-mode inherited, custom_value, type_name=WritingMode |
| 154 -webkit-writing-mode inherited, custom_value, type_name=WritingMode | 154 -webkit-writing-mode inherited, custom_value, type_name=WritingMode |
| 155 text-rendering inherited, font, type_name=TextRenderingMode | 155 text-rendering inherited, font, type_name=TextRenderingMode |
| 156 zoom custom_all | 156 zoom custom_all |
| 157 | 157 |
| 158 align-content initial=initialContentAlignment, converter=convertContentAlignment
Data | 158 align-content initial=initialAlignContent, converter=convertAlignContent |
| 159 align-items initial=initialDefaultAlignment, converter=convertSelfOrDefaultAlign
mentData | 159 align-items initial=initialDefaultAlignment, converter=convertSelfOrDefaultAlign
mentData |
| 160 alignment-baseline svg | 160 alignment-baseline svg |
| 161 align-self initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignment
Data | 161 align-self initial=initialSelfAlignment, converter=convertSelfOrDefaultAlignment
Data |
| 162 backdrop-filter interpolable, converter=convertFilterOperations, runtime_flag=CS
SBackdropFilter | 162 backdrop-filter interpolable, converter=convertFilterOperations, runtime_flag=CS
SBackdropFilter |
| 163 backface-visibility | 163 backface-visibility |
| 164 background-attachment custom_all | 164 background-attachment custom_all |
| 165 background-blend-mode custom_all | 165 background-blend-mode custom_all |
| 166 background-clip custom_all | 166 background-clip custom_all |
| 167 background-color interpolable, custom_all | 167 background-color interpolable, custom_all |
| 168 background-image interpolable, custom_all, typedom_types=[Image], keywords=[auto
] | 168 background-image interpolable, custom_all, typedom_types=[Image], keywords=[auto
] |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 grid-row-gap runtime_flag=CSSGridLayout, converter=convertLength | 244 grid-row-gap runtime_flag=CSSGridLayout, converter=convertLength |
| 245 grid-row-start runtime_flag=CSSGridLayout, converter=convertGridPosition | 245 grid-row-start runtime_flag=CSSGridLayout, converter=convertGridPosition |
| 246 grid-template-areas runtime_flag=CSSGridLayout, custom_all | 246 grid-template-areas runtime_flag=CSSGridLayout, custom_all |
| 247 grid-template-columns runtime_flag=CSSGridLayout, custom_all | 247 grid-template-columns runtime_flag=CSSGridLayout, custom_all |
| 248 grid-template-rows runtime_flag=CSSGridLayout, custom_all | 248 grid-template-rows runtime_flag=CSSGridLayout, custom_all |
| 249 height typedom_types=[Length], keywords=[auto], supports_percentage, interpolabl
e, initial=initialSize, converter=convertLengthSizing | 249 height typedom_types=[Length], keywords=[auto], supports_percentage, interpolabl
e, initial=initialSize, converter=convertLengthSizing |
| 250 hyphens runtime_flag=CSSHyphens, inherited, type_name=Hyphens | 250 hyphens runtime_flag=CSSHyphens, inherited, type_name=Hyphens |
| 251 image-rendering inherited | 251 image-rendering inherited |
| 252 image-orientation runtime_flag=ImageOrientation, inherited, name_for_methods=Res
pectImageOrientation, converter=convertImageOrientation | 252 image-orientation runtime_flag=ImageOrientation, inherited, name_for_methods=Res
pectImageOrientation, converter=convertImageOrientation |
| 253 isolation | 253 isolation |
| 254 justify-content initial=initialContentAlignment, converter=convertContentAlignme
ntData | 254 justify-content initial=initialJustifyContent, converter=convertJustifyContent |
| 255 justify-items runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converte
r=convertSelfOrDefaultAlignmentData | 255 justify-items runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converte
r=convertSelfOrDefaultAlignmentData |
| 256 justify-self runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converter
=convertSelfOrDefaultAlignmentData | 256 justify-self runtime_flag=CSSGridLayout, initial=initialSelfAlignment, converter
=convertSelfOrDefaultAlignmentData |
| 257 left typedom_types=[Length], keywords=[auto], supports_percentage, interpolable,
initial=initialOffset, converter=convertLengthOrAuto | 257 left typedom_types=[Length], keywords=[auto], supports_percentage, interpolable,
initial=initialOffset, converter=convertLengthOrAuto |
| 258 letter-spacing interpolable, inherited, initial=initialLetterWordSpacing, conver
ter=convertSpacing | 258 letter-spacing interpolable, inherited, initial=initialLetterWordSpacing, conver
ter=convertSpacing |
| 259 lighting-color interpolable, svg, converter=convertColor | 259 lighting-color interpolable, svg, converter=convertColor |
| 260 line-height interpolable, inherited, getter=specifiedLineHeight, converter=conve
rtLineHeight | 260 line-height interpolable, inherited, getter=specifiedLineHeight, converter=conve
rtLineHeight |
| 261 list-style-image interpolable, inherited, custom_value, typedom_types=[Image] | 261 list-style-image interpolable, inherited, custom_value, typedom_types=[Image] |
| 262 list-style-position inherited, keyword_only, keywords=[outside|inside] | 262 list-style-position inherited, keyword_only, keywords=[outside|inside] |
| 263 list-style-type inherited | 263 list-style-type inherited |
| 264 margin-bottom interpolable, initial=initialMargin, converter=convertQuirkyLength | 264 margin-bottom interpolable, initial=initialMargin, converter=convertQuirkyLength |
| (...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 611 -webkit-text-size-adjust alias_for=text-size-adjust | 611 -webkit-text-size-adjust alias_for=text-size-adjust |
| 612 -webkit-transform alias_for=transform | 612 -webkit-transform alias_for=transform |
| 613 -webkit-transform-origin alias_for=transform-origin | 613 -webkit-transform-origin alias_for=transform-origin |
| 614 -webkit-transform-style alias_for=transform-style | 614 -webkit-transform-style alias_for=transform-style |
| 615 -webkit-transition alias_for=transition | 615 -webkit-transition alias_for=transition |
| 616 -webkit-transition-delay alias_for=transition-delay | 616 -webkit-transition-delay alias_for=transition-delay |
| 617 -webkit-transition-duration alias_for=transition-duration | 617 -webkit-transition-duration alias_for=transition-duration |
| 618 -webkit-transition-property alias_for=transition-property | 618 -webkit-transition-property alias_for=transition-property |
| 619 -webkit-transition-timing-function alias_for=transition-timing-function | 619 -webkit-transition-timing-function alias_for=transition-timing-function |
| 620 -webkit-user-select alias_for=user-select | 620 -webkit-user-select alias_for=user-select |
| OLD | NEW |