| 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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 offset-anchor runtime_flag=CSSOffsetPositionAnchor, interpolable, converter=conv
ertPositionOrAuto | 314 offset-anchor runtime_flag=CSSOffsetPositionAnchor, interpolable, converter=conv
ertPositionOrAuto |
| 315 offset-distance interpolable, converter=convertLength | 315 offset-distance interpolable, converter=convertLength |
| 316 offset-path converter=convertPathOrNone | 316 offset-path converter=convertPathOrNone |
| 317 offset-position runtime_flag=CSSOffsetPositionAnchor, interpolable, converter=co
nvertPositionOrAuto, api_class | 317 offset-position runtime_flag=CSSOffsetPositionAnchor, interpolable, converter=co
nvertPositionOrAuto, api_class |
| 318 offset-rotate runtime_flag=CSSOffsetRotate, interpolable, converter=convertOffse
tRotate | 318 offset-rotate runtime_flag=CSSOffsetRotate, interpolable, converter=convertOffse
tRotate |
| 319 offset-rotation runtime_flag=CSSOffsetRotation, interpolable, converter=convertO
ffsetRotate | 319 offset-rotation runtime_flag=CSSOffsetRotation, interpolable, converter=convertO
ffsetRotate |
| 320 opacity interpolable, type_name=float | 320 opacity interpolable, type_name=float |
| 321 order type_name=int | 321 order type_name=int |
| 322 orphans interpolable, inherited, type_name=short | 322 orphans interpolable, inherited, type_name=short |
| 323 outline-color interpolable, custom_all | 323 outline-color interpolable, custom_all |
| 324 outline-offset interpolable, converter=convertComputedLength<int> | 324 outline-offset interpolable, converter=convertComputedLength<int>, api_class |
| 325 outline-style custom_all | 325 outline-style custom_all |
| 326 outline-width interpolable, converter=convertLineWidth<unsigned short> | 326 outline-width interpolable, converter=convertLineWidth<unsigned short> |
| 327 overflow-anchor runtime_flag=ScrollAnchoring, type_name=EOverflowAnchor | 327 overflow-anchor runtime_flag=ScrollAnchoring, type_name=EOverflowAnchor |
| 328 overflow-wrap inherited | 328 overflow-wrap inherited |
| 329 overflow-x type_name=EOverflow | 329 overflow-x type_name=EOverflow |
| 330 overflow-y type_name=EOverflow | 330 overflow-y type_name=EOverflow |
| 331 padding-bottom interpolable, initial=initialPadding, converter=convertLength | 331 padding-bottom interpolable, initial=initialPadding, converter=convertLength |
| 332 padding-left interpolable, initial=initialPadding, converter=convertLength | 332 padding-left interpolable, initial=initialPadding, converter=convertLength |
| 333 padding-right interpolable, initial=initialPadding, converter=convertLength | 333 padding-right interpolable, initial=initialPadding, converter=convertLength |
| 334 padding-top interpolable, initial=initialPadding, converter=convertLength | 334 padding-top interpolable, initial=initialPadding, converter=convertLength |
| (...skipping 315 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 |