| 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 mix-blend-mode type_name=blink::WebBlendMode, name_for_methods=BlendMode | 284 mix-blend-mode type_name=blink::WebBlendMode, name_for_methods=BlendMode |
| 285 motion-offset alias_for=offset-distance | 285 motion-offset alias_for=offset-distance |
| 286 motion-path alias_for=offset-path | 286 motion-path alias_for=offset-path |
| 287 motion-rotation alias_for=offset-rotation | 287 motion-rotation alias_for=offset-rotation |
| 288 object-fit type_name=ObjectFit | 288 object-fit type_name=ObjectFit |
| 289 object-position interpolable, converter=convertPosition | 289 object-position interpolable, converter=convertPosition |
| 290 offset-anchor runtime_flag=CSSOffsetPositionAnchor, interpolable, converter=conv
ertPositionOrAuto | 290 offset-anchor runtime_flag=CSSOffsetPositionAnchor, interpolable, converter=conv
ertPositionOrAuto |
| 291 offset-distance interpolable, converter=convertLength | 291 offset-distance interpolable, converter=convertLength |
| 292 offset-path converter=convertPathOrNone | 292 offset-path converter=convertPathOrNone |
| 293 offset-position runtime_flag=CSSOffsetPositionAnchor, interpolable, converter=co
nvertPositionOrAuto | 293 offset-position runtime_flag=CSSOffsetPositionAnchor, interpolable, converter=co
nvertPositionOrAuto |
| 294 offset-rotation interpolable, converter=convertOffsetRotation | 294 offset-rotate runtime_flag=CSSOffsetRotate, interpolable, converter=convertOffse
tRotation |
| 295 offset-rotation runtime_flag=CSSOffsetRotation, interpolable, converter=convertO
ffsetRotation |
| 295 opacity interpolable, type_name=float | 296 opacity interpolable, type_name=float |
| 296 order type_name=int | 297 order type_name=int |
| 297 orphans interpolable, inherited, type_name=short | 298 orphans interpolable, inherited, type_name=short |
| 298 outline-color interpolable, custom_all | 299 outline-color interpolable, custom_all |
| 299 outline-offset interpolable, converter=convertComputedLength<int> | 300 outline-offset interpolable, converter=convertComputedLength<int> |
| 300 outline-style custom_all | 301 outline-style custom_all |
| 301 outline-width interpolable, converter=convertLineWidth<unsigned short> | 302 outline-width interpolable, converter=convertLineWidth<unsigned short> |
| 302 overflow-anchor runtime_flag=ScrollAnchoring, type_name=EOverflowAnchor | 303 overflow-anchor runtime_flag=ScrollAnchoring, type_name=EOverflowAnchor |
| 303 overflow-wrap inherited | 304 overflow-wrap inherited |
| 304 overflow-x type_name=EOverflow | 305 overflow-x type_name=EOverflow |
| (...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 617 -webkit-text-size-adjust alias_for=text-size-adjust | 618 -webkit-text-size-adjust alias_for=text-size-adjust |
| 618 -webkit-transform alias_for=transform | 619 -webkit-transform alias_for=transform |
| 619 -webkit-transform-origin alias_for=transform-origin | 620 -webkit-transform-origin alias_for=transform-origin |
| 620 -webkit-transform-style alias_for=transform-style | 621 -webkit-transform-style alias_for=transform-style |
| 621 -webkit-transition alias_for=transition | 622 -webkit-transition alias_for=transition |
| 622 -webkit-transition-delay alias_for=transition-delay | 623 -webkit-transition-delay alias_for=transition-delay |
| 623 -webkit-transition-duration alias_for=transition-duration | 624 -webkit-transition-duration alias_for=transition-duration |
| 624 -webkit-transition-property alias_for=transition-property | 625 -webkit-transition-property alias_for=transition-property |
| 625 -webkit-transition-timing-function alias_for=transition-timing-function | 626 -webkit-transition-timing-function alias_for=transition-timing-function |
| 626 -webkit-user-select alias_for=user-select | 627 -webkit-user-select alias_for=user-select |
| OLD | NEW |