| 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 contain runtime_flag=CSSContainment, converter=convertFlags<Containment> | 220 contain runtime_flag=CSSContainment, converter=convertFlags<Containment> |
| 221 content custom_all, typedom_types=[Image], repeated | 221 content custom_all, typedom_types=[Image], repeated |
| 222 counter-increment custom_all | 222 counter-increment custom_all |
| 223 counter-reset custom_all | 223 counter-reset custom_all |
| 224 cursor inherited, custom_all | 224 cursor inherited, custom_all |
| 225 cx interpolable, svg, converter=convertLength | 225 cx interpolable, svg, converter=convertLength |
| 226 cy interpolable, svg, converter=convertLength | 226 cy interpolable, svg, converter=convertLength |
| 227 d interpolable, svg, converter=convertPathOrNone | 227 d interpolable, svg, converter=convertPathOrNone |
| 228 display | 228 display |
| 229 dominant-baseline inherited, svg | 229 dominant-baseline inherited, svg |
| 230 empty-cells inherited, type_name=EEmptyCells, keyword_only, keywords=[show|hide]
, initial_keyword=show | 230 empty-cells inherited, independent, type_name=EEmptyCells, keyword_only, keyword
s=[show|hide], initial_keyword=show |
| 231 fill interpolable, inherited, svg, setter=setFillPaint, custom_all | 231 fill interpolable, inherited, svg, setter=setFillPaint, custom_all |
| 232 fill-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage | 232 fill-opacity interpolable, inherited, svg, converter=convertNumberOrPercentage |
| 233 fill-rule inherited, svg, type_name=WindRule | 233 fill-rule inherited, svg, type_name=WindRule |
| 234 filter interpolable, converter=convertFilterOperations | 234 filter interpolable, converter=convertFilterOperations |
| 235 flex-basis interpolable, converter=convertLengthOrAuto | 235 flex-basis interpolable, converter=convertLengthOrAuto |
| 236 flex-direction | 236 flex-direction |
| 237 flex-grow interpolable, type_name=float | 237 flex-grow interpolable, type_name=float |
| 238 flex-shrink interpolable, type_name=float | 238 flex-shrink interpolable, type_name=float |
| 239 flex-wrap | 239 flex-wrap |
| 240 float type_name=EFloat, name_for_methods=Floating, keyword_only, keywords=[none|
left|right], initial_keyword=none | 240 float type_name=EFloat, name_for_methods=Floating, keyword_only, keywords=[none|
left|right], initial_keyword=none |
| (...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 618 -webkit-text-size-adjust alias_for=text-size-adjust | 618 -webkit-text-size-adjust alias_for=text-size-adjust |
| 619 -webkit-transform alias_for=transform | 619 -webkit-transform alias_for=transform |
| 620 -webkit-transform-origin alias_for=transform-origin | 620 -webkit-transform-origin alias_for=transform-origin |
| 621 -webkit-transform-style alias_for=transform-style | 621 -webkit-transform-style alias_for=transform-style |
| 622 -webkit-transition alias_for=transition | 622 -webkit-transition alias_for=transition |
| 623 -webkit-transition-delay alias_for=transition-delay | 623 -webkit-transition-delay alias_for=transition-delay |
| 624 -webkit-transition-duration alias_for=transition-duration | 624 -webkit-transition-duration alias_for=transition-duration |
| 625 -webkit-transition-property alias_for=transition-property | 625 -webkit-transition-property alias_for=transition-property |
| 626 -webkit-transition-timing-function alias_for=transition-timing-function | 626 -webkit-transition-timing-function alias_for=transition-timing-function |
| 627 -webkit-user-select alias_for=user-select | 627 -webkit-user-select alias_for=user-select |
| OLD | NEW |