| 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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 436 -webkit-mask-size interpolable, custom_all | 436 -webkit-mask-size interpolable, custom_all |
| 437 -webkit-perspective-origin-x interpolable, converter=convertLength | 437 -webkit-perspective-origin-x interpolable, converter=convertLength |
| 438 -webkit-perspective-origin-y interpolable, converter=convertLength | 438 -webkit-perspective-origin-y interpolable, converter=convertLength |
| 439 -webkit-print-color-adjust inherited, independent, keyword_only, keywords=[econo
my|exact], initial_keyword=economy | 439 -webkit-print-color-adjust inherited, independent, keyword_only, keywords=[econo
my|exact], initial_keyword=economy |
| 440 -webkit-rtl-ordering inherited, type_name=EOrder, setter=setRTLOrdering, initial
=initialRTLOrdering | 440 -webkit-rtl-ordering inherited, type_name=EOrder, setter=setRTLOrdering, initial
=initialRTLOrdering |
| 441 -webkit-ruby-position inherited, type_name=RubyPosition | 441 -webkit-ruby-position inherited, type_name=RubyPosition |
| 442 -webkit-tap-highlight-color inherited, converter=convertColor | 442 -webkit-tap-highlight-color inherited, converter=convertColor |
| 443 -webkit-text-combine inherited, type_name=TextCombine, name_for_methods=TextComb
ine | 443 -webkit-text-combine inherited, type_name=TextCombine, name_for_methods=TextComb
ine |
| 444 -webkit-text-emphasis-color inherited, custom_all | 444 -webkit-text-emphasis-color inherited, custom_all |
| 445 -webkit-text-emphasis-position inherited, type_name=TextEmphasisPosition | 445 -webkit-text-emphasis-position inherited, type_name=TextEmphasisPosition |
| 446 -webkit-text-emphasis-style inherited, custom_all | 446 -webkit-text-emphasis-style inherited, custom_all, api_class |
| 447 -webkit-text-fill-color inherited, custom_all | 447 -webkit-text-fill-color inherited, custom_all |
| 448 -webkit-text-security inherited | 448 -webkit-text-security inherited |
| 449 -webkit-text-stroke-color interpolable, inherited, custom_all | 449 -webkit-text-stroke-color interpolable, inherited, custom_all |
| 450 -webkit-text-stroke-width inherited, converter=convertTextStrokeWidth | 450 -webkit-text-stroke-width inherited, converter=convertTextStrokeWidth |
| 451 -webkit-transform-origin-x interpolable, converter=convertLength | 451 -webkit-transform-origin-x interpolable, converter=convertLength |
| 452 -webkit-transform-origin-y interpolable, converter=convertLength | 452 -webkit-transform-origin-y interpolable, converter=convertLength |
| 453 -webkit-transform-origin-z interpolable, converter=convertComputedLength<float> | 453 -webkit-transform-origin-z interpolable, converter=convertComputedLength<float> |
| 454 -webkit-user-drag | 454 -webkit-user-drag |
| 455 -webkit-user-modify inherited | 455 -webkit-user-modify inherited |
| 456 user-select inherited | 456 user-select inherited |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 631 -webkit-text-size-adjust alias_for=text-size-adjust | 631 -webkit-text-size-adjust alias_for=text-size-adjust |
| 632 -webkit-transform alias_for=transform | 632 -webkit-transform alias_for=transform |
| 633 -webkit-transform-origin alias_for=transform-origin | 633 -webkit-transform-origin alias_for=transform-origin |
| 634 -webkit-transform-style alias_for=transform-style | 634 -webkit-transform-style alias_for=transform-style |
| 635 -webkit-transition alias_for=transition | 635 -webkit-transition alias_for=transition |
| 636 -webkit-transition-delay alias_for=transition-delay | 636 -webkit-transition-delay alias_for=transition-delay |
| 637 -webkit-transition-duration alias_for=transition-duration | 637 -webkit-transition-duration alias_for=transition-duration |
| 638 -webkit-transition-property alias_for=transition-property | 638 -webkit-transition-property alias_for=transition-property |
| 639 -webkit-transition-timing-function alias_for=transition-timing-function | 639 -webkit-transition-timing-function alias_for=transition-timing-function |
| 640 -webkit-user-select alias_for=user-select | 640 -webkit-user-select alias_for=user-select |
| OLD | NEW |