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

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

Issue 20262002: [css3-text] Implement text-decoration property shorthand (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed expectation for last-minute, newly added tests in revision 155705 Created 7 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/CSSParser-in.cpp ('k') | Source/core/editing/EditingStyle.cpp » ('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 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 6 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-position longhands=background-position-x;background-position-y 7 background-position longhands=background-position-x;background-position-y
8 background-repeat longhands=background-repeat-x;background-repeat-y 8 background-repeat longhands=background-repeat-x;background-repeat-y
9 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 9 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-bottom longhands=border-bottom-width;border-bottom-style;border-bottom-co lor 10 border-bottom longhands=border-bottom-width;border-bottom-style;border-bottom-co lor
(...skipping 12 matching lines...) Expand all
23 grid-area longhands=grid-row-start;grid-column-start;grid-row-end;grid-column-en d 23 grid-area longhands=grid-row-start;grid-column-start;grid-row-end;grid-column-en d
24 grid-column longhands=grid-column-start;grid-column-end 24 grid-column longhands=grid-column-start;grid-column-end
25 grid-row longhands=grid-row-start;grid-row-end 25 grid-row longhands=grid-row-start;grid-row-end
26 height longhands=min-height;max-height 26 height longhands=min-height;max-height
27 list-style longhands=list-style-type;list-style-position;list-style-image 27 list-style longhands=list-style-type;list-style-position;list-style-image
28 margin longhands=margin-top;margin-right;margin-bottom;margin-left 28 margin longhands=margin-top;margin-right;margin-bottom;margin-left
29 marker longhands=marker-start;marker-mid;marker-end 29 marker longhands=marker-start;marker-mid;marker-end
30 outline longhands=outline-color;outline-style;outline-width 30 outline longhands=outline-color;outline-style;outline-width
31 overflow longhands=overflow-x;overflow-y 31 overflow longhands=overflow-x;overflow-y
32 padding longhands=padding-top;padding-right;padding-bottom;padding-left 32 padding longhands=padding-top;padding-right;padding-bottom;padding-left
33 text-decoration longhands=text-decoration-line;text-decoration-style;text-decora tion-color
33 transition longhands=transition-property;transition-duration;transition-timing-f unction;transition-delay 34 transition longhands=transition-property;transition-duration;transition-timing-f unction;transition-delay
34 -webkit-animation longhands=-webkit-animation-name;-webkit-animation-duration;-w ebkit-animation-timing-function;-webkit-animation-delay;-webkit-animation-iterat ion-count;-webkit-animation-direction;-webkit-animation-fill-mode 35 -webkit-animation longhands=-webkit-animation-name;-webkit-animation-duration;-w ebkit-animation-timing-function;-webkit-animation-delay;-webkit-animation-iterat ion-count;-webkit-animation-direction;-webkit-animation-fill-mode
35 -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-s tyle;-webkit-border-after-color 36 -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-s tyle;-webkit-border-after-color
36 -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-befor e-style;-webkit-border-before-color 37 -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-befor e-style;-webkit-border-before-color
37 -webkit-border-end longhands=-webkit-border-end-width;-webkit-border-end-style;- webkit-border-end-color 38 -webkit-border-end longhands=-webkit-border-end-width;-webkit-border-end-style;- webkit-border-end-color
38 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s tyle;-webkit-border-start-color 39 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s tyle;-webkit-border-start-color
39 -webkit-border-radius longhands=border-top-left-radius;border-top-right-radius;b order-bottom-right-radius;border-bottom-left-radius 40 -webkit-border-radius longhands=border-top-left-radius;border-top-right-radius;b order-bottom-right-radius;border-bottom-left-radius
40 -webkit-columns longhands=-webkit-column-width;-webkit-column-count 41 -webkit-columns longhands=-webkit-column-width;-webkit-column-count
41 -webkit-column-rule longhands=-webkit-column-rule-width;-webkit-column-rule-styl e;-webkit-column-rule-color 42 -webkit-column-rule longhands=-webkit-column-rule-width;-webkit-column-rule-styl e;-webkit-column-rule-color
42 -webkit-margin-collapse longhands=-webkit-margin-before-collapse;-webkit-margin- after-collapse 43 -webkit-margin-collapse longhands=-webkit-margin-before-collapse;-webkit-margin- after-collapse
43 -webkit-marquee longhands=-webkit-marquee-direction;-webkit-marquee-increment;-w ebkit-marquee-repetition;-webkit-marquee-style;-webkit-marquee-speed 44 -webkit-marquee longhands=-webkit-marquee-direction;-webkit-marquee-increment;-w ebkit-marquee-repetition;-webkit-marquee-style;-webkit-marquee-speed
44 -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 45 -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
45 -webkit-mask-position longhands=-webkit-mask-position-x;-webkit-mask-position-y 46 -webkit-mask-position longhands=-webkit-mask-position-x;-webkit-mask-position-y
46 -webkit-mask-repeat longhands=-webkit-mask-repeat-x;-webkit-mask-repeat-y 47 -webkit-mask-repeat longhands=-webkit-mask-repeat-x;-webkit-mask-repeat-y
47 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi s-color 48 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi s-color
48 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo r 49 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo r
49 -webkit-transition longhands=-webkit-transition-property;-webkit-transition-dura tion;-webkit-transition-timing-function;-webkit-transition-delay 50 -webkit-transition longhands=-webkit-transition-property;-webkit-transition-dura tion;-webkit-transition-timing-function;-webkit-transition-delay
50 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform- origin-y;-webkit-transform-origin-z 51 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform- origin-y;-webkit-transform-origin-z
51 width longhands=min-width;max-width 52 width longhands=min-width;max-width
OLDNEW
« no previous file with comments | « Source/core/css/CSSParser-in.cpp ('k') | Source/core/editing/EditingStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698