| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 empty-cells type_name=EEmptyCell | 51 empty-cells type_name=EEmptyCell |
| 52 flex-basis type_name=Length, converter=convertLengthOrAuto | 52 flex-basis type_name=Length, converter=convertLengthOrAuto |
| 53 flex-direction | 53 flex-direction |
| 54 flex-grow type_name=float | 54 flex-grow type_name=float |
| 55 flex-shrink type_name=float | 55 flex-shrink type_name=float |
| 56 flex-wrap | 56 flex-wrap |
| 57 float type_name=EFloat, name_for_methods=Floating | 57 float type_name=EFloat, name_for_methods=Floating |
| 58 font-family custom_all | 58 font-family custom_all |
| 59 font-kerning font, type_name=FontDescription::Kerning, name_for_methods=Kerning | 59 font-kerning font, type_name=FontDescription::Kerning, name_for_methods=Kerning |
| 60 font-size custom_all | 60 font-size custom_all |
| 61 font-stretch custom_all |
| 61 font-style font, type_name=FontItalic, name_for_methods=Italic | 62 font-style font, type_name=FontItalic, name_for_methods=Italic |
| 62 font-variant font, type_name=FontSmallCaps, name_for_methods=SmallCaps | 63 font-variant font, type_name=FontSmallCaps, name_for_methods=SmallCaps |
| 63 font-variant-ligatures custom_all | 64 font-variant-ligatures custom_all |
| 64 font-weight custom_all | 65 font-weight custom_all |
| 65 grid-auto-flow type_name=GridAutoFlow | 66 grid-auto-flow type_name=GridAutoFlow |
| 66 height type_name=Length, initial=initialSize, converter=convertLengthSizing | 67 height type_name=Length, initial=initialSize, converter=convertLengthSizing |
| 67 justify-content | 68 justify-content |
| 68 image-rendering | 69 image-rendering |
| 69 isolation | 70 isolation |
| 70 left type_name=Length, initial=initialOffset, converter=convertLengthOrAuto | 71 left type_name=Length, initial=initialOffset, converter=convertLengthOrAuto |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage | 267 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage |
| 267 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c
onverter=convertSVGLength | 268 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c
onverter=convertSVGLength |
| 268 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle | 269 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle |
| 269 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle | 270 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle |
| 270 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit | 271 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit |
| 271 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage | 272 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage |
| 272 stroke-width svg, type_name=SVGLength, converter=convertSVGLength | 273 stroke-width svg, type_name=SVGLength, converter=convertSVGLength |
| 273 text-anchor svg | 274 text-anchor svg |
| 274 vector-effect svg | 275 vector-effect svg |
| 275 writing-mode svg, type_name=SVGWritingMode | 276 writing-mode svg, type_name=SVGWritingMode |
| OLD | NEW |