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 should be virtually identical to the | 7 // Properties specifying alias_for should be virtually identical to the |
8 // properties they alias. Minor parsing differences are allowed as long as | 8 // properties they alias. Minor parsing differences are allowed as long as |
9 // the CSSValues created are of the same format of the aliased property. | 9 // the CSSValues created are of the same format of the aliased property. |
10 | 10 |
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 -webkit-animation-delay custom_all | 294 -webkit-animation-delay custom_all |
295 -webkit-animation-direction custom_all | 295 -webkit-animation-direction custom_all |
296 -webkit-animation-duration custom_all | 296 -webkit-animation-duration custom_all |
297 -webkit-animation-fill-mode custom_all | 297 -webkit-animation-fill-mode custom_all |
298 -webkit-animation-iteration-count custom_all | 298 -webkit-animation-iteration-count custom_all |
299 -webkit-animation-name custom_all | 299 -webkit-animation-name custom_all |
300 -webkit-animation-play-state custom_all | 300 -webkit-animation-play-state custom_all |
301 -webkit-animation-timing-function custom_all | 301 -webkit-animation-timing-function custom_all |
302 -webkit-appearance type_name=ControlPart | 302 -webkit-appearance type_name=ControlPart |
303 -webkit-app-region custom_all | 303 -webkit-app-region custom_all |
304 -webkit-backface-visibility use_handlers_for=CSSPropertyBackfaceVisibility | |
305 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip | 304 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip |
306 -webkit-background-composite custom_all | 305 -webkit-background-composite custom_all |
307 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin | 306 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin |
308 -webkit-background-size use_handlers_for=CSSPropertyBackgroundSize | 307 -webkit-background-size use_handlers_for=CSSPropertyBackgroundSize |
309 -webkit-border-horizontal-spacing animatable, inherited, name_for_methods=Horizo
ntalBorderSpacing, converter=convertComputedLength<short> | 308 -webkit-border-horizontal-spacing animatable, inherited, name_for_methods=Horizo
ntalBorderSpacing, converter=convertComputedLength<short> |
310 -webkit-border-image initial=initialNinePieceImage, custom_value | 309 -webkit-border-image initial=initialNinePieceImage, custom_value |
311 -webkit-border-vertical-spacing animatable, inherited, name_for_methods=Vertical
BorderSpacing, converter=convertComputedLength<short> | 310 -webkit-border-vertical-spacing animatable, inherited, name_for_methods=Vertical
BorderSpacing, converter=convertComputedLength<short> |
312 -webkit-box-align type_name=EBoxAlignment | 311 -webkit-box-align type_name=EBoxAlignment |
313 -webkit-box-decoration-break | 312 -webkit-box-decoration-break |
314 -webkit-box-direction inherited | 313 -webkit-box-direction inherited |
315 -webkit-box-flex type_name=float | 314 -webkit-box-flex type_name=float |
316 -webkit-box-flex-group type_name=unsigned int | 315 -webkit-box-flex-group type_name=unsigned int |
317 -webkit-box-lines | 316 -webkit-box-lines |
318 -webkit-box-ordinal-group type_name=unsigned int | 317 -webkit-box-ordinal-group type_name=unsigned int |
319 -webkit-box-orient | 318 -webkit-box-orient |
320 -webkit-box-pack | 319 -webkit-box-pack |
321 -webkit-box-reflect converter=convertBoxReflect | 320 -webkit-box-reflect converter=convertBoxReflect |
322 -webkit-box-shadow use_handlers_for=CSSPropertyBoxShadow | |
323 -webkit-clip-path animatable, custom_value | 321 -webkit-clip-path animatable, custom_value |
324 -webkit-column-break-after type_name=EPageBreak, initial=initialPageBreak | 322 -webkit-column-break-after type_name=EPageBreak, initial=initialPageBreak |
325 -webkit-column-break-before type_name=EPageBreak, initial=initialPageBreak | 323 -webkit-column-break-before type_name=EPageBreak, initial=initialPageBreak |
326 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak | 324 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak |
327 -webkit-column-count animatable, type_name=unsigned short, custom_all | 325 -webkit-column-count animatable, type_name=unsigned short, custom_all |
328 -webkit-column-gap animatable, converter=convertComputedLength<float>, custom_al
l | 326 -webkit-column-gap animatable, converter=convertComputedLength<float>, custom_al
l |
329 -webkit-column-rule-color animatable, custom_all | 327 -webkit-column-rule-color animatable, custom_all |
330 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle | 328 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle |
331 -webkit-column-rule-width animatable, converter=convertLineWidth<unsigned short> | 329 -webkit-column-rule-width animatable, converter=convertLineWidth<unsigned short> |
332 -webkit-column-span type_name=ColumnSpan | 330 -webkit-column-span type_name=ColumnSpan |
(...skipping 16 matching lines...) Expand all Loading... |
349 -webkit-mask-clip custom_all | 347 -webkit-mask-clip custom_all |
350 -webkit-mask-composite custom_all | 348 -webkit-mask-composite custom_all |
351 -webkit-mask-image animatable, custom_all | 349 -webkit-mask-image animatable, custom_all |
352 -webkit-mask-origin custom_all | 350 -webkit-mask-origin custom_all |
353 -webkit-mask-position-x animatable, custom_all | 351 -webkit-mask-position-x animatable, custom_all |
354 -webkit-mask-position-y animatable, custom_all | 352 -webkit-mask-position-y animatable, custom_all |
355 -webkit-mask-repeat-x custom_all | 353 -webkit-mask-repeat-x custom_all |
356 -webkit-mask-repeat-y custom_all | 354 -webkit-mask-repeat-y custom_all |
357 -webkit-mask-size animatable, custom_all | 355 -webkit-mask-size animatable, custom_all |
358 -webkit-perspective use_handlers_for=CSSPropertyPerspective | 356 -webkit-perspective use_handlers_for=CSSPropertyPerspective |
359 -webkit-perspective-origin use_handlers_for=CSSPropertyPerspectiveOrigin | |
360 -webkit-perspective-origin-x animatable, converter=convertLength | 357 -webkit-perspective-origin-x animatable, converter=convertLength |
361 -webkit-perspective-origin-y animatable, converter=convertLength | 358 -webkit-perspective-origin-y animatable, converter=convertLength |
362 -webkit-print-color-adjust inherited, type_name=PrintColorAdjust | 359 -webkit-print-color-adjust inherited, type_name=PrintColorAdjust |
363 -webkit-rtl-ordering inherited, type_name=Order, setter=setRTLOrdering, initial=
initialRTLOrdering | 360 -webkit-rtl-ordering inherited, type_name=Order, setter=setRTLOrdering, initial=
initialRTLOrdering |
364 -webkit-ruby-position inherited, type_name=RubyPosition | 361 -webkit-ruby-position inherited, type_name=RubyPosition |
365 -webkit-tap-highlight-color inherited, converter=convertColor | 362 -webkit-tap-highlight-color inherited, converter=convertColor |
366 -webkit-text-combine inherited, type_name=TextCombine | 363 -webkit-text-combine inherited, type_name=TextCombine |
367 -webkit-text-emphasis-color inherited, custom_all | 364 -webkit-text-emphasis-color inherited, custom_all |
368 -webkit-text-emphasis-position inherited, type_name=TextEmphasisPosition | 365 -webkit-text-emphasis-position inherited, type_name=TextEmphasisPosition |
369 -webkit-text-emphasis-style inherited, custom_all | 366 -webkit-text-emphasis-style inherited, custom_all |
370 -webkit-text-fill-color inherited, custom_all | 367 -webkit-text-fill-color inherited, custom_all |
371 -webkit-text-security inherited | 368 -webkit-text-security inherited |
372 -webkit-text-stroke-color animatable, inherited, custom_all | 369 -webkit-text-stroke-color animatable, inherited, custom_all |
373 -webkit-text-stroke-width inherited, converter=convertTextStrokeWidth | 370 -webkit-text-stroke-width inherited, converter=convertTextStrokeWidth |
374 -webkit-transform use_handlers_for=CSSPropertyTransform | 371 -webkit-transform use_handlers_for=CSSPropertyTransform |
375 -webkit-transform-origin use_handlers_for=CSSPropertyTransformOrigin | |
376 -webkit-transform-origin-x animatable, converter=convertLength | 372 -webkit-transform-origin-x animatable, converter=convertLength |
377 -webkit-transform-origin-y animatable, converter=convertLength | 373 -webkit-transform-origin-y animatable, converter=convertLength |
378 -webkit-transform-origin-z animatable, converter=convertComputedLength<float> | 374 -webkit-transform-origin-z animatable, converter=convertComputedLength<float> |
379 -webkit-transform-style name_for_methods=TransformStyle3D | |
380 -webkit-transition-delay custom_all | 375 -webkit-transition-delay custom_all |
381 -webkit-transition-duration custom_all | 376 -webkit-transition-duration custom_all |
382 -webkit-transition-property custom_all | 377 -webkit-transition-property custom_all |
383 -webkit-transition-timing-function custom_all | 378 -webkit-transition-timing-function custom_all |
384 -webkit-user-drag | 379 -webkit-user-drag |
385 -webkit-user-modify inherited | 380 -webkit-user-modify inherited |
386 -webkit-user-select inherited | 381 -webkit-user-select inherited |
387 white-space inherited | 382 white-space inherited |
388 widows animatable, inherited, type_name=short, custom_all | 383 widows animatable, inherited, type_name=short, custom_all |
389 width animatable, initial=initialSize, converter=convertLengthSizing | 384 width animatable, initial=initialSize, converter=convertLengthSizing |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
510 -epub-text-emphasis alias_for=-webkit-text-emphasis | 505 -epub-text-emphasis alias_for=-webkit-text-emphasis |
511 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color | 506 -epub-text-emphasis-color alias_for=-webkit-text-emphasis-color |
512 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style | 507 -epub-text-emphasis-style alias_for=-webkit-text-emphasis-style |
513 -epub-text-orientation alias_for=-webkit-text-orientation | 508 -epub-text-orientation alias_for=-webkit-text-orientation |
514 -epub-text-transform alias_for=text-transform | 509 -epub-text-transform alias_for=text-transform |
515 -epub-word-break alias_for=word-break | 510 -epub-word-break alias_for=word-break |
516 -epub-writing-mode alias_for=-webkit-writing-mode | 511 -epub-writing-mode alias_for=-webkit-writing-mode |
517 -webkit-align-content alias_for=align-content | 512 -webkit-align-content alias_for=align-content |
518 -webkit-align-items alias_for=align-items | 513 -webkit-align-items alias_for=align-items |
519 -webkit-align-self alias_for=align-self | 514 -webkit-align-self alias_for=align-self |
| 515 -webkit-backface-visibility alias_for=backface-visibility |
520 -webkit-border-bottom-left-radius alias_for=border-bottom-left-radius | 516 -webkit-border-bottom-left-radius alias_for=border-bottom-left-radius |
521 -webkit-border-bottom-right-radius alias_for=border-bottom-right-radius | 517 -webkit-border-bottom-right-radius alias_for=border-bottom-right-radius |
522 -webkit-border-top-left-radius alias_for=border-top-left-radius | 518 -webkit-border-top-left-radius alias_for=border-top-left-radius |
523 -webkit-border-top-right-radius alias_for=border-top-right-radius | 519 -webkit-border-top-right-radius alias_for=border-top-right-radius |
| 520 -webkit-box-shadow alias_for=box-shadow |
524 -webkit-box-sizing alias_for=box-sizing | 521 -webkit-box-sizing alias_for=box-sizing |
525 -webkit-flex alias_for=flex | 522 -webkit-flex alias_for=flex |
526 -webkit-flex-basis alias_for=flex-basis | 523 -webkit-flex-basis alias_for=flex-basis |
527 -webkit-flex-direction alias_for=flex-direction | 524 -webkit-flex-direction alias_for=flex-direction |
528 -webkit-flex-flow alias_for=flex-flow | 525 -webkit-flex-flow alias_for=flex-flow |
529 -webkit-flex-grow alias_for=flex-grow | 526 -webkit-flex-grow alias_for=flex-grow |
530 -webkit-flex-shrink alias_for=flex-shrink | 527 -webkit-flex-shrink alias_for=flex-shrink |
531 -webkit-flex-wrap alias_for=flex-wrap | 528 -webkit-flex-wrap alias_for=flex-wrap |
532 -webkit-justify-content alias_for=justify-content | 529 -webkit-justify-content alias_for=justify-content |
533 -webkit-opacity alias_for=opacity | 530 -webkit-opacity alias_for=opacity |
534 -webkit-order alias_for=order | 531 -webkit-order alias_for=order |
| 532 -webkit-perspective-origin alias_for=perspective-origin |
535 -webkit-shape-image-threshold alias_for=shape-image-threshold | 533 -webkit-shape-image-threshold alias_for=shape-image-threshold |
536 -webkit-shape-margin alias_for=shape-margin | 534 -webkit-shape-margin alias_for=shape-margin |
537 -webkit-shape-outside alias_for=shape-outside | 535 -webkit-shape-outside alias_for=shape-outside |
| 536 -webkit-transform-origin alias_for=transform-origin |
| 537 -webkit-transform-style alias_for=transform-style |
OLD | NEW |