| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 margin-left type_name=Length, initial=initialMargin, converter=convertLengthOrAu
to | 76 margin-left type_name=Length, initial=initialMargin, converter=convertLengthOrAu
to |
| 77 margin-right type_name=Length, initial=initialMargin, converter=convertLengthOrA
uto | 77 margin-right type_name=Length, initial=initialMargin, converter=convertLengthOrA
uto |
| 78 margin-top type_name=Length, initial=initialMargin, converter=convertLengthOrAut
o | 78 margin-top type_name=Length, initial=initialMargin, converter=convertLengthOrAut
o |
| 79 mask-source-type custom_all | 79 mask-source-type custom_all |
| 80 max-height type_name=Length, initial=initialMaxSize, converter=convertLengthMaxS
izing | 80 max-height type_name=Length, initial=initialMaxSize, converter=convertLengthMaxS
izing |
| 81 max-width type_name=Length, initial=initialMaxSize, converter=convertLengthMaxSi
zing | 81 max-width type_name=Length, initial=initialMaxSize, converter=convertLengthMaxSi
zing |
| 82 min-height type_name=Length, initial=initialMinSize, converter=convertLengthSizi
ng | 82 min-height type_name=Length, initial=initialMinSize, converter=convertLengthSizi
ng |
| 83 min-width type_name=Length, initial=initialMinSize, converter=convertLengthSizin
g | 83 min-width type_name=Length, initial=initialMinSize, converter=convertLengthSizin
g |
| 84 mix-blend-mode type_name=BlendMode, name_for_methods=BlendMode | 84 mix-blend-mode type_name=BlendMode, name_for_methods=BlendMode |
| 85 object-fit type_name=ObjectFit | 85 object-fit type_name=ObjectFit |
| 86 object-position type_name=LengthPoint, initial=initialObjectPosition, converter=
convertLengthPoint |
| 86 opacity type_name=float | 87 opacity type_name=float |
| 87 order type_name=int | 88 order type_name=int |
| 88 orphans type_name=short, custom_all | 89 orphans type_name=short, custom_all |
| 89 outline-color custom_all | 90 outline-color custom_all |
| 90 outline-offset type_name=int, converter=convertComputedLength<int> | 91 outline-offset type_name=int, converter=convertComputedLength<int> |
| 91 outline-style custom_all | 92 outline-style custom_all |
| 92 outline-width type_name=unsigned short, converter=convertLineWidth<unsigned shor
t> | 93 outline-width type_name=unsigned short, converter=convertLineWidth<unsigned shor
t> |
| 93 overflow-wrap | 94 overflow-wrap |
| 94 overflow-x type_name=EOverflow | 95 overflow-x type_name=EOverflow |
| 95 overflow-y type_name=EOverflow | 96 overflow-y type_name=EOverflow |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 color-rendering svg | 255 color-rendering svg |
| 255 dominant-baseline svg | 256 dominant-baseline svg |
| 256 fill-rule svg, type_name=WindRule | 257 fill-rule svg, type_name=WindRule |
| 257 mask-type svg | 258 mask-type svg |
| 258 shape-rendering svg | 259 shape-rendering svg |
| 259 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle | 260 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle |
| 260 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle | 261 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle |
| 261 text-anchor svg | 262 text-anchor svg |
| 262 vector-effect svg | 263 vector-effect svg |
| 263 writing-mode svg, type_name=SVGWritingMode | 264 writing-mode svg, type_name=SVGWritingMode |
| OLD | NEW |