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

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

Issue 379463002: Display property as specified on svg elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | 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 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_all 8 align-items custom_all
9 align-self custom_all 9 align-self custom_all
10 background-attachment custom_all 10 background-attachment custom_all
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 box-sizing 45 box-sizing
46 caption-side 46 caption-side
47 clear 47 clear
48 clip custom_all 48 clip custom_all
49 color custom_all 49 color custom_all
50 content custom_all 50 content custom_all
51 counter-increment custom_all 51 counter-increment custom_all
52 counter-reset custom_all 52 counter-reset custom_all
53 cursor custom_all 53 cursor custom_all
54 direction custom_value 54 direction custom_value
55 display custom_inherit, custom_value 55 display type_name=EDisplay
56 empty-cells type_name=EEmptyCell 56 empty-cells type_name=EEmptyCell
57 flex-basis type_name=Length, converter=convertLengthOrAuto 57 flex-basis type_name=Length, converter=convertLengthOrAuto
58 flex-direction 58 flex-direction
59 flex-grow type_name=float 59 flex-grow type_name=float
60 flex-shrink type_name=float 60 flex-shrink type_name=float
61 flex-wrap 61 flex-wrap
62 float type_name=EFloat, name_for_methods=Floating 62 float type_name=EFloat, name_for_methods=Floating
63 font custom_all 63 font custom_all
64 font-family custom_all 64 font-family custom_all
65 font-kerning font, type_name=FontDescription::Kerning, name_for_methods=Kerning 65 font-kerning font, type_name=FontDescription::Kerning, name_for_methods=Kerning
(...skipping 307 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 | « LayoutTests/svg/css/display-expected.html ('k') | Source/core/css/resolver/StyleBuilderCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698