| 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: Mandatory blank line to skip parameter parsing phase | 3 // Note: Mandatory blank line to skip parameter parsing phase |
| 4 | 4 |
| 5 align-content | 5 align-content |
| 6 align-items | 6 align-items |
| 7 align-self type_name=EAlignItems | 7 align-self type_name=EAlignItems |
| 8 background-attachment custom_all | 8 background-attachment custom_all |
| 9 background-blend-mode custom_all | 9 background-blend-mode custom_all |
| 10 background-clip custom_all | 10 background-clip custom_all |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 speak | 105 speak |
| 106 table-layout | 106 table-layout |
| 107 tab-size type_name=unsigned | 107 tab-size type_name=unsigned |
| 108 text-align custom_value | 108 text-align custom_value |
| 109 text-align-last type_name=TextAlignLast | 109 text-align-last type_name=TextAlignLast |
| 110 text-decoration custom_value | 110 text-decoration custom_value |
| 111 text-decoration-line use_handlers_for=CSSPropertyTextDecoration | 111 text-decoration-line use_handlers_for=CSSPropertyTextDecoration |
| 112 text-decoration-color custom_all | 112 text-decoration-color custom_all |
| 113 text-decoration-style type_name=TextDecorationStyle | 113 text-decoration-style type_name=TextDecorationStyle |
| 114 text-indent custom_all | 114 text-indent custom_all |
| 115 text-justify type_name=TextJustify |
| 115 text-overflow type_name=TextOverflow | 116 text-overflow type_name=TextOverflow |
| 116 text-rendering custom_all | 117 text-rendering custom_all |
| 117 text-transform | 118 text-transform |
| 118 top apply_type=length, initial=initialOffset, use_auto | 119 top apply_type=length, initial=initialOffset, use_auto |
| 119 touch-action type_name=TouchAction, initial=initialTouchAction | 120 touch-action type_name=TouchAction, initial=initialTouchAction |
| 120 unicode-bidi | 121 unicode-bidi |
| 121 vertical-align custom_value | 122 vertical-align custom_value |
| 122 visibility | 123 visibility |
| 123 white-space | 124 white-space |
| 124 widows type_name=short, custom_all | 125 widows type_name=short, custom_all |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 -webkit-transform-style name_for_methods=TransformStyle3D | 240 -webkit-transform-style name_for_methods=TransformStyle3D |
| 240 -webkit-transition-delay custom_all | 241 -webkit-transition-delay custom_all |
| 241 -webkit-transition-duration custom_all | 242 -webkit-transition-duration custom_all |
| 242 -webkit-transition-property custom_all | 243 -webkit-transition-property custom_all |
| 243 -webkit-transition-timing-function custom_all | 244 -webkit-transition-timing-function custom_all |
| 244 -webkit-user-drag | 245 -webkit-user-drag |
| 245 -webkit-user-modify | 246 -webkit-user-modify |
| 246 -webkit-user-select | 247 -webkit-user-select |
| 247 -webkit-wrap-flow type_name=WrapFlow | 248 -webkit-wrap-flow type_name=WrapFlow |
| 248 -webkit-wrap-through type_name=WrapThrough | 249 -webkit-wrap-through type_name=WrapThrough |
| OLD | NEW |