- add third_party src.
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / css / CSSShorthands.in
1 // This file contains all the mapping shorthands <-> longhands and generate
2 // the appropriate code to handle them in core. First column is the shorthand name
3 // followed by the longhands associated to the shorthand.
4 // Note: Mandatory blank line to skip parameter parsing phase
5
6 animation longhands=animation-name;animation-duration;animation-timing-function;animation-delay;animation-iteration-count;animation-direction;animation-fill-mode;animation-play-state, runtimeEnabledShorthand=CSSAnimationUnprefixed
7 background longhands=background-image;background-position-x;background-position-y;background-size;background-repeat-x;background-repeat-y;background-attachment;background-origin;background-clip;background-color
8 background-position longhands=background-position-x;background-position-y
9 background-repeat longhands=background-repeat-x;background-repeat-y
10 border longhands=border-top-color;border-top-style;border-top-width;border-right-color;border-right-style;border-right-width;border-bottom-color;border-bottom-style;border-bottom-width;border-left-color;border-left-style;border-left-width
11 border-bottom longhands=border-bottom-width;border-bottom-style;border-bottom-color
12 border-color longhands=border-top-color;border-right-color;border-bottom-color;border-left-color
13 border-image longhands=border-image-source;border-image-slice;border-image-width;border-image-outset;border-image-repeat
14 border-left longhands=border-left-width;border-left-style;border-left-color
15 border-radius longhands=border-top-left-radius;border-top-right-radius;border-bottom-right-radius;border-bottom-left-radius
16 border-right longhands=border-right-width;border-right-style;border-right-color
17 border-spacing longhands=-webkit-border-horizontal-spacing;-webkit-border-vertical-spacing
18 border-style longhands=border-top-style;border-right-style;border-bottom-style;border-left-style
19 border-top longhands=border-top-width;border-top-style;border-top-color
20 border-width longhands=border-top-width;border-right-width;border-bottom-width;border-left-width
21 flex longhands=flex-grow;flex-shrink;flex-basis
22 flex-flow longhands=flex-direction;flex-wrap
23 font longhands=font-family;font-size;font-style;font-variant;font-weight;line-height
24 grid-area longhands=grid-row-start;grid-column-start;grid-row-end;grid-column-end
25 grid-column longhands=grid-column-start;grid-column-end
26 grid-row longhands=grid-row-start;grid-row-end
27 height longhands=min-height;max-height
28 list-style longhands=list-style-type;list-style-position;list-style-image
29 margin longhands=margin-top;margin-right;margin-bottom;margin-left
30 marker longhands=marker-start;marker-mid;marker-end
31 outline longhands=outline-color;outline-style;outline-width
32 overflow longhands=overflow-x;overflow-y
33 padding longhands=padding-top;padding-right;padding-bottom;padding-left
34 text-decoration longhands=text-decoration-line;text-decoration-style;text-decoration-color, runtimeEnabledShorthand=CSS3TextDecorations
35 transition longhands=transition-property;transition-duration;transition-timing-function;transition-delay
36 -webkit-animation longhands=-webkit-animation-name;-webkit-animation-duration;-webkit-animation-timing-function;-webkit-animation-delay;-webkit-animation-iteration-count;-webkit-animation-direction;-webkit-animation-fill-mode;-webkit-animation-play-state
37 -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-style;-webkit-border-after-color
38 -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-before-style;-webkit-border-before-color
39 -webkit-border-end longhands=-webkit-border-end-width;-webkit-border-end-style;-webkit-border-end-color
40 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-style;-webkit-border-start-color
41 -webkit-border-radius longhands=border-top-left-radius;border-top-right-radius;border-bottom-right-radius;border-bottom-left-radius
42 -webkit-columns longhands=-webkit-column-width;-webkit-column-count
43 -webkit-column-rule longhands=-webkit-column-rule-width;-webkit-column-rule-style;-webkit-column-rule-color
44 -webkit-margin-collapse longhands=-webkit-margin-before-collapse;-webkit-margin-after-collapse
45 -webkit-mask longhands=-webkit-mask-image;-webkit-mask-position-x;-webkit-mask-position-y;-webkit-mask-size;-webkit-mask-repeat-x;-webkit-mask-repeat-y;-webkit-mask-origin;-webkit-mask-clip
46 -webkit-mask-position longhands=-webkit-mask-position-x;-webkit-mask-position-y
47 -webkit-mask-repeat longhands=-webkit-mask-repeat-x;-webkit-mask-repeat-y
48 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasis-color
49 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-color
50 -webkit-transition longhands=-webkit-transition-property;-webkit-transition-duration;-webkit-transition-timing-function;-webkit-transition-delay
51 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform-origin-y;-webkit-transform-origin-z
52 width longhands=min-width;max-width