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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 margin-bottom type_name=Length, initial=initialMargin, converter=convertLengthOr
Auto | 76 margin-bottom type_name=Length, initial=initialMargin, converter=convertLengthOr
Auto |
77 margin-left type_name=Length, initial=initialMargin, converter=convertLengthOrAu
to | 77 margin-left type_name=Length, initial=initialMargin, converter=convertLengthOrAu
to |
78 margin-right type_name=Length, initial=initialMargin, converter=convertLengthOrA
uto | 78 margin-right type_name=Length, initial=initialMargin, converter=convertLengthOrA
uto |
79 margin-top type_name=Length, initial=initialMargin, converter=convertLengthOrAut
o | 79 margin-top type_name=Length, initial=initialMargin, converter=convertLengthOrAut
o |
80 mask-source-type custom_all | 80 mask-source-type custom_all |
81 max-height type_name=Length, initial=initialMaxSize, converter=convertLengthMaxS
izing | 81 max-height type_name=Length, initial=initialMaxSize, converter=convertLengthMaxS
izing |
82 max-width type_name=Length, initial=initialMaxSize, converter=convertLengthMaxSi
zing | 82 max-width type_name=Length, initial=initialMaxSize, converter=convertLengthMaxSi
zing |
83 min-height type_name=Length, initial=initialMinSize, converter=convertLengthSizi
ng | 83 min-height type_name=Length, initial=initialMinSize, converter=convertLengthSizi
ng |
84 min-width type_name=Length, initial=initialMinSize, converter=convertLengthSizin
g | 84 min-width type_name=Length, initial=initialMinSize, converter=convertLengthSizin
g |
85 mix-blend-mode type_name=blink::WebBlendMode, name_for_methods=BlendMode | 85 mix-blend-mode type_name=blink::WebBlendMode, name_for_methods=BlendMode |
| 86 nav-down type_name=StyleNavigationValue, initial=initialStyleNavigation, convert
er=convertStyleNavigationValue |
| 87 nav-left type_name=StyleNavigationValue, initial=initialStyleNavigation, convert
er=convertStyleNavigationValue |
| 88 nav-right type_name=StyleNavigationValue, initial=initialStyleNavigation, conver
ter=convertStyleNavigationValue |
| 89 nav-up type_name=StyleNavigationValue, initial=initialStyleNavigation, converter
=convertStyleNavigationValue |
86 object-fit type_name=ObjectFit | 90 object-fit type_name=ObjectFit |
87 object-position type_name=LengthPoint, initial=initialObjectPosition, converter=
convertLengthPoint | 91 object-position type_name=LengthPoint, initial=initialObjectPosition, converter=
convertLengthPoint |
88 opacity type_name=float | 92 opacity type_name=float |
89 order type_name=int | 93 order type_name=int |
90 orphans type_name=short, custom_all | 94 orphans type_name=short, custom_all |
91 outline-color custom_all | 95 outline-color custom_all |
92 outline-offset type_name=int, converter=convertComputedLength<int> | 96 outline-offset type_name=int, converter=convertComputedLength<int> |
93 outline-style custom_all | 97 outline-style custom_all |
94 outline-width type_name=unsigned short, converter=convertLineWidth<unsigned shor
t> | 98 outline-width type_name=unsigned short, converter=convertLineWidth<unsigned shor
t> |
95 overflow-wrap | 99 overflow-wrap |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage | 269 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage |
266 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c
onverter=convertSVGLength | 270 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c
onverter=convertSVGLength |
267 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle | 271 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle |
268 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle | 272 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle |
269 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit | 273 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit |
270 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage | 274 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage |
271 stroke-width svg, type_name=SVGLength, converter=convertSVGLength | 275 stroke-width svg, type_name=SVGLength, converter=convertSVGLength |
272 text-anchor svg | 276 text-anchor svg |
273 vector-effect svg | 277 vector-effect svg |
274 writing-mode svg, type_name=SVGWritingMode | 278 writing-mode svg, type_name=SVGWritingMode |
OLD | NEW |