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 441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
452 -webkit-mask-size interpolable, custom_all | 452 -webkit-mask-size interpolable, custom_all |
453 -webkit-perspective-origin-x interpolable, converter=convertLength | 453 -webkit-perspective-origin-x interpolable, converter=convertLength |
454 -webkit-perspective-origin-y interpolable, converter=convertLength | 454 -webkit-perspective-origin-y interpolable, converter=convertLength |
455 -webkit-print-color-adjust inherited, independent, keyword_only, keywords=[econo
my|exact], initial_keyword=economy | 455 -webkit-print-color-adjust inherited, independent, keyword_only, keywords=[econo
my|exact], initial_keyword=economy |
456 -webkit-rtl-ordering inherited, independent, type_name=EOrder, setter=setRtlOrde
ring, initial=initialRtlOrdering, keyword_only, keywords=[logical|visual], initi
al_keyword=logical | 456 -webkit-rtl-ordering inherited, independent, type_name=EOrder, setter=setRtlOrde
ring, initial=initialRtlOrdering, keyword_only, keywords=[logical|visual], initi
al_keyword=logical |
457 -webkit-ruby-position inherited, type_name=RubyPosition | 457 -webkit-ruby-position inherited, type_name=RubyPosition |
458 -webkit-tap-highlight-color inherited, converter=convertColor | 458 -webkit-tap-highlight-color inherited, converter=convertColor |
459 -webkit-text-combine inherited, type_name=TextCombine, name_for_methods=TextComb
ine | 459 -webkit-text-combine inherited, type_name=TextCombine, name_for_methods=TextComb
ine |
460 -webkit-text-emphasis-color inherited, custom_all | 460 -webkit-text-emphasis-color inherited, custom_all |
461 -webkit-text-emphasis-position inherited, type_name=TextEmphasisPosition | 461 -webkit-text-emphasis-position inherited, type_name=TextEmphasisPosition |
462 -webkit-text-emphasis-style inherited, custom_all | 462 -webkit-text-emphasis-style inherited, custom_all, api_class |
463 -webkit-text-fill-color inherited, custom_all | 463 -webkit-text-fill-color inherited, custom_all |
464 -webkit-text-security inherited | 464 -webkit-text-security inherited |
465 -webkit-text-stroke-color interpolable, inherited, custom_all | 465 -webkit-text-stroke-color interpolable, inherited, custom_all |
466 -webkit-text-stroke-width inherited, converter=convertTextStrokeWidth | 466 -webkit-text-stroke-width inherited, converter=convertTextStrokeWidth |
467 -webkit-transform-origin-x interpolable, converter=convertLength | 467 -webkit-transform-origin-x interpolable, converter=convertLength |
468 -webkit-transform-origin-y interpolable, converter=convertLength | 468 -webkit-transform-origin-y interpolable, converter=convertLength |
469 -webkit-transform-origin-z interpolable, converter=convertComputedLength<float>,
api_class | 469 -webkit-transform-origin-z interpolable, converter=convertComputedLength<float>,
api_class |
470 -webkit-user-drag | 470 -webkit-user-drag |
471 -webkit-user-modify inherited | 471 -webkit-user-modify inherited |
472 user-select inherited | 472 user-select inherited |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
655 -webkit-text-size-adjust alias_for=text-size-adjust | 655 -webkit-text-size-adjust alias_for=text-size-adjust |
656 -webkit-transform alias_for=transform | 656 -webkit-transform alias_for=transform |
657 -webkit-transform-origin alias_for=transform-origin | 657 -webkit-transform-origin alias_for=transform-origin |
658 -webkit-transform-style alias_for=transform-style | 658 -webkit-transform-style alias_for=transform-style |
659 -webkit-transition alias_for=transition | 659 -webkit-transition alias_for=transition |
660 -webkit-transition-delay alias_for=transition-delay | 660 -webkit-transition-delay alias_for=transition-delay |
661 -webkit-transition-duration alias_for=transition-duration | 661 -webkit-transition-duration alias_for=transition-duration |
662 -webkit-transition-property alias_for=transition-property | 662 -webkit-transition-property alias_for=transition-property |
663 -webkit-transition-timing-function alias_for=transition-timing-function | 663 -webkit-transition-timing-function alias_for=transition-timing-function |
664 -webkit-user-select alias_for=user-select | 664 -webkit-user-select alias_for=user-select |
OLD | NEW |