| OLD | NEW |
| 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 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 -webkit-tap-highlight-color inherited, converter=convertColor | 358 -webkit-tap-highlight-color inherited, converter=convertColor |
| 359 -webkit-text-combine inherited, type_name=TextCombine | 359 -webkit-text-combine inherited, type_name=TextCombine |
| 360 -webkit-text-emphasis-color inherited, custom_all | 360 -webkit-text-emphasis-color inherited, custom_all |
| 361 -webkit-text-emphasis-position inherited, type_name=TextEmphasisPosition | 361 -webkit-text-emphasis-position inherited, type_name=TextEmphasisPosition |
| 362 -webkit-text-emphasis-style inherited, custom_all | 362 -webkit-text-emphasis-style inherited, custom_all |
| 363 -webkit-text-fill-color inherited, custom_all | 363 -webkit-text-fill-color inherited, custom_all |
| 364 -webkit-text-security inherited | 364 -webkit-text-security inherited |
| 365 -webkit-text-stroke-color animatable, inherited, custom_all | 365 -webkit-text-stroke-color animatable, inherited, custom_all |
| 366 -webkit-text-stroke-width inherited, converter=convertTextStrokeWidth | 366 -webkit-text-stroke-width inherited, converter=convertTextStrokeWidth |
| 367 -webkit-transform use_handlers_for=CSSPropertyTransform | 367 -webkit-transform use_handlers_for=CSSPropertyTransform |
| 368 -webkit-transform-origin use_handlers_for=CSSPropertyTransformOrigin |
| 368 -webkit-transform-origin-x converter=convertLength | 369 -webkit-transform-origin-x converter=convertLength |
| 369 -webkit-transform-origin-y converter=convertLength | 370 -webkit-transform-origin-y converter=convertLength |
| 370 -webkit-transform-origin-z converter=convertComputedLength<float> | 371 -webkit-transform-origin-z converter=convertComputedLength<float> |
| 371 -webkit-transform-style name_for_methods=TransformStyle3D | 372 -webkit-transform-style name_for_methods=TransformStyle3D |
| 372 -webkit-transition-delay custom_all | 373 -webkit-transition-delay custom_all |
| 373 -webkit-transition-duration custom_all | 374 -webkit-transition-duration custom_all |
| 374 -webkit-transition-property custom_all | 375 -webkit-transition-property custom_all |
| 375 -webkit-transition-timing-function custom_all | 376 -webkit-transition-timing-function custom_all |
| 376 -webkit-user-drag | 377 -webkit-user-drag |
| 377 -webkit-user-modify inherited | 378 -webkit-user-modify inherited |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 492 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s
tyle;-webkit-border-start-color | 493 -webkit-border-start longhands=-webkit-border-start-width;-webkit-border-start-s
tyle;-webkit-border-start-color |
| 493 -webkit-column-rule longhands=-webkit-column-rule-width;-webkit-column-rule-styl
e;-webkit-column-rule-color | 494 -webkit-column-rule longhands=-webkit-column-rule-width;-webkit-column-rule-styl
e;-webkit-column-rule-color |
| 494 -webkit-columns longhands=-webkit-column-width;-webkit-column-count | 495 -webkit-columns longhands=-webkit-column-width;-webkit-column-count |
| 495 -webkit-margin-collapse longhands=-webkit-margin-before-collapse;-webkit-margin-
after-collapse | 496 -webkit-margin-collapse longhands=-webkit-margin-before-collapse;-webkit-margin-
after-collapse |
| 496 -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 | 497 -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 |
| 497 -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 | 498 -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 |
| 498 -webkit-mask-position longhands=-webkit-mask-position-x;-webkit-mask-position-y | 499 -webkit-mask-position longhands=-webkit-mask-position-x;-webkit-mask-position-y |
| 499 -webkit-mask-repeat longhands=-webkit-mask-repeat-x;-webkit-mask-repeat-y | 500 -webkit-mask-repeat longhands=-webkit-mask-repeat-x;-webkit-mask-repeat-y |
| 500 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi
s-color | 501 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi
s-color |
| 501 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo
r | 502 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo
r |
| 502 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform-
origin-y;-webkit-transform-origin-z | |
| 503 -webkit-transition longhands=-webkit-transition-property;-webkit-transition-dura
tion;-webkit-transition-timing-function;-webkit-transition-delay | 503 -webkit-transition longhands=-webkit-transition-property;-webkit-transition-dura
tion;-webkit-transition-timing-function;-webkit-transition-delay |
| 504 | 504 |
| 505 // Aliases; these map to the same CSSPropertyID | 505 // Aliases; these map to the same CSSPropertyID |
| 506 | 506 |
| 507 -epub-caption-side alias_for=caption-side | 507 -epub-caption-side alias_for=caption-side |
| 508 -epub-text-combine alias_for=-webkit-text-combine | 508 -epub-text-combine alias_for=-webkit-text-combine |
| 509 -epub-text-emphasis alias_for=-webkit-text-emphasis | 509 -epub-text-emphasis alias_for=-webkit-text-emphasis |
| 510 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color | 510 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color |
| 511 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style | 511 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style |
| 512 -epub-text-orientation alias_for=-webkit-text-orientation | 512 -epub-text-orientation alias_for=-webkit-text-orientation |
| (...skipping 14 matching lines...) Expand all Loading... |
| 527 -webkit-flex-flow alias_for=flex-flow | 527 -webkit-flex-flow alias_for=flex-flow |
| 528 -webkit-flex-grow alias_for=flex-grow | 528 -webkit-flex-grow alias_for=flex-grow |
| 529 -webkit-flex-shrink alias_for=flex-shrink | 529 -webkit-flex-shrink alias_for=flex-shrink |
| 530 -webkit-flex-wrap alias_for=flex-wrap | 530 -webkit-flex-wrap alias_for=flex-wrap |
| 531 -webkit-justify-content alias_for=justify-content | 531 -webkit-justify-content alias_for=justify-content |
| 532 -webkit-opacity alias_for=opacity | 532 -webkit-opacity alias_for=opacity |
| 533 -webkit-order alias_for=order | 533 -webkit-order alias_for=order |
| 534 -webkit-shape-image-threshold alias_for=shape-image-threshold | 534 -webkit-shape-image-threshold alias_for=shape-image-threshold |
| 535 -webkit-shape-margin alias_for=shape-margin | 535 -webkit-shape-margin alias_for=shape-margin |
| 536 -webkit-shape-outside alias_for=shape-outside | 536 -webkit-shape-outside alias_for=shape-outside |
| OLD | NEW |