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

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

Issue 203523002: Reland "Add plumbing for font-stretch" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: w/fix for ASSERT Created 6 years, 4 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
« no previous file with comments | « Source/core/css/CSSPropertyNames.in ('k') | Source/core/css/CSSValueKeywords.in » ('j') | 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 contains all the mapping shorthands <-> longhands and generate 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 na me 2 // the appropriate code to handle them in core. First column is the shorthand na me
3 // followed by the longhands associated to the shorthand. 3 // followed by the longhands associated to the shorthand.
4 // Note: Mandatory blank line to skip parameter parsing phase 4 // Note: Mandatory blank line to skip parameter parsing phase
5 5
6 animation longhands=animation-name;animation-duration;animation-timing-function; animation-delay;animation-iteration-count;animation-direction;animation-fill-mod e;animation-play-state 6 animation longhands=animation-name;animation-duration;animation-timing-function; animation-delay;animation-iteration-count;animation-direction;animation-fill-mod e;animation-play-state
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 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 8 background-position longhands=background-position-x;background-position-y
9 background-repeat longhands=background-repeat-x;background-repeat-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-s tyle;border-bottom-width;border-left-color;border-left-style;border-left-width 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-s tyle;border-bottom-width;border-left-color;border-left-style;border-left-width
11 border-bottom longhands=border-bottom-width;border-bottom-style;border-bottom-co lor 11 border-bottom longhands=border-bottom-width;border-bottom-style;border-bottom-co lor
12 border-color longhands=border-top-color;border-right-color;border-bottom-color;b order-left-color 12 border-color longhands=border-top-color;border-right-color;border-bottom-color;b order-left-color
13 border-image longhands=border-image-source;border-image-slice;border-image-width ;border-image-outset;border-image-repeat 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 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-bo ttom-right-radius;border-bottom-left-radius 15 border-radius longhands=border-top-left-radius;border-top-right-radius;border-bo ttom-right-radius;border-bottom-left-radius
16 border-right longhands=border-right-width;border-right-style;border-right-color 16 border-right longhands=border-right-width;border-right-style;border-right-color
17 border-spacing longhands=-webkit-border-horizontal-spacing;-webkit-border-vertic al-spacing 17 border-spacing longhands=-webkit-border-horizontal-spacing;-webkit-border-vertic al-spacing
18 border-style longhands=border-top-style;border-right-style;border-bottom-style;b order-left-style 18 border-style longhands=border-top-style;border-right-style;border-bottom-style;b order-left-style
19 border-top longhands=border-top-width;border-top-style;border-top-color 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;b order-left-width 20 border-width longhands=border-top-width;border-right-width;border-bottom-width;b order-left-width
21 flex longhands=flex-grow;flex-shrink;flex-basis 21 flex longhands=flex-grow;flex-shrink;flex-basis
22 flex-flow longhands=flex-direction;flex-wrap 22 flex-flow longhands=flex-direction;flex-wrap
23 font longhands=font-family;font-size;font-style;font-variant;font-weight;line-he ight 23 font longhands=font-family;font-size;font-style;font-variant;font-weight;font-st retch;line-height
24 grid longhands=grid-template;grid-auto-flow;grid-auto-columns;grid-auto-rows 24 grid longhands=grid-template;grid-auto-flow;grid-auto-columns;grid-auto-rows
25 grid-template longhands=grid-template-columns;grid-template-rows;grid-template-a reas 25 grid-template longhands=grid-template-columns;grid-template-rows;grid-template-a reas
26 grid-area longhands=grid-row-start;grid-column-start;grid-row-end;grid-column-en d 26 grid-area longhands=grid-row-start;grid-column-start;grid-row-end;grid-column-en d
27 grid-column longhands=grid-column-start;grid-column-end 27 grid-column longhands=grid-column-start;grid-column-end
28 grid-row longhands=grid-row-start;grid-row-end 28 grid-row longhands=grid-row-start;grid-row-end
29 list-style longhands=list-style-type;list-style-position;list-style-image 29 list-style longhands=list-style-type;list-style-position;list-style-image
30 margin longhands=margin-top;margin-right;margin-bottom;margin-left 30 margin longhands=margin-top;margin-right;margin-bottom;margin-left
31 marker longhands=marker-start;marker-mid;marker-end 31 marker longhands=marker-start;marker-mid;marker-end
32 outline longhands=outline-color;outline-style;outline-width 32 outline longhands=outline-color;outline-style;outline-width
33 overflow longhands=overflow-x;overflow-y 33 overflow longhands=overflow-x;overflow-y
(...skipping 10 matching lines...) Expand all
44 -webkit-column-rule longhands=-webkit-column-rule-width;-webkit-column-rule-styl e;-webkit-column-rule-color 44 -webkit-column-rule longhands=-webkit-column-rule-width;-webkit-column-rule-styl e;-webkit-column-rule-color
45 -webkit-margin-collapse longhands=-webkit-margin-before-collapse;-webkit-margin- after-collapse 45 -webkit-margin-collapse longhands=-webkit-margin-before-collapse;-webkit-margin- after-collapse
46 -webkit-mask longhands=-webkit-mask-image;-webkit-mask-position-x;-webkit-mask-p osition-y;-webkit-mask-size;-webkit-mask-repeat-x;-webkit-mask-repeat-y;-webkit- mask-origin;-webkit-mask-clip 46 -webkit-mask longhands=-webkit-mask-image;-webkit-mask-position-x;-webkit-mask-p osition-y;-webkit-mask-size;-webkit-mask-repeat-x;-webkit-mask-repeat-y;-webkit- mask-origin;-webkit-mask-clip
47 -webkit-mask-box-image longhands=-webkit-mask-box-image-source;-webkit-mask-box- image-slice;-webkit-mask-box-image-width;-webkit-mask-box-image-outset;-webkit-m ask-box-image-repeat 47 -webkit-mask-box-image longhands=-webkit-mask-box-image-source;-webkit-mask-box- image-slice;-webkit-mask-box-image-width;-webkit-mask-box-image-outset;-webkit-m ask-box-image-repeat
48 -webkit-mask-position longhands=-webkit-mask-position-x;-webkit-mask-position-y 48 -webkit-mask-position longhands=-webkit-mask-position-x;-webkit-mask-position-y
49 -webkit-mask-repeat longhands=-webkit-mask-repeat-x;-webkit-mask-repeat-y 49 -webkit-mask-repeat longhands=-webkit-mask-repeat-x;-webkit-mask-repeat-y
50 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi s-color 50 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi s-color
51 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo r 51 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo r
52 -webkit-transition longhands=-webkit-transition-property;-webkit-transition-dura tion;-webkit-transition-timing-function;-webkit-transition-delay 52 -webkit-transition longhands=-webkit-transition-property;-webkit-transition-dura tion;-webkit-transition-timing-function;-webkit-transition-delay
53 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform- origin-y;-webkit-transform-origin-z 53 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform- origin-y;-webkit-transform-origin-z
OLDNEW
« no previous file with comments | « Source/core/css/CSSPropertyNames.in ('k') | Source/core/css/CSSValueKeywords.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698