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

Side by Side Diff: sky/engine/core/css/CSSProperties.in

Issue 1069403003: Remove CSS list-style (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 8 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
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 // We should remove all those marked OBSOLETE now 5 // We should remove all those marked OBSOLETE now
6 // We should remove all those marked LAYOUT once we have custom layout 6 // We should remove all those marked LAYOUT once we have custom layout
7 // We should remove all those marked ANIMATIONS once we have an animation system 7 // We should remove all those marked ANIMATIONS once we have an animation system
8 8
9 // - alias_for=other-property 9 // - alias_for=other-property
10 // Properties specifying alias_for do not get their own enum and instead map 10 // Properties specifying alias_for do not get their own enum and instead map
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 image-rendering inherited 184 image-rendering inherited
185 185
186 // LAYOUT 186 // LAYOUT
187 justify-content 187 justify-content
188 188
189 // LAYOUT 189 // LAYOUT
190 left animatable, initial=initialOffset, converter=convertLengthOrAuto 190 left animatable, initial=initialOffset, converter=convertLengthOrAuto
191 191
192 letter-spacing animatable, inherited, initial=initialLetterWordSpacing, converte r=convertSpacing 192 letter-spacing animatable, inherited, initial=initialLetterWordSpacing, converte r=convertSpacing
193 193
194 // OBSOLETE
195 list-style-image animatable, inherited, custom_value
196
197 // OBSOLETE
198 list-style-position inherited
199
200 // OBSOLETE
201 list-style-type inherited
202
203 // LAYOUT 194 // LAYOUT
204 margin-bottom animatable, initial=initialMargin, converter=convertLengthOrAuto 195 margin-bottom animatable, initial=initialMargin, converter=convertLengthOrAuto
205 196
206 // LAYOUT 197 // LAYOUT
207 margin-left animatable, initial=initialMargin, converter=convertLengthOrAuto 198 margin-left animatable, initial=initialMargin, converter=convertLengthOrAuto
208 199
209 // LAYOUT 200 // LAYOUT
210 margin-right animatable, initial=initialMargin, converter=convertLengthOrAuto 201 margin-right animatable, initial=initialMargin, converter=convertLengthOrAuto
211 202
212 // LAYOUT 203 // LAYOUT
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 border-style longhands=border-top-style;border-right-style;border-bottom-style;b order-left-style 517 border-style longhands=border-top-style;border-right-style;border-bottom-style;b order-left-style
527 border-top longhands=border-top-width;border-top-style;border-top-color 518 border-top longhands=border-top-width;border-top-style;border-top-color
528 border-width longhands=border-top-width;border-right-width;border-bottom-width;b order-left-width 519 border-width longhands=border-top-width;border-right-width;border-bottom-width;b order-left-width
529 520
530 // LAYOUT 521 // LAYOUT
531 flex longhands=flex-grow;flex-shrink;flex-basis 522 flex longhands=flex-grow;flex-shrink;flex-basis
532 523
533 // LAYOUT 524 // LAYOUT
534 flex-flow longhands=flex-direction;flex-wrap 525 flex-flow longhands=flex-direction;flex-wrap
535 526
536 list-style longhands=list-style-type;list-style-position;list-style-image
537 margin longhands=margin-top;margin-right;margin-bottom;margin-left 527 margin longhands=margin-top;margin-right;margin-bottom;margin-left
538 outline longhands=outline-color;outline-style;outline-width 528 outline longhands=outline-color;outline-style;outline-width
539 overflow longhands=overflow-x;overflow-y 529 overflow longhands=overflow-x;overflow-y
540 padding longhands=padding-top;padding-right;padding-bottom;padding-left 530 padding longhands=padding-top;padding-right;padding-bottom;padding-left
541 animation longhands=animation-name;animation-duration;animation-timing-function; animation-delay;animation-iteration-count;animation-direction;animation-fill-mod e;animation-play-state 531 animation longhands=animation-name;animation-duration;animation-timing-function; animation-delay;animation-iteration-count;animation-direction;animation-fill-mod e;animation-play-state
542 -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-s tyle;-webkit-border-after-color 532 -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-s tyle;-webkit-border-after-color
543 -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-befor e-style;-webkit-border-before-color 533 -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-befor e-style;-webkit-border-before-color
544 -webkit-border-end longhands=-webkit-border-end-width;-webkit-border-end-style;- webkit-border-end-color 534 -webkit-border-end longhands=-webkit-border-end-width;-webkit-border-end-style;- webkit-border-end-color
545 // "-webkit-border-radius: 1px 2px" behaves as "border-radius: 1px / 2px" 535 // "-webkit-border-radius: 1px 2px" behaves as "border-radius: 1px / 2px"
546 -webkit-border-radius longhands=border-top-left-radius;border-top-right-radius;b order-bottom-right-radius;border-bottom-left-radius 536 -webkit-border-radius longhands=border-top-left-radius;border-top-right-radius;b order-bottom-right-radius;border-bottom-left-radius
547 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s tyle;-webkit-border-start-color 537 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s tyle;-webkit-border-start-color
548 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi s-color 538 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi s-color
549 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo r 539 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo r
550 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform- origin-y;-webkit-transform-origin-z 540 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform- origin-y;-webkit-transform-origin-z
551 transition longhands=transition-property;transition-duration;transition-timing-f unction;transition-delay 541 transition longhands=transition-property;transition-duration;transition-timing-f unction;transition-delay
OLDNEW
« no previous file with comments | « sky/engine/core/css/CSSPrimitiveValueMappings.h ('k') | sky/engine/core/css/CSSValueKeywords.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698