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

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

Issue 186403002: Make font-related CSS properties less custom. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months 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 | Annotate | Revision Log
OLDNEW
1 // FIXME: When we have all the properties using the new StyleBuilder, we 1 // FIXME: When we have all the properties using the new StyleBuilder, we
2 // should use this for make_css_property_names.py 2 // should use this for make_css_property_names.py
3 // Note: Mandatory blank line to skip parameter parsing phase 3 // Note: Mandatory blank line to skip parameter parsing phase
4 4
5 align-content 5 align-content
6 background-attachment custom_all 6 background-attachment custom_all
7 background-blend-mode custom_all 7 background-blend-mode custom_all
8 background-clip custom_all 8 background-clip custom_all
9 background-color custom_all 9 background-color custom_all
10 background-image custom_all 10 background-image custom_all
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 direction custom_value 49 direction custom_value
50 display custom_inherit, custom_value 50 display custom_inherit, custom_value
51 empty-cells type_name=EEmptyCell 51 empty-cells type_name=EEmptyCell
52 flex-basis type_name=Length, converter=convertLengthOrAuto 52 flex-basis type_name=Length, converter=convertLengthOrAuto
53 flex-direction 53 flex-direction
54 flex-grow type_name=float 54 flex-grow type_name=float
55 flex-shrink type_name=float 55 flex-shrink type_name=float
56 flex-wrap 56 flex-wrap
57 float type_name=EFloat, name_for_methods=Floating 57 float type_name=EFloat, name_for_methods=Floating
58 font-family custom_all 58 font-family custom_all
59 font-kerning custom_all 59 font-kerning font, type_name=FontDescription::Kerning, name_for_methods=Kerning
60 font-size custom_all 60 font-size custom_all
61 font-style custom_all 61 font-style font, type_name=FontItalic, name_for_methods=Italic
62 font-variant custom_all 62 font-variant font, type_name=FontSmallCaps, name_for_methods=SmallCaps
63 font-variant-ligatures custom_all 63 font-variant-ligatures custom_all
64 font-weight custom_all 64 font-weight custom_all
65 grid-auto-flow type_name=GridAutoFlow 65 grid-auto-flow type_name=GridAutoFlow
66 height type_name=Length, initial=initialSize, converter=convertLengthSizing 66 height type_name=Length, initial=initialSize, converter=convertLengthSizing
67 justify-content 67 justify-content
68 image-rendering 68 image-rendering
69 isolation 69 isolation
70 left type_name=Length, initial=initialOffset, converter=convertLengthOrAuto 70 left type_name=Length, initial=initialOffset, converter=convertLengthOrAuto
71 letter-spacing type_name=float, initial=initialLetterWordSpacing, converter=conv ertSpacing 71 letter-spacing type_name=float, initial=initialLetterWordSpacing, converter=conv ertSpacing
72 line-height getter=specifiedLineHeight, custom_value 72 line-height getter=specifiedLineHeight, custom_value
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 tab-size type_name=unsigned 118 tab-size type_name=unsigned
119 text-align custom_value 119 text-align custom_value
120 text-align-last type_name=TextAlignLast 120 text-align-last type_name=TextAlignLast
121 text-decoration custom_value 121 text-decoration custom_value
122 text-decoration-line use_handlers_for=CSSPropertyTextDecoration 122 text-decoration-line use_handlers_for=CSSPropertyTextDecoration
123 text-decoration-color custom_all 123 text-decoration-color custom_all
124 text-decoration-style type_name=TextDecorationStyle 124 text-decoration-style type_name=TextDecorationStyle
125 text-indent custom_all 125 text-indent custom_all
126 text-justify type_name=TextJustify 126 text-justify type_name=TextJustify
127 text-overflow type_name=TextOverflow 127 text-overflow type_name=TextOverflow
128 text-rendering custom_all 128 text-rendering font, type_name=TextRenderingMode
129 text-shadow converter=convertShadow 129 text-shadow converter=convertShadow
130 text-transform 130 text-transform
131 top type_name=Length, initial=initialOffset, converter=convertLengthOrAuto 131 top type_name=Length, initial=initialOffset, converter=convertLengthOrAuto
132 touch-action type_name=TouchAction, custom_value 132 touch-action type_name=TouchAction, custom_value
133 touch-action-delay type_name=TouchActionDelay, initial=initialTouchActionDelay 133 touch-action-delay type_name=TouchActionDelay, initial=initialTouchActionDelay
134 unicode-bidi 134 unicode-bidi
135 vertical-align custom_value 135 vertical-align custom_value
136 visibility 136 visibility
137 white-space 137 white-space
138 widows type_name=short, custom_all 138 widows type_name=short, custom_all
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak 181 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak
182 -webkit-column-count type_name=unsigned short, custom_all 182 -webkit-column-count type_name=unsigned short, custom_all
183 column-fill type_name=ColumnFill 183 column-fill type_name=ColumnFill
184 -webkit-column-gap type_name=float, custom_all 184 -webkit-column-gap type_name=float, custom_all
185 -webkit-column-progression type_name=ColumnProgression 185 -webkit-column-progression type_name=ColumnProgression
186 -webkit-column-rule-color custom_all 186 -webkit-column-rule-color custom_all
187 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle 187 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle
188 -webkit-column-rule-width type_name=unsigned short, converter=convertLineWidth<u nsigned short> 188 -webkit-column-rule-width type_name=unsigned short, converter=convertLineWidth<u nsigned short>
189 -webkit-column-span type_name=ColumnSpan 189 -webkit-column-span type_name=ColumnSpan
190 -webkit-column-width type_name=float, custom_all 190 -webkit-column-width type_name=float, custom_all
191 -webkit-font-smoothing custom_all 191 -webkit-font-smoothing font, type_name=FontSmoothingMode
192 -webkit-highlight type_name=AtomicString, converter=convertString<CSSValueNone> 192 -webkit-highlight type_name=AtomicString, converter=convertString<CSSValueNone>
193 -webkit-hyphenate-character type_name=AtomicString, name_for_methods=Hyphenation String, converter=convertString<CSSValueAuto> 193 -webkit-hyphenate-character type_name=AtomicString, name_for_methods=Hyphenation String, converter=convertString<CSSValueAuto>
194 -webkit-line-break type_name=LineBreak 194 -webkit-line-break type_name=LineBreak
195 -webkit-line-clamp type_name=LineClampValue 195 -webkit-line-clamp type_name=LineClampValue
196 -webkit-margin-after-collapse type_name=EMarginCollapse 196 -webkit-margin-after-collapse type_name=EMarginCollapse
197 -webkit-margin-before-collapse type_name=EMarginCollapse 197 -webkit-margin-before-collapse type_name=EMarginCollapse
198 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi nAfterCollapse 198 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi nAfterCollapse
199 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe foreCollapse 199 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe foreCollapse
200 -internal-marquee-direction type_name=EMarqueeDirection, name_for_methods=Marque eDirection 200 -internal-marquee-direction type_name=EMarqueeDirection, name_for_methods=Marque eDirection
201 -internal-marquee-increment custom_value, name_for_methods=MarqueeIncrement 201 -internal-marquee-increment custom_value, name_for_methods=MarqueeIncrement
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage 266 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage
267 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength 267 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength
268 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle 268 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle
269 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle 269 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle
270 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit 270 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit
271 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage 271 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage
272 stroke-width svg, type_name=SVGLength, converter=convertSVGLength 272 stroke-width svg, type_name=SVGLength, converter=convertSVGLength
273 text-anchor svg 273 text-anchor svg
274 vector-effect svg 274 vector-effect svg
275 writing-mode svg, type_name=SVGWritingMode 275 writing-mode svg, type_name=SVGWritingMode
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698