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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 -webkit-text-emphasis-color custom_all | 224 -webkit-text-emphasis-color custom_all |
225 -webkit-text-emphasis-position type_name=TextEmphasisPosition | 225 -webkit-text-emphasis-position type_name=TextEmphasisPosition |
226 -webkit-text-emphasis-style custom_all | 226 -webkit-text-emphasis-style custom_all |
227 -webkit-text-fill-color custom_all | 227 -webkit-text-fill-color custom_all |
228 -webkit-text-security | 228 -webkit-text-security |
229 -webkit-text-stroke-color custom_all | 229 -webkit-text-stroke-color custom_all |
230 text-underline-position custom_value | 230 text-underline-position custom_value |
231 -webkit-transform-origin-x type_name=Length, converter=convertLength | 231 -webkit-transform-origin-x type_name=Length, converter=convertLength |
232 -webkit-transform-origin-y type_name=Length, converter=convertLength | 232 -webkit-transform-origin-y type_name=Length, converter=convertLength |
233 -webkit-transform-origin-z type_name=float, converter=convertComputedLength<floa
t> | 233 -webkit-transform-origin-z type_name=float, converter=convertComputedLength<floa
t> |
| 234 transform-style name_for_methods=TransformStyle3D |
234 -webkit-transform-style name_for_methods=TransformStyle3D | 235 -webkit-transform-style name_for_methods=TransformStyle3D |
235 -webkit-transition-delay custom_all | 236 -webkit-transition-delay custom_all |
236 -webkit-transition-duration custom_all | 237 -webkit-transition-duration custom_all |
237 -webkit-transition-property custom_all | 238 -webkit-transition-property custom_all |
238 -webkit-transition-timing-function custom_all | 239 -webkit-transition-timing-function custom_all |
239 -webkit-user-drag | 240 -webkit-user-drag |
240 -webkit-user-modify | 241 -webkit-user-modify |
241 -webkit-user-select | 242 -webkit-user-select |
242 -webkit-wrap-flow type_name=WrapFlow | 243 -webkit-wrap-flow type_name=WrapFlow |
243 -webkit-wrap-through type_name=WrapThrough | 244 -webkit-wrap-through type_name=WrapThrough |
(...skipping 20 matching lines...) Expand all Loading... |
264 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage | 265 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage |
265 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c
onverter=convertSVGLength | 266 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c
onverter=convertSVGLength |
266 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle | 267 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle |
267 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle | 268 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle |
268 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit | 269 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit |
269 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage | 270 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage |
270 stroke-width svg, type_name=SVGLength, converter=convertSVGLength | 271 stroke-width svg, type_name=SVGLength, converter=convertSVGLength |
271 text-anchor svg | 272 text-anchor svg |
272 vector-effect svg | 273 vector-effect svg |
273 writing-mode svg, type_name=SVGWritingMode | 274 writing-mode svg, type_name=SVGWritingMode |
OLD | NEW |