| 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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 text-decoration-style runtime_flag=CSS3TextDecorations, type_name=TextDecoration
Style | 343 text-decoration-style runtime_flag=CSS3TextDecorations, type_name=TextDecoration
Style |
| 344 text-indent interpolable, inherited, custom_all | 344 text-indent interpolable, inherited, custom_all |
| 345 text-justify runtime_flag=CSS3Text, inherited, type_name=TextJustify | 345 text-justify runtime_flag=CSS3Text, inherited, type_name=TextJustify |
| 346 text-overflow type_name=TextOverflow | 346 text-overflow type_name=TextOverflow |
| 347 text-shadow interpolable, inherited, converter=convertShadow | 347 text-shadow interpolable, inherited, converter=convertShadow |
| 348 text-size-adjust inherited, converter=convertTextSizeAdjust, type_name=TextSizeA
djust | 348 text-size-adjust inherited, converter=convertTextSizeAdjust, type_name=TextSizeA
djust |
| 349 text-transform inherited | 349 text-transform inherited |
| 350 text-underline-position runtime_flag=CSS3TextDecorations, inherited, type_name=T
extUnderlinePosition | 350 text-underline-position runtime_flag=CSS3TextDecorations, inherited, type_name=T
extUnderlinePosition |
| 351 top typedom_types=[Length], keywords=[auto], supports_percentage, interpolable,
initial=initialOffset, converter=convertLengthOrAuto | 351 top typedom_types=[Length], keywords=[auto], supports_percentage, interpolable,
initial=initialOffset, converter=convertLengthOrAuto |
| 352 touch-action converter=convertFlags<TouchAction>, type_name=TouchAction | 352 touch-action converter=convertFlags<TouchAction>, type_name=TouchAction |
| 353 transform typedom_types=[Transform], keywords=[none], interpolable, custom_value | 353 transform typedom_types=[Transform], keywords=[none], interpolable, converter=co
nvertTransformOperations |
| 354 transform-origin interpolable, converter=convertTransformOrigin | 354 transform-origin interpolable, converter=convertTransformOrigin |
| 355 transform-style name_for_methods=TransformStyle3D | 355 transform-style name_for_methods=TransformStyle3D |
| 356 translate runtime_flag=CSSIndependentTransformProperties, converter=convertTrans
late, interpolable | 356 translate runtime_flag=CSSIndependentTransformProperties, converter=convertTrans
late, interpolable |
| 357 rotate runtime_flag=CSSIndependentTransformProperties, converter=convertRotate,
interpolable | 357 rotate runtime_flag=CSSIndependentTransformProperties, converter=convertRotate,
interpolable |
| 358 scale runtime_flag=CSSIndependentTransformProperties, converter=convertScale, in
terpolable | 358 scale runtime_flag=CSSIndependentTransformProperties, converter=convertScale, in
terpolable |
| 359 transition-delay custom_all | 359 transition-delay custom_all |
| 360 transition-duration custom_all | 360 transition-duration custom_all |
| 361 transition-property custom_all | 361 transition-property custom_all |
| 362 transition-timing-function custom_all | 362 transition-timing-function custom_all |
| 363 unicode-bidi | 363 unicode-bidi |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 609 -webkit-text-size-adjust alias_for=text-size-adjust | 609 -webkit-text-size-adjust alias_for=text-size-adjust |
| 610 -webkit-transform alias_for=transform | 610 -webkit-transform alias_for=transform |
| 611 -webkit-transform-origin alias_for=transform-origin | 611 -webkit-transform-origin alias_for=transform-origin |
| 612 -webkit-transform-style alias_for=transform-style | 612 -webkit-transform-style alias_for=transform-style |
| 613 -webkit-transition alias_for=transition | 613 -webkit-transition alias_for=transition |
| 614 -webkit-transition-delay alias_for=transition-delay | 614 -webkit-transition-delay alias_for=transition-delay |
| 615 -webkit-transition-duration alias_for=transition-duration | 615 -webkit-transition-duration alias_for=transition-duration |
| 616 -webkit-transition-property alias_for=transition-property | 616 -webkit-transition-property alias_for=transition-property |
| 617 -webkit-transition-timing-function alias_for=transition-timing-function | 617 -webkit-transition-timing-function alias_for=transition-timing-function |
| 618 -webkit-user-select alias_for=user-select | 618 -webkit-user-select alias_for=user-select |
| OLD | NEW |