| 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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 resize custom_value | 341 resize custom_value |
| 342 right typedom_types=[Length], keywords=[auto], supports_percentage, interpolable
, initial=initialOffset, converter=convertLengthOrAuto | 342 right typedom_types=[Length], keywords=[auto], supports_percentage, interpolable
, initial=initialOffset, converter=convertLengthOrAuto |
| 343 r interpolable, svg, converter=convertLength | 343 r interpolable, svg, converter=convertLength |
| 344 rx interpolable, svg, converter=convertLengthOrAuto | 344 rx interpolable, svg, converter=convertLengthOrAuto |
| 345 ry interpolable, svg, converter=convertLengthOrAuto | 345 ry interpolable, svg, converter=convertLengthOrAuto |
| 346 scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior | 346 scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior |
| 347 scroll-snap-type runtime_flag=CSSScrollSnapPoints, type_name=ScrollSnapType | 347 scroll-snap-type runtime_flag=CSSScrollSnapPoints, type_name=ScrollSnapType |
| 348 scroll-snap-points-x runtime_flag=CSSScrollSnapPoints, converter=convertSnapPoin
ts | 348 scroll-snap-points-x runtime_flag=CSSScrollSnapPoints, converter=convertSnapPoin
ts |
| 349 scroll-snap-points-y runtime_flag=CSSScrollSnapPoints, converter=convertSnapPoin
ts | 349 scroll-snap-points-y runtime_flag=CSSScrollSnapPoints, converter=convertSnapPoin
ts |
| 350 scroll-snap-destination runtime_flag=CSSScrollSnapPoints, converter=convertPosit
ion | 350 scroll-snap-destination runtime_flag=CSSScrollSnapPoints, converter=convertPosit
ion |
| 351 scroll-snap-coordinate runtime_flag=CSSScrollSnapPoints, converter=convertSnapCo
ordinates | 351 scroll-snap-coordinate runtime_flag=CSSScrollSnapPoints, converter=convertSnapCo
ordinates, api_class |
| 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, api_class | 356 size custom_all, api_class |
| 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 |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 650 -webkit-text-size-adjust alias_for=text-size-adjust | 650 -webkit-text-size-adjust alias_for=text-size-adjust |
| 651 -webkit-transform alias_for=transform | 651 -webkit-transform alias_for=transform |
| 652 -webkit-transform-origin alias_for=transform-origin | 652 -webkit-transform-origin alias_for=transform-origin |
| 653 -webkit-transform-style alias_for=transform-style | 653 -webkit-transform-style alias_for=transform-style |
| 654 -webkit-transition alias_for=transition | 654 -webkit-transition alias_for=transition |
| 655 -webkit-transition-delay alias_for=transition-delay | 655 -webkit-transition-delay alias_for=transition-delay |
| 656 -webkit-transition-duration alias_for=transition-duration | 656 -webkit-transition-duration alias_for=transition-duration |
| 657 -webkit-transition-property alias_for=transition-property | 657 -webkit-transition-property alias_for=transition-property |
| 658 -webkit-transition-timing-function alias_for=transition-timing-function | 658 -webkit-transition-timing-function alias_for=transition-timing-function |
| 659 -webkit-user-select alias_for=user-select | 659 -webkit-user-select alias_for=user-select |
| OLD | NEW |