| 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 do not get their own enum and instead map | 7 // Properties specifying alias_for do not get their own enum and instead map |
| 8 // directly onto the CSSPropertyID they alias. Currently this means that the | 8 // directly onto the CSSPropertyID they alias. Currently this means that the |
| 9 // UseCounter will not pick up on these (crbug.com/304855) | 9 // UseCounter will not pick up on these (crbug.com/304855) |
| 10 | 10 |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 font-variant-ligatures inherited, font, name_for_methods=VariantLigatures, conve
rter=convertFontVariantLigatures | 92 font-variant-ligatures inherited, font, name_for_methods=VariantLigatures, conve
rter=convertFontVariantLigatures |
| 93 font-weight animatable, inherited, font, type_name=FontWeight, name_for_methods=
Weight, converter=convertFontWeight | 93 font-weight animatable, inherited, font, type_name=FontWeight, name_for_methods=
Weight, converter=convertFontWeight |
| 94 -webkit-font-feature-settings inherited, font, name_for_methods=FeatureSettings,
converter=convertFontFeatureSettings | 94 -webkit-font-feature-settings inherited, font, name_for_methods=FeatureSettings,
converter=convertFontFeatureSettings |
| 95 -webkit-font-smoothing inherited, font, type_name=FontSmoothingMode | 95 -webkit-font-smoothing inherited, font, type_name=FontSmoothingMode |
| 96 -webkit-locale inherited, custom_value | 96 -webkit-locale inherited, custom_value |
| 97 -webkit-text-orientation inherited, custom_value | 97 -webkit-text-orientation inherited, custom_value |
| 98 -webkit-writing-mode inherited, custom_value | 98 -webkit-writing-mode inherited, custom_value |
| 99 text-rendering inherited, font, type_name=TextRenderingMode | 99 text-rendering inherited, font, type_name=TextRenderingMode |
| 100 zoom custom_all | 100 zoom custom_all |
| 101 | 101 |
| 102 align-content custom_all | 102 align-content converter=convertContentAlignmentData |
| 103 align-items custom_all | 103 align-items converter=convertSelfAlignmentData |
| 104 alignment-baseline svg | 104 alignment-baseline svg |
| 105 align-self custom_all | 105 align-self converter=convertSelfAlignmentData |
| 106 backface-visibility | 106 backface-visibility |
| 107 background-attachment custom_all | 107 background-attachment custom_all |
| 108 background-blend-mode custom_all | 108 background-blend-mode custom_all |
| 109 background-clip custom_all | 109 background-clip custom_all |
| 110 background-color animatable, custom_all | 110 background-color animatable, custom_all |
| 111 background-image animatable, custom_all | 111 background-image animatable, custom_all |
| 112 background-origin custom_all | 112 background-origin custom_all |
| 113 background-position-x animatable, custom_all | 113 background-position-x animatable, custom_all |
| 114 background-position-y animatable, custom_all | 114 background-position-y animatable, custom_all |
| 115 background-repeat-x custom_all | 115 background-repeat-x custom_all |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 grid-column-end runtime_flag=CSSGridLayout, converter=convertGridPosition | 180 grid-column-end runtime_flag=CSSGridLayout, converter=convertGridPosition |
| 181 grid-column-start runtime_flag=CSSGridLayout, converter=convertGridPosition | 181 grid-column-start runtime_flag=CSSGridLayout, converter=convertGridPosition |
| 182 grid-row-end runtime_flag=CSSGridLayout, converter=convertGridPosition | 182 grid-row-end runtime_flag=CSSGridLayout, converter=convertGridPosition |
| 183 grid-row-start runtime_flag=CSSGridLayout, converter=convertGridPosition | 183 grid-row-start runtime_flag=CSSGridLayout, converter=convertGridPosition |
| 184 grid-template-areas runtime_flag=CSSGridLayout, custom_all | 184 grid-template-areas runtime_flag=CSSGridLayout, custom_all |
| 185 grid-template-columns runtime_flag=CSSGridLayout, custom_all | 185 grid-template-columns runtime_flag=CSSGridLayout, custom_all |
| 186 grid-template-rows runtime_flag=CSSGridLayout, custom_all | 186 grid-template-rows runtime_flag=CSSGridLayout, custom_all |
| 187 height animatable, initial=initialSize, converter=convertLengthSizing | 187 height animatable, initial=initialSize, converter=convertLengthSizing |
| 188 image-rendering inherited | 188 image-rendering inherited |
| 189 isolation runtime_flag=CSSCompositing | 189 isolation runtime_flag=CSSCompositing |
| 190 justify-content custom_all | 190 justify-content converter=convertContentAlignmentData |
| 191 justify-items runtime_flag=CSSGridLayout, custom_all | 191 justify-items runtime_flag=CSSGridLayout, converter=convertSelfAlignmentData |
| 192 justify-self runtime_flag=CSSGridLayout, custom_all | 192 justify-self runtime_flag=CSSGridLayout, converter=convertSelfAlignmentData |
| 193 left animatable, initial=initialOffset, converter=convertLengthOrAuto | 193 left animatable, initial=initialOffset, converter=convertLengthOrAuto |
| 194 letter-spacing animatable, inherited, initial=initialLetterWordSpacing, converte
r=convertSpacing | 194 letter-spacing animatable, inherited, initial=initialLetterWordSpacing, converte
r=convertSpacing |
| 195 lighting-color animatable, svg, converter=convertSVGColor | 195 lighting-color animatable, svg, converter=convertSVGColor |
| 196 line-height animatable, inherited, getter=specifiedLineHeight, converter=convert
LineHeight | 196 line-height animatable, inherited, getter=specifiedLineHeight, converter=convert
LineHeight |
| 197 list-style-image animatable, inherited, custom_value | 197 list-style-image animatable, inherited, custom_value |
| 198 list-style-position inherited | 198 list-style-position inherited |
| 199 list-style-type inherited | 199 list-style-type inherited |
| 200 margin-bottom animatable, initial=initialMargin, converter=convertQuirkyLength | 200 margin-bottom animatable, initial=initialMargin, converter=convertQuirkyLength |
| 201 margin-left animatable, initial=initialMargin, converter=convertQuirkyLength | 201 margin-left animatable, initial=initialMargin, converter=convertQuirkyLength |
| 202 margin-right animatable, initial=initialMargin, converter=convertQuirkyLength | 202 margin-right animatable, initial=initialMargin, converter=convertQuirkyLength |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 -webkit-flex-flow alias_for=flex-flow | 527 -webkit-flex-flow alias_for=flex-flow |
| 528 -webkit-flex-grow alias_for=flex-grow | 528 -webkit-flex-grow alias_for=flex-grow |
| 529 -webkit-flex-shrink alias_for=flex-shrink | 529 -webkit-flex-shrink alias_for=flex-shrink |
| 530 -webkit-flex-wrap alias_for=flex-wrap | 530 -webkit-flex-wrap alias_for=flex-wrap |
| 531 -webkit-justify-content alias_for=justify-content | 531 -webkit-justify-content alias_for=justify-content |
| 532 -webkit-opacity alias_for=opacity | 532 -webkit-opacity alias_for=opacity |
| 533 -webkit-order alias_for=order | 533 -webkit-order alias_for=order |
| 534 -webkit-shape-image-threshold alias_for=shape-image-threshold | 534 -webkit-shape-image-threshold alias_for=shape-image-threshold |
| 535 -webkit-shape-margin alias_for=shape-margin | 535 -webkit-shape-margin alias_for=shape-margin |
| 536 -webkit-shape-outside alias_for=shape-outside | 536 -webkit-shape-outside alias_for=shape-outside |
| OLD | NEW |