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