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

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

Issue 333423005: [CSS Grid Layout] Implement 'justify-items' parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch rebased. Created 6 years, 5 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 that type_name is currently only used for non-custom value application 3 // Note that type_name is currently only used for non-custom value application
4 // and when explicitly referred to in generated applicators. 4 // and when explicitly referred to in generated applicators.
5 // Note: Mandatory blank line to skip parameter parsing phase 5 // Note: Mandatory blank line to skip parameter parsing phase
6 6
7 align-content 7 align-content
8 align-items custom_value 8 align-items custom_value
9 align-self custom_value 9 align-self custom_value
10 background-attachment custom_all 10 background-attachment custom_all
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 grid-row-start converter=convertGridPosition 76 grid-row-start converter=convertGridPosition
77 grid-row-end converter=convertGridPosition 77 grid-row-end converter=convertGridPosition
78 grid-template-columns custom_all 78 grid-template-columns custom_all
79 grid-template-rows custom_all 79 grid-template-rows custom_all
80 grid-template-areas custom_all 80 grid-template-areas custom_all
81 height type_name=Length, initial=initialSize, converter=convertLengthSizing 81 height type_name=Length, initial=initialSize, converter=convertLengthSizing
82 justify-content 82 justify-content
83 image-rendering 83 image-rendering
84 internal-callback custom_all 84 internal-callback custom_all
85 isolation 85 isolation
86 justify-items custom_value
86 justify-self custom_value 87 justify-self custom_value
87 left type_name=Length, initial=initialOffset, converter=convertLengthOrAuto 88 left type_name=Length, initial=initialOffset, converter=convertLengthOrAuto
88 letter-spacing type_name=float, initial=initialLetterWordSpacing, converter=conv ertSpacing 89 letter-spacing type_name=float, initial=initialLetterWordSpacing, converter=conv ertSpacing
89 line-height getter=specifiedLineHeight, custom_value 90 line-height getter=specifiedLineHeight, custom_value
90 list-style-image type_name=StyleImage*, custom_value 91 list-style-image type_name=StyleImage*, custom_value
91 list-style-position 92 list-style-position
92 list-style-type 93 list-style-type
93 margin-bottom type_name=Length, initial=initialMargin, converter=convertLengthOr Auto 94 margin-bottom type_name=Length, initial=initialMargin, converter=convertLengthOr Auto
94 margin-left type_name=Length, initial=initialMargin, converter=convertLengthOrAu to 95 margin-left type_name=Length, initial=initialMargin, converter=convertLengthOrAu to
95 margin-right type_name=Length, initial=initialMargin, converter=convertLengthOrA uto 96 margin-right type_name=Length, initial=initialMargin, converter=convertLengthOrA uto
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 unicode-range skip 373 unicode-range skip
373 -webkit-font-size-delta skip 374 -webkit-font-size-delta skip
374 -webkit-text-decorations-in-effect skip 375 -webkit-text-decorations-in-effect skip
375 max-zoom skip 376 max-zoom skip
376 min-zoom skip 377 min-zoom skip
377 user-zoom skip 378 user-zoom skip
378 orientation skip 379 orientation skip
379 enable-background skip 380 enable-background skip
380 invalid skip 381 invalid skip
381 all skip 382 all skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698