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

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

Issue 361113002: Properly managing overlfow-aligment for inherit and initial. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Applied suggested changes. 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_all
9 align-self custom_value 9 align-self custom_all
10 background-attachment custom_all 10 background-attachment custom_all
11 background-blend-mode custom_all 11 background-blend-mode custom_all
12 background-clip custom_all 12 background-clip custom_all
13 background-color custom_all 13 background-color custom_all
14 background-image custom_all 14 background-image custom_all
15 background-origin custom_all 15 background-origin custom_all
16 background-position-x custom_all 16 background-position-x custom_all
17 background-position-y custom_all 17 background-position-y custom_all
18 background-repeat-x custom_all 18 background-repeat-x custom_all
19 background-repeat-y custom_all 19 background-repeat-y custom_all
(...skipping 56 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-items custom_all
87 justify-self custom_value 87 justify-self custom_all
88 left type_name=Length, initial=initialOffset, converter=convertLengthOrAuto 88 left type_name=Length, initial=initialOffset, converter=convertLengthOrAuto
89 letter-spacing type_name=float, initial=initialLetterWordSpacing, converter=conv ertSpacing 89 letter-spacing type_name=float, initial=initialLetterWordSpacing, converter=conv ertSpacing
90 line-height getter=specifiedLineHeight, custom_value 90 line-height getter=specifiedLineHeight, custom_value
91 list-style-image type_name=StyleImage*, custom_value 91 list-style-image type_name=StyleImage*, custom_value
92 list-style-position 92 list-style-position
93 list-style-type 93 list-style-type
94 margin-bottom type_name=Length, initial=initialMargin, converter=convertLengthOr Auto 94 margin-bottom type_name=Length, initial=initialMargin, converter=convertLengthOr Auto
95 margin-left type_name=Length, initial=initialMargin, converter=convertLengthOrAu to 95 margin-left type_name=Length, initial=initialMargin, converter=convertLengthOrAu to
96 margin-right type_name=Length, initial=initialMargin, converter=convertLengthOrA uto 96 margin-right type_name=Length, initial=initialMargin, converter=convertLengthOrA uto
97 margin-top type_name=Length, initial=initialMargin, converter=convertLengthOrAut o 97 margin-top type_name=Length, initial=initialMargin, converter=convertLengthOrAut o
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 unicode-range skip 373 unicode-range skip
374 -webkit-font-size-delta skip 374 -webkit-font-size-delta skip
375 -webkit-text-decorations-in-effect skip 375 -webkit-text-decorations-in-effect skip
376 max-zoom skip 376 max-zoom skip
377 min-zoom skip 377 min-zoom skip
378 user-zoom skip 378 user-zoom skip
379 orientation skip 379 orientation skip
380 enable-background skip 380 enable-background skip
381 invalid skip 381 invalid skip
382 all skip 382 all skip
OLDNEW
« no previous file with comments | « Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl ('k') | Source/core/css/resolver/StyleBuilderCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698