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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
275 text-underline-position runtime_flag=CSS3TextDecorations, inherited, type_name=T
extUnderlinePosition | 275 text-underline-position runtime_flag=CSS3TextDecorations, inherited, type_name=T
extUnderlinePosition |
276 top animatable, initial=initialOffset, converter=convertLengthOrAuto | 276 top animatable, initial=initialOffset, converter=convertLengthOrAuto |
277 touch-action converter=convertFlags<TouchAction> | 277 touch-action converter=convertFlags<TouchAction> |
278 transform animatable, custom_value | 278 transform animatable, custom_value |
279 transform-origin animatable, converter=convertTransformOrigin | 279 transform-origin animatable, converter=convertTransformOrigin |
280 transform-style name_for_methods=TransformStyle3D | 280 transform-style name_for_methods=TransformStyle3D |
281 unicode-bidi | 281 unicode-bidi |
282 vector-effect svg | 282 vector-effect svg |
283 vertical-align animatable, custom_inherit, custom_value | 283 vertical-align animatable, custom_inherit, custom_value |
284 visibility animatable, inherited | 284 visibility animatable, inherited |
285 x animatable, svg, converter=convertLengthUnzoomed | 285 x animatable, svg, converter=convertLength |
286 y animatable, svg, converter=convertLengthUnzoomed | 286 y animatable, svg, converter=convertLength |
287 -webkit-animation-delay custom_all | 287 -webkit-animation-delay custom_all |
288 -webkit-animation-direction custom_all | 288 -webkit-animation-direction custom_all |
289 -webkit-animation-duration custom_all | 289 -webkit-animation-duration custom_all |
290 -webkit-animation-fill-mode custom_all | 290 -webkit-animation-fill-mode custom_all |
291 -webkit-animation-iteration-count custom_all | 291 -webkit-animation-iteration-count custom_all |
292 -webkit-animation-name custom_all | 292 -webkit-animation-name custom_all |
293 -webkit-animation-play-state custom_all | 293 -webkit-animation-play-state custom_all |
294 -webkit-animation-timing-function custom_all | 294 -webkit-animation-timing-function custom_all |
295 -webkit-appearance type_name=ControlPart | 295 -webkit-appearance type_name=ControlPart |
296 -webkit-app-region custom_all | 296 -webkit-app-region custom_all |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
521 -webkit-flex-flow alias_for=flex-flow | 521 -webkit-flex-flow alias_for=flex-flow |
522 -webkit-flex-grow alias_for=flex-grow | 522 -webkit-flex-grow alias_for=flex-grow |
523 -webkit-flex-shrink alias_for=flex-shrink | 523 -webkit-flex-shrink alias_for=flex-shrink |
524 -webkit-flex-wrap alias_for=flex-wrap | 524 -webkit-flex-wrap alias_for=flex-wrap |
525 -webkit-justify-content alias_for=justify-content | 525 -webkit-justify-content alias_for=justify-content |
526 -webkit-opacity alias_for=opacity | 526 -webkit-opacity alias_for=opacity |
527 -webkit-order alias_for=order | 527 -webkit-order alias_for=order |
528 -webkit-shape-image-threshold alias_for=shape-image-threshold | 528 -webkit-shape-image-threshold alias_for=shape-image-threshold |
529 -webkit-shape-margin alias_for=shape-margin | 529 -webkit-shape-margin alias_for=shape-margin |
530 -webkit-shape-outside alias_for=shape-outside | 530 -webkit-shape-outside alias_for=shape-outside |
OLD | NEW |