| 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 page-break-before type_name=EPageBreak, initial=initialPageBreak | 103 page-break-before type_name=EPageBreak, initial=initialPageBreak |
| 104 page-break-inside type_name=EPageBreak, initial=initialPageBreak | 104 page-break-inside type_name=EPageBreak, initial=initialPageBreak |
| 105 pointer-events | 105 pointer-events |
| 106 position | 106 position |
| 107 resize custom_value | 107 resize custom_value |
| 108 right type_name=Length, initial=initialOffset, converter=convertLengthOrAuto | 108 right type_name=Length, initial=initialOffset, converter=convertLengthOrAuto |
| 109 scroll-behavior type_name=ScrollBehavior | 109 scroll-behavior type_name=ScrollBehavior |
| 110 shape-image-threshold type_name=float | 110 shape-image-threshold type_name=float |
| 111 shape-margin type_name=Length, converter=convertLength | 111 shape-margin type_name=Length, converter=convertLength |
| 112 shape-outside type_name=ShapeValue*, custom_value | 112 shape-outside type_name=ShapeValue*, custom_value |
| 113 shape-padding type_name=Length, converter=convertLength | |
| 114 size custom_all | 113 size custom_all |
| 115 speak | 114 speak |
| 116 table-layout | 115 table-layout |
| 117 tab-size type_name=unsigned | 116 tab-size type_name=unsigned |
| 118 text-align custom_value | 117 text-align custom_value |
| 119 text-align-last type_name=TextAlignLast | 118 text-align-last type_name=TextAlignLast |
| 120 text-decoration custom_value | 119 text-decoration custom_value |
| 121 text-decoration-line use_handlers_for=CSSPropertyTextDecoration | 120 text-decoration-line use_handlers_for=CSSPropertyTextDecoration |
| 122 text-decoration-color custom_all | 121 text-decoration-color custom_all |
| 123 text-decoration-style type_name=TextDecorationStyle | 122 text-decoration-style type_name=TextDecorationStyle |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage | 266 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage |
| 268 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 |
| 269 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle | 268 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle |
| 270 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle | 269 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle |
| 271 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit | 270 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit |
| 272 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage | 271 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage |
| 273 stroke-width svg, type_name=SVGLength, converter=convertSVGLength | 272 stroke-width svg, type_name=SVGLength, converter=convertSVGLength |
| 274 text-anchor svg | 273 text-anchor svg |
| 275 vector-effect svg | 274 vector-effect svg |
| 276 writing-mode svg, type_name=SVGWritingMode | 275 writing-mode svg, type_name=SVGWritingMode |
| OLD | NEW |