| 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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 shape-image-threshold interpolable, type_name=float | 352 shape-image-threshold interpolable, type_name=float |
| 353 shape-margin interpolable, converter=convertLength | 353 shape-margin interpolable, converter=convertLength |
| 354 shape-outside interpolable, converter=convertShapeValue, typedom_types=[Image] | 354 shape-outside interpolable, converter=convertShapeValue, typedom_types=[Image] |
| 355 shape-rendering inherited, svg | 355 shape-rendering inherited, svg |
| 356 size custom_all | 356 size custom_all |
| 357 snap-height runtime_flag=CSSSnapSize, inherited, custom_all | 357 snap-height runtime_flag=CSSSnapSize, inherited, custom_all |
| 358 speak inherited | 358 speak inherited |
| 359 stop-color interpolable, svg, converter=convertColor | 359 stop-color interpolable, svg, converter=convertColor |
| 360 stop-opacity interpolable, svg, converter=convertNumberOrPercentage | 360 stop-opacity interpolable, svg, converter=convertNumberOrPercentage |
| 361 stroke interpolable, inherited, svg, setter=setStrokePaint, custom_all | 361 stroke interpolable, inherited, svg, setter=setStrokePaint, custom_all |
| 362 stroke-dasharray interpolable, inherited, svg, name_for_methods=StrokeDashArray,
converter=convertStrokeDasharray | 362 stroke-dasharray interpolable, inherited, svg, name_for_methods=StrokeDashArray,
converter=convertStrokeDasharray, api_class |
| 363 stroke-dashoffset interpolable, inherited, svg, name_for_methods=StrokeDashOffse
t, converter=convertLength | 363 stroke-dashoffset interpolable, inherited, svg, name_for_methods=StrokeDashOffse
t, converter=convertLength |
| 364 stroke-linecap svg, inherited, type_name=LineCap, name_for_methods=CapStyle | 364 stroke-linecap svg, inherited, type_name=LineCap, name_for_methods=CapStyle |
| 365 stroke-linejoin svg, inherited, type_name=LineJoin, name_for_methods=JoinStyle | 365 stroke-linejoin svg, inherited, type_name=LineJoin, name_for_methods=JoinStyle |
| 366 stroke-miterlimit interpolable, inherited, svg, type_name=float, name_for_method
s=StrokeMiterLimit | 366 stroke-miterlimit interpolable, inherited, svg, type_name=float, name_for_method
s=StrokeMiterLimit |
| 367 stroke-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage | 367 stroke-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage |
| 368 stroke-width interpolable, inherited, svg, converter=convertUnzoomedLength | 368 stroke-width interpolable, inherited, svg, converter=convertUnzoomedLength |
| 369 table-layout | 369 table-layout |
| 370 tab-size inherited, converter=convertLengthOrTabSpaces, type_name=TabSize | 370 tab-size inherited, converter=convertLengthOrTabSpaces, type_name=TabSize |
| 371 text-align inherited, custom_value, keyword_only, keywords=[left|right|center|ju
stify|webkitLeft|webkitRight|webkitCenter|start|end], initial_keyword=start | 371 text-align inherited, custom_value, keyword_only, keywords=[left|right|center|ju
stify|webkitLeft|webkitRight|webkitCenter|start|end], initial_keyword=start |
| 372 text-align-last inherited, type_name=TextAlignLast | 372 text-align-last inherited, type_name=TextAlignLast |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 642 -webkit-text-size-adjust alias_for=text-size-adjust | 642 -webkit-text-size-adjust alias_for=text-size-adjust |
| 643 -webkit-transform alias_for=transform | 643 -webkit-transform alias_for=transform |
| 644 -webkit-transform-origin alias_for=transform-origin | 644 -webkit-transform-origin alias_for=transform-origin |
| 645 -webkit-transform-style alias_for=transform-style | 645 -webkit-transform-style alias_for=transform-style |
| 646 -webkit-transition alias_for=transition | 646 -webkit-transition alias_for=transition |
| 647 -webkit-transition-delay alias_for=transition-delay | 647 -webkit-transition-delay alias_for=transition-delay |
| 648 -webkit-transition-duration alias_for=transition-duration | 648 -webkit-transition-duration alias_for=transition-duration |
| 649 -webkit-transition-property alias_for=transition-property | 649 -webkit-transition-property alias_for=transition-property |
| 650 -webkit-transition-timing-function alias_for=transition-timing-function | 650 -webkit-transition-timing-function alias_for=transition-timing-function |
| 651 -webkit-user-select alias_for=user-select | 651 -webkit-user-select alias_for=user-select |
| OLD | NEW |