Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Side by Side Diff: Source/core/css/CSSProperties.in

Issue 670373002: Demote 'line-height' to a low priority property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 font-variant inherited, font, type_name=FontVariant, name_for_methods=Variant 90 font-variant inherited, font, type_name=FontVariant, name_for_methods=Variant
91 font-variant-ligatures inherited, font, name_for_methods=VariantLigatures, conve rter=convertFontVariantLigatures 91 font-variant-ligatures inherited, font, name_for_methods=VariantLigatures, conve rter=convertFontVariantLigatures
92 font-weight animatable, inherited, font, type_name=FontWeight, name_for_methods= Weight, converter=convertFontWeight 92 font-weight animatable, inherited, font, type_name=FontWeight, name_for_methods= Weight, converter=convertFontWeight
93 -webkit-font-feature-settings inherited, font, name_for_methods=FeatureSettings, converter=convertFontFeatureSettings 93 -webkit-font-feature-settings inherited, font, name_for_methods=FeatureSettings, converter=convertFontFeatureSettings
94 -webkit-font-smoothing inherited, font, type_name=FontSmoothingMode 94 -webkit-font-smoothing inherited, font, type_name=FontSmoothingMode
95 -webkit-locale inherited, custom_value 95 -webkit-locale inherited, custom_value
96 -webkit-text-orientation inherited, custom_value 96 -webkit-text-orientation inherited, custom_value
97 -webkit-writing-mode inherited, custom_value 97 -webkit-writing-mode inherited, custom_value
98 text-rendering inherited, font, type_name=TextRenderingMode 98 text-rendering inherited, font, type_name=TextRenderingMode
99 zoom animatable, custom_all 99 zoom animatable, custom_all
100 line-height animatable, inherited, getter=specifiedLineHeight, custom_value
101 100
102 align-content 101 align-content
103 align-items custom_all 102 align-items custom_all
104 alignment-baseline svg 103 alignment-baseline svg
105 align-self custom_all 104 align-self custom_all
106 backface-visibility 105 backface-visibility
107 background-attachment custom_all 106 background-attachment custom_all
108 background-blend-mode custom_all 107 background-blend-mode custom_all
109 background-clip custom_all 108 background-clip custom_all
110 background-color animatable, custom_all 109 background-color animatable, custom_all
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 grid-template-rows runtime_flag=CSSGridLayout, custom_all 183 grid-template-rows runtime_flag=CSSGridLayout, custom_all
185 height animatable, initial=initialSize, converter=convertLengthSizing 184 height animatable, initial=initialSize, converter=convertLengthSizing
186 image-rendering inherited 185 image-rendering inherited
187 isolation runtime_flag=CSSCompositing 186 isolation runtime_flag=CSSCompositing
188 justify-content 187 justify-content
189 justify-items runtime_flag=CSSGridLayout, custom_all 188 justify-items runtime_flag=CSSGridLayout, custom_all
190 justify-self runtime_flag=CSSGridLayout, custom_all 189 justify-self runtime_flag=CSSGridLayout, custom_all
191 left animatable, initial=initialOffset, converter=convertLengthOrAuto 190 left animatable, initial=initialOffset, converter=convertLengthOrAuto
192 letter-spacing animatable, inherited, initial=initialLetterWordSpacing, converte r=convertSpacing 191 letter-spacing animatable, inherited, initial=initialLetterWordSpacing, converte r=convertSpacing
193 lighting-color animatable, svg, converter=convertSVGColor 192 lighting-color animatable, svg, converter=convertSVGColor
193 line-height animatable, inherited, getter=specifiedLineHeight, custom_value
194 list-style-image animatable, inherited, custom_value 194 list-style-image animatable, inherited, custom_value
195 list-style-position inherited 195 list-style-position inherited
196 list-style-type inherited 196 list-style-type inherited
197 margin-bottom animatable, initial=initialMargin, converter=convertLengthOrAuto 197 margin-bottom animatable, initial=initialMargin, converter=convertLengthOrAuto
198 margin-left animatable, initial=initialMargin, converter=convertLengthOrAuto 198 margin-left animatable, initial=initialMargin, converter=convertLengthOrAuto
199 margin-right animatable, initial=initialMargin, converter=convertLengthOrAuto 199 margin-right animatable, initial=initialMargin, converter=convertLengthOrAuto
200 margin-top animatable, initial=initialMargin, converter=convertLengthOrAuto 200 margin-top animatable, initial=initialMargin, converter=convertLengthOrAuto
201 marker-end inherited, svg, name_for_methods=MarkerEndResource, converter=convert FragmentIdentifier 201 marker-end inherited, svg, name_for_methods=MarkerEndResource, converter=convert FragmentIdentifier
202 marker-mid inherited, svg, name_for_methods=MarkerMidResource, converter=convert FragmentIdentifier 202 marker-mid inherited, svg, name_for_methods=MarkerMidResource, converter=convert FragmentIdentifier
203 marker-start inherited, svg, name_for_methods=MarkerStartResource, converter=con vertFragmentIdentifier 203 marker-start inherited, svg, name_for_methods=MarkerStartResource, converter=con vertFragmentIdentifier
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 -webkit-flex-flow alias_for=flex-flow 515 -webkit-flex-flow alias_for=flex-flow
516 -webkit-flex-grow alias_for=flex-grow 516 -webkit-flex-grow alias_for=flex-grow
517 -webkit-flex-shrink alias_for=flex-shrink 517 -webkit-flex-shrink alias_for=flex-shrink
518 -webkit-flex-wrap alias_for=flex-wrap 518 -webkit-flex-wrap alias_for=flex-wrap
519 -webkit-justify-content alias_for=justify-content 519 -webkit-justify-content alias_for=justify-content
520 -webkit-opacity alias_for=opacity 520 -webkit-opacity alias_for=opacity
521 -webkit-order alias_for=order 521 -webkit-order alias_for=order
522 -webkit-shape-image-threshold alias_for=shape-image-threshold 522 -webkit-shape-image-threshold alias_for=shape-image-threshold
523 -webkit-shape-margin alias_for=shape-margin 523 -webkit-shape-margin alias_for=shape-margin
524 -webkit-shape-outside alias_for=shape-outside 524 -webkit-shape-outside alias_for=shape-outside
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698