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

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

Issue 22839023: Add support for the object-position CSS property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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
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 6 align-items
7 align-self type_name=EAlignItems 7 align-self type_name=EAlignItems
8 background-attachment custom_all 8 background-attachment custom_all
9 background-blend-mode custom_all 9 background-blend-mode custom_all
10 background-clip custom_all 10 background-clip custom_all
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 margin-bottom type_name=Length, initial=initialMargin, converter=convertLengthOr Auto 74 margin-bottom type_name=Length, initial=initialMargin, converter=convertLengthOr Auto
75 margin-left type_name=Length, initial=initialMargin, converter=convertLengthOrAu to 75 margin-left type_name=Length, initial=initialMargin, converter=convertLengthOrAu to
76 margin-right type_name=Length, initial=initialMargin, converter=convertLengthOrA uto 76 margin-right type_name=Length, initial=initialMargin, converter=convertLengthOrA uto
77 margin-top type_name=Length, initial=initialMargin, converter=convertLengthOrAut o 77 margin-top type_name=Length, initial=initialMargin, converter=convertLengthOrAut o
78 max-height type_name=Length, initial=initialMaxSize, converter=convertLengthMaxS izing 78 max-height type_name=Length, initial=initialMaxSize, converter=convertLengthMaxS izing
79 max-width type_name=Length, initial=initialMaxSize, converter=convertLengthMaxSi zing 79 max-width type_name=Length, initial=initialMaxSize, converter=convertLengthMaxSi zing
80 min-height type_name=Length, initial=initialMinSize, converter=convertLengthSizi ng 80 min-height type_name=Length, initial=initialMinSize, converter=convertLengthSizi ng
81 min-width type_name=Length, initial=initialMinSize, converter=convertLengthSizin g 81 min-width type_name=Length, initial=initialMinSize, converter=convertLengthSizin g
82 mix-blend-mode type_name=BlendMode, name_for_methods=BlendMode 82 mix-blend-mode type_name=BlendMode, name_for_methods=BlendMode
83 object-fit type_name=ObjectFit 83 object-fit type_name=ObjectFit
84 object-position type_name=LengthPoint, initial=initialObjectPosition, converter= convertLengthPoint
84 opacity type_name=float 85 opacity type_name=float
85 order type_name=int 86 order type_name=int
86 orphans type_name=short, custom_all 87 orphans type_name=short, custom_all
87 outline-color custom_all 88 outline-color custom_all
88 outline-offset type_name=int, converter=convertComputedLength<int> 89 outline-offset type_name=int, converter=convertComputedLength<int>
89 outline-style custom_all 90 outline-style custom_all
90 outline-width type_name=unsigned short, converter=convertLineWidth<unsigned shor t> 91 outline-width type_name=unsigned short, converter=convertLineWidth<unsigned shor t>
91 overflow-wrap 92 overflow-wrap
92 overflow-x type_name=EOverflow 93 overflow-x type_name=EOverflow
93 overflow-y type_name=EOverflow 94 overflow-y type_name=EOverflow
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 color-rendering svg 253 color-rendering svg
253 dominant-baseline svg 254 dominant-baseline svg
254 fill-rule svg, type_name=WindRule 255 fill-rule svg, type_name=WindRule
255 mask-type svg 256 mask-type svg
256 shape-rendering svg 257 shape-rendering svg
257 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle 258 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle
258 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle 259 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle
259 text-anchor svg 260 text-anchor svg
260 vector-effect svg 261 vector-effect svg
261 writing-mode svg, type_name=SVGWritingMode 262 writing-mode svg, type_name=SVGWritingMode
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698