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

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

Issue 2574063002: Made -webkit-box-direction property independent. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « third_party/WebKit/Source/build/scripts/make_computed_style_base.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // This file specifies all the CSS properties we support and the necessary 1 // This file specifies all the CSS properties we support and the necessary
2 // information for our code generation. The various supported arguments 2 // information for our code generation. The various supported arguments
3 // are described below with example usage 3 // are described below with example usage
4 4
5 5
6 // - alias_for=other-property 6 // - alias_for=other-property
7 // Properties specifying alias_for should be virtually identical to the 7 // Properties specifying alias_for should be virtually identical to the
8 // properties they alias. Minor parsing differences are allowed as long as 8 // properties they alias. Minor parsing differences are allowed as long as
9 // the CSSValues created are of the same format of the aliased property. 9 // the CSSValues created are of the same format of the aliased property.
10 10
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 y interpolable, svg, converter=convertLength 390 y interpolable, svg, converter=convertLength
391 -webkit-appearance type_name=ControlPart 391 -webkit-appearance type_name=ControlPart
392 -webkit-app-region custom_all 392 -webkit-app-region custom_all
393 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip 393 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip
394 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin 394 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin
395 -webkit-border-horizontal-spacing interpolable, inherited, name_for_methods=Hori zontalBorderSpacing, converter=convertComputedLength<short> 395 -webkit-border-horizontal-spacing interpolable, inherited, name_for_methods=Hori zontalBorderSpacing, converter=convertComputedLength<short>
396 -webkit-border-image initial=initialNinePieceImage, custom_value 396 -webkit-border-image initial=initialNinePieceImage, custom_value
397 -webkit-border-vertical-spacing interpolable, inherited, name_for_methods=Vertic alBorderSpacing, converter=convertComputedLength<short> 397 -webkit-border-vertical-spacing interpolable, inherited, name_for_methods=Vertic alBorderSpacing, converter=convertComputedLength<short>
398 -webkit-box-align type_name=EBoxAlignment 398 -webkit-box-align type_name=EBoxAlignment
399 -webkit-box-decoration-break 399 -webkit-box-decoration-break
400 -webkit-box-direction inherited, keyword_only, keywords=[normal|reverse], initia l_keyword=normal 400 -webkit-box-direction inherited, independent, keyword_only, keywords=[normal|rev erse], initial_keyword=normal
401 -webkit-box-flex type_name=float 401 -webkit-box-flex type_name=float
402 -webkit-box-flex-group type_name=unsigned int 402 -webkit-box-flex-group type_name=unsigned int
403 -webkit-box-lines 403 -webkit-box-lines
404 -webkit-box-ordinal-group type_name=unsigned int 404 -webkit-box-ordinal-group type_name=unsigned int
405 -webkit-box-orient 405 -webkit-box-orient
406 -webkit-box-pack 406 -webkit-box-pack
407 -webkit-box-reflect converter=convertBoxReflect 407 -webkit-box-reflect converter=convertBoxReflect
408 column-count interpolable, type_name=unsigned short, custom_all 408 column-count interpolable, type_name=unsigned short, custom_all
409 column-gap interpolable, converter=convertComputedLength<float>, custom_all 409 column-gap interpolable, converter=convertComputedLength<float>, custom_all
410 column-rule-color interpolable, custom_all 410 column-rule-color interpolable, custom_all
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 -webkit-text-size-adjust alias_for=text-size-adjust 631 -webkit-text-size-adjust alias_for=text-size-adjust
632 -webkit-transform alias_for=transform 632 -webkit-transform alias_for=transform
633 -webkit-transform-origin alias_for=transform-origin 633 -webkit-transform-origin alias_for=transform-origin
634 -webkit-transform-style alias_for=transform-style 634 -webkit-transform-style alias_for=transform-style
635 -webkit-transition alias_for=transition 635 -webkit-transition alias_for=transition
636 -webkit-transition-delay alias_for=transition-delay 636 -webkit-transition-delay alias_for=transition-delay
637 -webkit-transition-duration alias_for=transition-duration 637 -webkit-transition-duration alias_for=transition-duration
638 -webkit-transition-property alias_for=transition-property 638 -webkit-transition-property alias_for=transition-property
639 -webkit-transition-timing-function alias_for=transition-timing-function 639 -webkit-transition-timing-function alias_for=transition-timing-function
640 -webkit-user-select alias_for=user-select 640 -webkit-user-select alias_for=user-select
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/build/scripts/make_computed_style_base.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698