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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
349 rx interpolable, svg, converter=convertLengthOrAuto | 349 rx interpolable, svg, converter=convertLengthOrAuto |
350 ry interpolable, svg, converter=convertLengthOrAuto | 350 ry interpolable, svg, converter=convertLengthOrAuto |
351 scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior | 351 scroll-behavior runtime_flag=CSSOMSmoothScroll, type_name=ScrollBehavior |
352 scroll-snap-type runtime_flag=CSSScrollSnapPoints, type_name=ScrollSnapType | 352 scroll-snap-type runtime_flag=CSSScrollSnapPoints, type_name=ScrollSnapType |
353 scroll-snap-points-x runtime_flag=CSSScrollSnapPoints, converter=convertSnapPoin
ts | 353 scroll-snap-points-x runtime_flag=CSSScrollSnapPoints, converter=convertSnapPoin
ts |
354 scroll-snap-points-y runtime_flag=CSSScrollSnapPoints, converter=convertSnapPoin
ts | 354 scroll-snap-points-y runtime_flag=CSSScrollSnapPoints, converter=convertSnapPoin
ts |
355 scroll-snap-destination runtime_flag=CSSScrollSnapPoints, converter=convertPosit
ion | 355 scroll-snap-destination runtime_flag=CSSScrollSnapPoints, converter=convertPosit
ion |
356 scroll-snap-coordinate runtime_flag=CSSScrollSnapPoints, converter=convertSnapCo
ordinates, api_class | 356 scroll-snap-coordinate runtime_flag=CSSScrollSnapPoints, converter=convertSnapCo
ordinates, api_class |
357 shape-image-threshold interpolable, type_name=float | 357 shape-image-threshold interpolable, type_name=float |
358 shape-margin interpolable, converter=convertLength, api_class | 358 shape-margin interpolable, converter=convertLength, api_class |
359 shape-outside interpolable, converter=convertShapeValue, typedom_types=[Image] | 359 shape-outside interpolable, converter=convertShapeValue, typedom_types=[Image],
api_class |
360 shape-rendering inherited, svg | 360 shape-rendering inherited, svg |
361 size custom_all, api_class | 361 size custom_all, api_class |
362 snap-height runtime_flag=CSSSnapSize, inherited, custom_all | 362 snap-height runtime_flag=CSSSnapSize, inherited, custom_all |
363 speak inherited | 363 speak inherited |
364 stop-color interpolable, svg, converter=convertColor | 364 stop-color interpolable, svg, converter=convertColor |
365 stop-opacity interpolable, svg, converter=convertNumberOrPercentage | 365 stop-opacity interpolable, svg, converter=convertNumberOrPercentage |
366 stroke interpolable, inherited, svg, setter=setStrokePaint, custom_all, api_clas
s=CSSPropertyAPIPaintStroke | 366 stroke interpolable, inherited, svg, setter=setStrokePaint, custom_all, api_clas
s=CSSPropertyAPIPaintStroke |
367 stroke-dasharray interpolable, inherited, svg, name_for_methods=StrokeDashArray,
converter=convertStrokeDasharray, api_class | 367 stroke-dasharray interpolable, inherited, svg, name_for_methods=StrokeDashArray,
converter=convertStrokeDasharray, api_class |
368 stroke-dashoffset interpolable, inherited, svg, name_for_methods=StrokeDashOffse
t, converter=convertLength | 368 stroke-dashoffset interpolable, inherited, svg, name_for_methods=StrokeDashOffse
t, converter=convertLength |
369 stroke-linecap svg, inherited, type_name=LineCap, name_for_methods=CapStyle | 369 stroke-linecap svg, inherited, type_name=LineCap, name_for_methods=CapStyle |
(...skipping 285 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 |