| 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 box-shadow interpolable, converter=convertShadowList | 233 box-shadow interpolable, converter=convertShadowList |
| 234 box-sizing | 234 box-sizing |
| 235 break-after type_name=EBreak | 235 break-after type_name=EBreak |
| 236 break-before type_name=EBreak | 236 break-before type_name=EBreak |
| 237 break-inside type_name=EBreak | 237 break-inside type_name=EBreak |
| 238 buffered-rendering svg | 238 buffered-rendering svg |
| 239 caption-side inherited, keyword_only, independent, keywords=[top|bottom|left|rig
ht], initial_keyword=top | 239 caption-side inherited, keyword_only, independent, keywords=[top|bottom|left|rig
ht], initial_keyword=top |
| 240 caret-color interpolable, inherited, custom_all, api_class | 240 caret-color interpolable, inherited, custom_all, api_class |
| 241 clear | 241 clear |
| 242 clip interpolable, converter=convertClip, custom_all, api_class | 242 clip interpolable, converter=convertClip, custom_all, api_class |
| 243 clip-path interpolable, converter=convertClipPath | 243 clip-path interpolable, converter=convertClipPath, api_class |
| 244 clip-rule inherited, svg, type_name=WindRule | 244 clip-rule inherited, svg, type_name=WindRule |
| 245 color-interpolation inherited, svg | 245 color-interpolation inherited, svg |
| 246 color-interpolation-filters inherited, svg, type_name=EColorInterpolation | 246 color-interpolation-filters inherited, svg, type_name=EColorInterpolation |
| 247 color-rendering inherited, svg | 247 color-rendering inherited, svg |
| 248 column-fill type_name=ColumnFill | 248 column-fill type_name=ColumnFill |
| 249 contain runtime_flag=CSSContainment, converter=convertFlags<Containment>, api_cl
ass | 249 contain runtime_flag=CSSContainment, converter=convertFlags<Containment>, api_cl
ass |
| 250 content custom_all, typedom_types=[Image], repeated, api_class | 250 content custom_all, typedom_types=[Image], repeated, api_class |
| 251 counter-increment custom_all | 251 counter-increment custom_all |
| 252 counter-reset custom_all | 252 counter-reset custom_all |
| 253 cursor inherited, custom_all, api_class | 253 cursor inherited, custom_all, api_class |
| (...skipping 401 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 |