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

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

Issue 1075023002: Remove CSS table-layout property. (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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 253
254 // LAYOUT 254 // LAYOUT
255 position 255 position
256 256
257 // LAYOUT 257 // LAYOUT
258 right animatable, initial=initialOffset, converter=convertLengthOrAuto 258 right animatable, initial=initialOffset, converter=convertLengthOrAuto
259 259
260 // OBSOLETE 260 // OBSOLETE
261 size custom_all 261 size custom_all
262 262
263 // OBSOLETE
264 table-layout
265
266 tab-size inherited, type_name=unsigned 263 tab-size inherited, type_name=unsigned
267 text-align inherited, custom_value 264 text-align inherited, custom_value
268 text-align-last runtime_flag=CSS3Text, inherited, type_name=TextAlignLast 265 text-align-last runtime_flag=CSS3Text, inherited, type_name=TextAlignLast
269 // FIXME: We shouldn't switch between shorthand/not shorthand based on a runtime flag 266 // FIXME: We shouldn't switch between shorthand/not shorthand based on a runtime flag
270 text-decoration use_handlers_for=CSSPropertyTextDecorationLine, longhands=text-d ecoration-line;text-decoration-style;text-decoration-color 267 text-decoration use_handlers_for=CSSPropertyTextDecorationLine, longhands=text-d ecoration-line;text-decoration-style;text-decoration-color
271 text-decoration-color runtime_flag=CSS3TextDecorations, animatable, custom_all 268 text-decoration-color runtime_flag=CSS3TextDecorations, animatable, custom_all
272 text-decoration-line runtime_flag=CSS3TextDecorations, name_for_methods=TextDeco ration, converter=convertFlags<TextDecoration> 269 text-decoration-line runtime_flag=CSS3TextDecorations, name_for_methods=TextDeco ration, converter=convertFlags<TextDecoration>
273 text-decoration-style runtime_flag=CSS3TextDecorations, type_name=TextDecoration Style 270 text-decoration-style runtime_flag=CSS3TextDecorations, type_name=TextDecoration Style
274 text-indent animatable, inherited, custom_all 271 text-indent animatable, inherited, custom_all
275 text-justify runtime_flag=CSS3Text, inherited, type_name=TextJustify 272 text-justify runtime_flag=CSS3Text, inherited, type_name=TextJustify
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-s tyle;-webkit-border-after-color 505 -webkit-border-after longhands=-webkit-border-after-width;-webkit-border-after-s tyle;-webkit-border-after-color
509 -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-befor e-style;-webkit-border-before-color 506 -webkit-border-before longhands=-webkit-border-before-width;-webkit-border-befor e-style;-webkit-border-before-color
510 -webkit-border-end longhands=-webkit-border-end-width;-webkit-border-end-style;- webkit-border-end-color 507 -webkit-border-end longhands=-webkit-border-end-width;-webkit-border-end-style;- webkit-border-end-color
511 // "-webkit-border-radius: 1px 2px" behaves as "border-radius: 1px / 2px" 508 // "-webkit-border-radius: 1px 2px" behaves as "border-radius: 1px / 2px"
512 -webkit-border-radius longhands=border-top-left-radius;border-top-right-radius;b order-bottom-right-radius;border-bottom-left-radius 509 -webkit-border-radius longhands=border-top-left-radius;border-top-right-radius;b order-bottom-right-radius;border-bottom-left-radius
513 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s tyle;-webkit-border-start-color 510 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s tyle;-webkit-border-start-color
514 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi s-color 511 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi s-color
515 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo r 512 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo r
516 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform- origin-y;-webkit-transform-origin-z 513 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform- origin-y;-webkit-transform-origin-z
517 transition longhands=transition-property;transition-duration;transition-timing-f unction;transition-delay 514 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/parser/BisonCSSParser-in.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698