| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 |
| 82 justify-content | 82 justify-content |
| 83 image-rendering | 83 image-rendering |
| 84 internal-callback custom_all | 84 internal-callback custom_all |
| 85 isolation | 85 isolation |
| 86 justify-items custom_value |
| 86 justify-self custom_value | 87 justify-self custom_value |
| 87 left type_name=Length, initial=initialOffset, converter=convertLengthOrAuto | 88 left type_name=Length, initial=initialOffset, converter=convertLengthOrAuto |
| 88 letter-spacing type_name=float, initial=initialLetterWordSpacing, converter=conv
ertSpacing | 89 letter-spacing type_name=float, initial=initialLetterWordSpacing, converter=conv
ertSpacing |
| 89 line-height getter=specifiedLineHeight, custom_value | 90 line-height getter=specifiedLineHeight, custom_value |
| 90 list-style-image type_name=StyleImage*, custom_value | 91 list-style-image type_name=StyleImage*, custom_value |
| 91 list-style-position | 92 list-style-position |
| 92 list-style-type | 93 list-style-type |
| 93 margin-bottom type_name=Length, initial=initialMargin, converter=convertLengthOr
Auto | 94 margin-bottom type_name=Length, initial=initialMargin, converter=convertLengthOr
Auto |
| 94 margin-left type_name=Length, initial=initialMargin, converter=convertLengthOrAu
to | 95 margin-left type_name=Length, initial=initialMargin, converter=convertLengthOrAu
to |
| 95 margin-right type_name=Length, initial=initialMargin, converter=convertLengthOrA
uto | 96 margin-right type_name=Length, initial=initialMargin, converter=convertLengthOrA
uto |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 text-underline-width skip | 374 text-underline-width skip |
| 374 unicode-range skip | 375 unicode-range skip |
| 375 -webkit-font-size-delta skip | 376 -webkit-font-size-delta skip |
| 376 -webkit-text-decorations-in-effect skip | 377 -webkit-text-decorations-in-effect skip |
| 377 max-zoom skip | 378 max-zoom skip |
| 378 min-zoom skip | 379 min-zoom skip |
| 379 user-zoom skip | 380 user-zoom skip |
| 380 orientation skip | 381 orientation skip |
| 381 enable-background skip | 382 enable-background skip |
| 382 invalid skip | 383 invalid skip |
| OLD | NEW |