| OLD | NEW |
| 1 // FIXME: When we have all the properties using the new StyleBuilder, we | 1 // FIXME: When we have all the properties using the new StyleBuilder, we |
| 2 // should use this for make_css_property_names.py | 2 // should use this for make_css_property_names.py |
| 3 // Note that type_name is currently only used for non-custom value application | 3 // Note that type_name is currently only used for non-custom value application |
| 4 // and when explicitly referred to in generated applicators. | 4 // and when explicitly referred to in generated applicators. |
| 5 // Note: Mandatory blank line to skip parameter parsing phase | 5 // Note: Mandatory blank line to skip parameter parsing phase |
| 6 | 6 |
| 7 align-content | 7 align-content |
| 8 align-items custom_value | 8 align-items custom_value |
| 9 align-self custom_value | 9 align-self custom_value |
| 10 background-attachment custom_all | 10 background-attachment custom_all |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 -webkit-transform-origin-z type_name=float, converter=convertComputedLength<floa
t> | 265 -webkit-transform-origin-z type_name=float, converter=convertComputedLength<floa
t> |
| 266 transform-style name_for_methods=TransformStyle3D | 266 transform-style name_for_methods=TransformStyle3D |
| 267 -webkit-transform-style name_for_methods=TransformStyle3D | 267 -webkit-transform-style name_for_methods=TransformStyle3D |
| 268 -webkit-transition-delay custom_all | 268 -webkit-transition-delay custom_all |
| 269 -webkit-transition-duration custom_all | 269 -webkit-transition-duration custom_all |
| 270 -webkit-transition-property custom_all | 270 -webkit-transition-property custom_all |
| 271 -webkit-transition-timing-function custom_all | 271 -webkit-transition-timing-function custom_all |
| 272 -webkit-user-drag | 272 -webkit-user-drag |
| 273 -webkit-user-modify | 273 -webkit-user-modify |
| 274 -webkit-user-select | 274 -webkit-user-select |
| 275 -webkit-wrap-flow type_name=WrapFlow | |
| 276 -webkit-wrap-through type_name=WrapThrough | |
| 277 -webkit-writing-mode custom_value | 275 -webkit-writing-mode custom_value |
| 278 | 276 |
| 279 alignment-baseline svg | 277 alignment-baseline svg |
| 280 baseline-shift svg, custom_inherit, custom_value | 278 baseline-shift svg, custom_inherit, custom_value |
| 281 buffered-rendering svg | 279 buffered-rendering svg |
| 282 clip-path svg, type_name=String, name_for_methods=ClipperResource, converter=con
vertFragmentIdentifier | 280 clip-path svg, type_name=String, name_for_methods=ClipperResource, converter=con
vertFragmentIdentifier |
| 283 clip-rule svg, type_name=WindRule | 281 clip-rule svg, type_name=WindRule |
| 284 color-interpolation svg | 282 color-interpolation svg |
| 285 color-interpolation-filters svg, type_name=EColorInterpolation | 283 color-interpolation-filters svg, type_name=EColorInterpolation |
| 286 color-rendering svg | 284 color-rendering svg |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 unicode-range skip | 372 unicode-range skip |
| 375 -webkit-font-size-delta skip | 373 -webkit-font-size-delta skip |
| 376 -webkit-text-decorations-in-effect skip | 374 -webkit-text-decorations-in-effect skip |
| 377 max-zoom skip | 375 max-zoom skip |
| 378 min-zoom skip | 376 min-zoom skip |
| 379 user-zoom skip | 377 user-zoom skip |
| 380 orientation skip | 378 orientation skip |
| 381 enable-background skip | 379 enable-background skip |
| 382 invalid skip | 380 invalid skip |
| 383 all skip | 381 all skip |
| OLD | NEW |