| 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 -webkit-mask-repeat-x custom_all | 283 -webkit-mask-repeat-x custom_all |
| 284 -webkit-mask-repeat-y custom_all | 284 -webkit-mask-repeat-y custom_all |
| 285 -webkit-mask-size animatable, custom_all | 285 -webkit-mask-size animatable, custom_all |
| 286 -webkit-perspective custom_all | 286 -webkit-perspective custom_all |
| 287 -webkit-perspective-origin custom_all | 287 -webkit-perspective-origin custom_all |
| 288 -webkit-perspective-origin-x converter=convertLength | 288 -webkit-perspective-origin-x converter=convertLength |
| 289 -webkit-perspective-origin-y converter=convertLength | 289 -webkit-perspective-origin-y converter=convertLength |
| 290 -webkit-print-color-adjust inherited, type_name=PrintColorAdjust | 290 -webkit-print-color-adjust inherited, type_name=PrintColorAdjust |
| 291 -webkit-rtl-ordering inherited, type_name=Order, setter=setRTLOrdering, initial=
initialRTLOrdering | 291 -webkit-rtl-ordering inherited, type_name=Order, setter=setRTLOrdering, initial=
initialRTLOrdering |
| 292 -webkit-tap-highlight-color inherited, converter=convertColor | 292 -webkit-tap-highlight-color inherited, converter=convertColor |
| 293 -webkit-text-combine inherited, type_name=TextCombine | |
| 294 -webkit-text-emphasis-color inherited, custom_all | 293 -webkit-text-emphasis-color inherited, custom_all |
| 295 -webkit-text-emphasis-position inherited, type_name=TextEmphasisPosition | 294 -webkit-text-emphasis-position inherited, type_name=TextEmphasisPosition |
| 296 -webkit-text-emphasis-style inherited, custom_all | 295 -webkit-text-emphasis-style inherited, custom_all |
| 297 -webkit-text-fill-color inherited, custom_all | 296 -webkit-text-fill-color inherited, custom_all |
| 298 -webkit-text-stroke-color animatable, inherited, custom_all | 297 -webkit-text-stroke-color animatable, inherited, custom_all |
| 299 -webkit-text-stroke-width inherited, converter=convertTextStrokeWidth | 298 -webkit-text-stroke-width inherited, converter=convertTextStrokeWidth |
| 300 -webkit-transform use_handlers_for=CSSPropertyTransform | 299 -webkit-transform use_handlers_for=CSSPropertyTransform |
| 301 -webkit-transform-origin-x converter=convertLength | 300 -webkit-transform-origin-x converter=convertLength |
| 302 -webkit-transform-origin-y converter=convertLength | 301 -webkit-transform-origin-y converter=convertLength |
| 303 -webkit-transform-origin-z converter=convertComputedLength<float> | 302 -webkit-transform-origin-z converter=convertComputedLength<float> |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 -webkit-mask-position longhands=-webkit-mask-position-x;-webkit-mask-position-y | 417 -webkit-mask-position longhands=-webkit-mask-position-x;-webkit-mask-position-y |
| 419 -webkit-mask-repeat longhands=-webkit-mask-repeat-x;-webkit-mask-repeat-y | 418 -webkit-mask-repeat longhands=-webkit-mask-repeat-x;-webkit-mask-repeat-y |
| 420 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi
s-color | 419 -webkit-text-emphasis longhands=-webkit-text-emphasis-style;-webkit-text-emphasi
s-color |
| 421 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo
r | 420 -webkit-text-stroke longhands=-webkit-text-stroke-width;-webkit-text-stroke-colo
r |
| 422 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform-
origin-y;-webkit-transform-origin-z | 421 -webkit-transform-origin longhands=-webkit-transform-origin-x;-webkit-transform-
origin-y;-webkit-transform-origin-z |
| 423 -webkit-transition longhands=-webkit-transition-property;-webkit-transition-dura
tion;-webkit-transition-timing-function;-webkit-transition-delay | 422 -webkit-transition longhands=-webkit-transition-property;-webkit-transition-dura
tion;-webkit-transition-timing-function;-webkit-transition-delay |
| 424 | 423 |
| 425 // Aliases; these map to the same CSSPropertyID | 424 // Aliases; these map to the same CSSPropertyID |
| 426 | 425 |
| 427 -epub-caption-side alias_for=caption-side | 426 -epub-caption-side alias_for=caption-side |
| 428 -epub-text-combine alias_for=-webkit-text-combine | |
| 429 -epub-text-emphasis alias_for=-webkit-text-emphasis | 427 -epub-text-emphasis alias_for=-webkit-text-emphasis |
| 430 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color | 428 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color |
| 431 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style | 429 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style |
| 432 -epub-text-orientation alias_for=-webkit-text-orientation | 430 -epub-text-orientation alias_for=-webkit-text-orientation |
| 433 -epub-word-break alias_for=word-break | 431 -epub-word-break alias_for=word-break |
| 434 -webkit-align-content alias_for=align-content | 432 -webkit-align-content alias_for=align-content |
| 435 -webkit-align-items alias_for=align-items | 433 -webkit-align-items alias_for=align-items |
| 436 -webkit-align-self alias_for=align-self | 434 -webkit-align-self alias_for=align-self |
| 437 -webkit-border-bottom-left-radius alias_for=border-bottom-left-radius | 435 -webkit-border-bottom-left-radius alias_for=border-bottom-left-radius |
| 438 -webkit-border-bottom-right-radius alias_for=border-bottom-right-radius | 436 -webkit-border-bottom-right-radius alias_for=border-bottom-right-radius |
| 439 -webkit-border-top-left-radius alias_for=border-top-left-radius | 437 -webkit-border-top-left-radius alias_for=border-top-left-radius |
| 440 -webkit-border-top-right-radius alias_for=border-top-right-radius | 438 -webkit-border-top-right-radius alias_for=border-top-right-radius |
| 441 -webkit-box-sizing alias_for=box-sizing | 439 -webkit-box-sizing alias_for=box-sizing |
| 442 -webkit-flex alias_for=flex | 440 -webkit-flex alias_for=flex |
| 443 -webkit-flex-basis alias_for=flex-basis | 441 -webkit-flex-basis alias_for=flex-basis |
| 444 -webkit-flex-direction alias_for=flex-direction | 442 -webkit-flex-direction alias_for=flex-direction |
| 445 -webkit-flex-flow alias_for=flex-flow | 443 -webkit-flex-flow alias_for=flex-flow |
| 446 -webkit-flex-grow alias_for=flex-grow | 444 -webkit-flex-grow alias_for=flex-grow |
| 447 -webkit-flex-shrink alias_for=flex-shrink | 445 -webkit-flex-shrink alias_for=flex-shrink |
| 448 -webkit-flex-wrap alias_for=flex-wrap | 446 -webkit-flex-wrap alias_for=flex-wrap |
| 449 -webkit-justify-content alias_for=justify-content | 447 -webkit-justify-content alias_for=justify-content |
| 450 -webkit-opacity alias_for=opacity | 448 -webkit-opacity alias_for=opacity |
| 451 -webkit-order alias_for=order | 449 -webkit-order alias_for=order |
| 452 -webkit-shape-image-threshold alias_for=shape-image-threshold | 450 -webkit-shape-image-threshold alias_for=shape-image-threshold |
| 453 -webkit-shape-margin alias_for=shape-margin | 451 -webkit-shape-margin alias_for=shape-margin |
| 454 -webkit-shape-outside alias_for=shape-outside | 452 -webkit-shape-outside alias_for=shape-outside |
| OLD | NEW |