| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 flex-wrap | 61 flex-wrap |
| 62 float type_name=EFloat, name_for_methods=Floating | 62 float type_name=EFloat, name_for_methods=Floating |
| 63 font custom_all | 63 font custom_all |
| 64 font-family custom_all | 64 font-family custom_all |
| 65 font-kerning font, type_name=FontDescription::Kerning, name_for_methods=Kerning | 65 font-kerning font, type_name=FontDescription::Kerning, name_for_methods=Kerning |
| 66 font-size custom_all | 66 font-size custom_all |
| 67 font-style font, type_name=FontStyle, name_for_methods=Style | 67 font-style font, type_name=FontStyle, name_for_methods=Style |
| 68 font-variant font, type_name=FontVariant, name_for_methods=Variant | 68 font-variant font, type_name=FontVariant, name_for_methods=Variant |
| 69 font-variant-ligatures custom_all | 69 font-variant-ligatures custom_all |
| 70 font-weight custom_all | 70 font-weight custom_all |
| 71 grid-auto-flow type_name=GridAutoFlow | 71 grid-auto-flow custom_value |
| 72 grid-auto-columns converter=convertGridTrackSize | 72 grid-auto-columns converter=convertGridTrackSize |
| 73 grid-auto-rows converter=convertGridTrackSize | 73 grid-auto-rows converter=convertGridTrackSize |
| 74 grid-column-start converter=convertGridPosition | 74 grid-column-start converter=convertGridPosition |
| 75 grid-column-end converter=convertGridPosition | 75 grid-column-end converter=convertGridPosition |
| 76 grid-row-start converter=convertGridPosition | 76 grid-row-start converter=convertGridPosition |
| 77 grid-row-end converter=convertGridPosition | 77 grid-row-end converter=convertGridPosition |
| 78 grid-template-columns custom_all | 78 grid-template-columns custom_all |
| 79 grid-template-rows custom_all | 79 grid-template-rows custom_all |
| 80 grid-template-areas custom_all | 80 grid-template-areas custom_all |
| 81 height type_name=Length, initial=initialSize, converter=convertLengthSizing | 81 height type_name=Length, initial=initialSize, converter=convertLengthSizing |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 374 unicode-range skip | 374 unicode-range skip |
| 375 -webkit-font-size-delta skip | 375 -webkit-font-size-delta skip |
| 376 -webkit-text-decorations-in-effect skip | 376 -webkit-text-decorations-in-effect skip |
| 377 max-zoom skip | 377 max-zoom skip |
| 378 min-zoom skip | 378 min-zoom skip |
| 379 user-zoom skip | 379 user-zoom skip |
| 380 orientation skip | 380 orientation skip |
| 381 enable-background skip | 381 enable-background skip |
| 382 invalid skip | 382 invalid skip |
| 383 all skip | 383 all skip |
| OLD | NEW |