| 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_all | 8 align-items custom_all |
| 9 align-self custom_all | 9 align-self custom_all |
| 10 background-attachment custom_all | 10 background-attachment custom_all |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 -webkit-tap-highlight-color converter=convertColor | 251 -webkit-tap-highlight-color converter=convertColor |
| 252 -webkit-text-combine type_name=TextCombine | 252 -webkit-text-combine type_name=TextCombine |
| 253 -webkit-text-emphasis-color custom_all | 253 -webkit-text-emphasis-color custom_all |
| 254 -webkit-text-emphasis-position type_name=TextEmphasisPosition | 254 -webkit-text-emphasis-position type_name=TextEmphasisPosition |
| 255 -webkit-text-emphasis-style custom_all | 255 -webkit-text-emphasis-style custom_all |
| 256 -webkit-text-fill-color custom_all | 256 -webkit-text-fill-color custom_all |
| 257 -webkit-text-orientation custom_value | 257 -webkit-text-orientation custom_value |
| 258 -webkit-text-security | 258 -webkit-text-security |
| 259 -webkit-text-stroke-color custom_all | 259 -webkit-text-stroke-color custom_all |
| 260 -webkit-text-stroke-width converter=convertTextStrokeWidth | 260 -webkit-text-stroke-width converter=convertTextStrokeWidth |
| 261 text-underline-position custom_value | 261 text-underline-position type_name=TextUnderlinePosition |
| 262 transform custom_value | 262 transform custom_value |
| 263 -webkit-transform use_handlers_for=CSSPropertyTransform | 263 -webkit-transform use_handlers_for=CSSPropertyTransform |
| 264 transform-origin custom_all | 264 transform-origin custom_all |
| 265 -webkit-transform-origin-x converter=convertLength | 265 -webkit-transform-origin-x converter=convertLength |
| 266 -webkit-transform-origin-y converter=convertLength | 266 -webkit-transform-origin-y converter=convertLength |
| 267 -webkit-transform-origin-z converter=convertComputedLength<float> | 267 -webkit-transform-origin-z converter=convertComputedLength<float> |
| 268 transform-style name_for_methods=TransformStyle3D | 268 transform-style name_for_methods=TransformStyle3D |
| 269 -webkit-transform-style name_for_methods=TransformStyle3D | 269 -webkit-transform-style name_for_methods=TransformStyle3D |
| 270 -webkit-transition-delay custom_all | 270 -webkit-transition-delay custom_all |
| 271 -webkit-transition-duration custom_all | 271 -webkit-transition-duration custom_all |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 unicode-range skip | 361 unicode-range skip |
| 362 -webkit-font-size-delta skip | 362 -webkit-font-size-delta skip |
| 363 -webkit-text-decorations-in-effect skip | 363 -webkit-text-decorations-in-effect skip |
| 364 max-zoom skip | 364 max-zoom skip |
| 365 min-zoom skip | 365 min-zoom skip |
| 366 user-zoom skip | 366 user-zoom skip |
| 367 orientation skip | 367 orientation skip |
| 368 enable-background skip | 368 enable-background skip |
| 369 invalid skip | 369 invalid skip |
| 370 all skip | 370 all skip |
| OLD | NEW |