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

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

Issue 134013002: Upgrade align-self and align-items parsing to CSS 3 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Really fix the tests Created 6 years, 11 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 align-items
7 align-self type_name=EAlignItems
8 background-attachment custom_all 6 background-attachment custom_all
9 background-blend-mode custom_all 7 background-blend-mode custom_all
10 background-clip custom_all 8 background-clip custom_all
11 background-color custom_all 9 background-color custom_all
12 background-image custom_all 10 background-image custom_all
13 background-origin custom_all 11 background-origin custom_all
14 background-position-x custom_all 12 background-position-x custom_all
15 background-position-y custom_all 13 background-position-y custom_all
16 background-repeat-x custom_all 14 background-repeat-x custom_all
17 background-repeat-y custom_all 15 background-repeat-y custom_all
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage 273 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage
276 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength 274 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c onverter=convertSVGLength
277 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle 275 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle
278 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle 276 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle
279 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit 277 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit
280 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage 278 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage
281 stroke-width svg, type_name=SVGLength, converter=convertSVGLength 279 stroke-width svg, type_name=SVGLength, converter=convertSVGLength
282 text-anchor svg 280 text-anchor svg
283 vector-effect svg 281 vector-effect svg
284 writing-mode svg, type_name=SVGWritingMode 282 writing-mode svg, type_name=SVGWritingMode
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698