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 background-attachment custom_all | 6 background-attachment custom_all |
7 background-blend-mode custom_all | 7 background-blend-mode custom_all |
8 background-clip custom_all | 8 background-clip custom_all |
9 background-color custom_all | 9 background-color custom_all |
10 background-image custom_all | 10 background-image custom_all |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 -webkit-animation-delay custom_all | 148 -webkit-animation-delay custom_all |
149 -webkit-animation-direction custom_all | 149 -webkit-animation-direction custom_all |
150 -webkit-animation-duration custom_all | 150 -webkit-animation-duration custom_all |
151 -webkit-animation-fillMode custom_all | 151 -webkit-animation-fillMode custom_all |
152 -webkit-animation-iteration-count custom_all | 152 -webkit-animation-iteration-count custom_all |
153 -webkit-animation-name custom_all | 153 -webkit-animation-name custom_all |
154 -webkit-animation-play-state custom_all | 154 -webkit-animation-play-state custom_all |
155 -webkit-animation-timing-function custom_all | 155 -webkit-animation-timing-function custom_all |
156 -webkit-appearance type_name=ControlPart | 156 -webkit-appearance type_name=ControlPart |
157 -webkit-aspect-ratio custom_all | 157 -webkit-aspect-ratio custom_all |
| 158 backface-visibility |
158 -webkit-backface-visibility | 159 -webkit-backface-visibility |
159 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip | 160 -webkit-background-clip use_handlers_for=CSSPropertyBackgroundClip |
160 -webkit-background-composite custom_all | 161 -webkit-background-composite custom_all |
161 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin | 162 -webkit-background-origin use_handlers_for=CSSPropertyBackgroundOrigin |
162 -webkit-background-size use_handlers_for=CSSPropertyBackgroundSize | 163 -webkit-background-size use_handlers_for=CSSPropertyBackgroundSize |
163 -webkit-border-fit | 164 -webkit-border-fit |
164 -webkit-border-horizontal-spacing type_name=short, name_for_methods=HorizontalBo
rderSpacing, converter=convertComputedLength<short> | 165 -webkit-border-horizontal-spacing type_name=short, name_for_methods=HorizontalBo
rderSpacing, converter=convertComputedLength<short> |
165 -webkit-border-image initial=initialNinePieceImage, custom_value | 166 -webkit-border-image initial=initialNinePieceImage, custom_value |
166 -webkit-border-vertical-spacing type_name=short, name_for_methods=VerticalBorder
Spacing, converter=convertComputedLength<short> | 167 -webkit-border-vertical-spacing type_name=short, name_for_methods=VerticalBorder
Spacing, converter=convertComputedLength<short> |
167 -webkit-box-align type_name=EBoxAlignment | 168 -webkit-box-align type_name=EBoxAlignment |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage | 266 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage |
266 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c
onverter=convertSVGLength | 267 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c
onverter=convertSVGLength |
267 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle | 268 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle |
268 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle | 269 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle |
269 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit | 270 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit |
270 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage | 271 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage |
271 stroke-width svg, type_name=SVGLength, converter=convertSVGLength | 272 stroke-width svg, type_name=SVGLength, converter=convertSVGLength |
272 text-anchor svg | 273 text-anchor svg |
273 vector-effect svg | 274 vector-effect svg |
274 writing-mode svg, type_name=SVGWritingMode | 275 writing-mode svg, type_name=SVGWritingMode |
OLD | NEW |