| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 scroll-behavior type_name=ScrollBehavior | 130 scroll-behavior type_name=ScrollBehavior |
| 131 shape-image-threshold type_name=float | 131 shape-image-threshold type_name=float |
| 132 shape-margin converter=convertLength | 132 shape-margin converter=convertLength |
| 133 shape-outside custom_value | 133 shape-outside custom_value |
| 134 size custom_all | 134 size custom_all |
| 135 speak | 135 speak |
| 136 table-layout | 136 table-layout |
| 137 tab-size type_name=unsigned | 137 tab-size type_name=unsigned |
| 138 text-align custom_value | 138 text-align custom_value |
| 139 text-align-last type_name=TextAlignLast | 139 text-align-last type_name=TextAlignLast |
| 140 text-decoration custom_value | 140 text-decoration converter=convertFlags<TextDecoration> |
| 141 text-decoration-line use_handlers_for=CSSPropertyTextDecoration | 141 text-decoration-line use_handlers_for=CSSPropertyTextDecoration |
| 142 text-decoration-color custom_all | 142 text-decoration-color custom_all |
| 143 text-decoration-style type_name=TextDecorationStyle | 143 text-decoration-style type_name=TextDecorationStyle |
| 144 text-indent custom_all | 144 text-indent custom_all |
| 145 text-justify type_name=TextJustify | 145 text-justify type_name=TextJustify |
| 146 text-overflow type_name=TextOverflow | 146 text-overflow type_name=TextOverflow |
| 147 text-rendering font, type_name=TextRenderingMode | 147 text-rendering font, type_name=TextRenderingMode |
| 148 text-shadow converter=convertShadow | 148 text-shadow converter=convertShadow |
| 149 text-transform | 149 text-transform |
| 150 top initial=initialOffset, converter=convertLengthOrAuto | 150 top initial=initialOffset, converter=convertLengthOrAuto |
| 151 touch-action custom_value | 151 touch-action converter=convertFlags<TouchAction> |
| 152 touch-action-delay type_name=TouchActionDelay | 152 touch-action-delay type_name=TouchActionDelay |
| 153 unicode-bidi | 153 unicode-bidi |
| 154 vertical-align custom_inherit, custom_value | 154 vertical-align custom_inherit, custom_value |
| 155 visibility | 155 visibility |
| 156 white-space | 156 white-space |
| 157 widows type_name=short, custom_all | 157 widows type_name=short, custom_all |
| 158 width initial=initialSize, converter=convertLengthSizing | 158 width initial=initialSize, converter=convertLengthSizing |
| 159 will-change custom_all | 159 will-change custom_all |
| 160 word-break | 160 word-break |
| 161 word-spacing initial=initialLetterWordSpacing, converter=convertSpacing | 161 word-spacing initial=initialLetterWordSpacing, converter=convertSpacing |
| (...skipping 199 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 |