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

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

Issue 216803002: Implement all shorthand property. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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_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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 text-underline-width skip 373 text-underline-width skip
374 unicode-range skip 374 unicode-range skip
375 -webkit-font-size-delta skip 375 -webkit-font-size-delta skip
376 -webkit-text-decorations-in-effect skip 376 -webkit-text-decorations-in-effect skip
377 max-zoom skip 377 max-zoom skip
378 min-zoom skip 378 min-zoom skip
379 user-zoom skip 379 user-zoom skip
380 orientation skip 380 orientation skip
381 enable-background skip 381 enable-background skip
382 invalid skip 382 invalid skip
383 all skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698