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

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

Issue 689743002: First past at removing writing mode. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « sky/engine/core/css/CSSPrimitiveValueMappings.h ('k') | sky/engine/core/css/CSSProperty.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 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 5
6 // - alias_for=other-property 6 // - alias_for=other-property
7 // Properties specifying alias_for do not get their own enum and instead map 7 // Properties specifying alias_for do not get their own enum and instead map
8 // directly onto the CSSPropertyID they alias. Currently this means that the 8 // directly onto the CSSPropertyID they alias. Currently this means that the
9 // UseCounter will not pick up on these (crbug.com/304855) 9 // UseCounter will not pick up on these (crbug.com/304855)
10 10
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 font-size animatable, inherited, custom_all 88 font-size animatable, inherited, custom_all
89 font-stretch inherited, font, type_name=FontStretch, name_for_methods=Stretch 89 font-stretch inherited, font, type_name=FontStretch, name_for_methods=Stretch
90 font-style inherited, font, type_name=FontStyle, name_for_methods=Style 90 font-style inherited, font, type_name=FontStyle, name_for_methods=Style
91 font-variant inherited, font, type_name=FontVariant, name_for_methods=Variant 91 font-variant inherited, font, type_name=FontVariant, name_for_methods=Variant
92 font-variant-ligatures inherited, font, name_for_methods=VariantLigatures, conve rter=convertFontVariantLigatures 92 font-variant-ligatures inherited, font, name_for_methods=VariantLigatures, conve rter=convertFontVariantLigatures
93 font-weight animatable, inherited, font, type_name=FontWeight, name_for_methods= Weight, converter=convertFontWeight 93 font-weight animatable, inherited, font, type_name=FontWeight, name_for_methods= Weight, converter=convertFontWeight
94 -webkit-font-feature-settings inherited, font, name_for_methods=FeatureSettings, converter=convertFontFeatureSettings 94 -webkit-font-feature-settings inherited, font, name_for_methods=FeatureSettings, converter=convertFontFeatureSettings
95 -webkit-font-smoothing inherited, font, type_name=FontSmoothingMode 95 -webkit-font-smoothing inherited, font, type_name=FontSmoothingMode
96 -webkit-locale inherited, custom_value 96 -webkit-locale inherited, custom_value
97 -webkit-text-orientation inherited, custom_value 97 -webkit-text-orientation inherited, custom_value
98 -webkit-writing-mode inherited, custom_value
99 text-rendering inherited, font, type_name=TextRenderingMode 98 text-rendering inherited, font, type_name=TextRenderingMode
100 zoom animatable, custom_all 99 zoom animatable, custom_all
101 line-height animatable, inherited, getter=specifiedLineHeight, custom_value 100 line-height animatable, inherited, getter=specifiedLineHeight, custom_value
102 101
103 align-content 102 align-content
104 align-items custom_all 103 align-items custom_all
105 align-self custom_all 104 align-self custom_all
106 backface-visibility 105 backface-visibility
107 background-attachment custom_all 106 background-attachment custom_all
108 background-blend-mode custom_all 107 background-blend-mode custom_all
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 424
426 // Aliases; these map to the same CSSPropertyID 425 // Aliases; these map to the same CSSPropertyID
427 426
428 -epub-caption-side alias_for=caption-side 427 -epub-caption-side alias_for=caption-side
429 -epub-text-combine alias_for=-webkit-text-combine 428 -epub-text-combine alias_for=-webkit-text-combine
430 -epub-text-emphasis alias_for=-webkit-text-emphasis 429 -epub-text-emphasis alias_for=-webkit-text-emphasis
431 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color 430 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color
432 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style 431 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style
433 -epub-text-orientation alias_for=-webkit-text-orientation 432 -epub-text-orientation alias_for=-webkit-text-orientation
434 -epub-word-break alias_for=word-break 433 -epub-word-break alias_for=word-break
435 -epub-writing-mode alias_for=-webkit-writing-mode
436 -webkit-align-content alias_for=align-content 434 -webkit-align-content alias_for=align-content
437 -webkit-align-items alias_for=align-items 435 -webkit-align-items alias_for=align-items
438 -webkit-align-self alias_for=align-self 436 -webkit-align-self alias_for=align-self
439 -webkit-border-bottom-left-radius alias_for=border-bottom-left-radius 437 -webkit-border-bottom-left-radius alias_for=border-bottom-left-radius
440 -webkit-border-bottom-right-radius alias_for=border-bottom-right-radius 438 -webkit-border-bottom-right-radius alias_for=border-bottom-right-radius
441 -webkit-border-top-left-radius alias_for=border-top-left-radius 439 -webkit-border-top-left-radius alias_for=border-top-left-radius
442 -webkit-border-top-right-radius alias_for=border-top-right-radius 440 -webkit-border-top-right-radius alias_for=border-top-right-radius
443 -webkit-box-sizing alias_for=box-sizing 441 -webkit-box-sizing alias_for=box-sizing
444 -webkit-flex alias_for=flex 442 -webkit-flex alias_for=flex
445 -webkit-flex-basis alias_for=flex-basis 443 -webkit-flex-basis alias_for=flex-basis
446 -webkit-flex-direction alias_for=flex-direction 444 -webkit-flex-direction alias_for=flex-direction
447 -webkit-flex-flow alias_for=flex-flow 445 -webkit-flex-flow alias_for=flex-flow
448 -webkit-flex-grow alias_for=flex-grow 446 -webkit-flex-grow alias_for=flex-grow
449 -webkit-flex-shrink alias_for=flex-shrink 447 -webkit-flex-shrink alias_for=flex-shrink
450 -webkit-flex-wrap alias_for=flex-wrap 448 -webkit-flex-wrap alias_for=flex-wrap
451 -webkit-justify-content alias_for=justify-content 449 -webkit-justify-content alias_for=justify-content
452 -webkit-opacity alias_for=opacity 450 -webkit-opacity alias_for=opacity
453 -webkit-order alias_for=order 451 -webkit-order alias_for=order
454 -webkit-shape-image-threshold alias_for=shape-image-threshold 452 -webkit-shape-image-threshold alias_for=shape-image-threshold
455 -webkit-shape-margin alias_for=shape-margin 453 -webkit-shape-margin alias_for=shape-margin
456 -webkit-shape-outside alias_for=shape-outside 454 -webkit-shape-outside alias_for=shape-outside
OLDNEW
« no previous file with comments | « sky/engine/core/css/CSSPrimitiveValueMappings.h ('k') | sky/engine/core/css/CSSProperty.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698