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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 -webkit-box-decoration-break | 168 -webkit-box-decoration-break |
169 -webkit-box-direction | 169 -webkit-box-direction |
170 -webkit-box-flex-group type_name=unsigned int | 170 -webkit-box-flex-group type_name=unsigned int |
171 -webkit-box-flex type_name=float | 171 -webkit-box-flex type_name=float |
172 -webkit-box-lines | 172 -webkit-box-lines |
173 -webkit-box-ordinal-group type_name=unsigned int | 173 -webkit-box-ordinal-group type_name=unsigned int |
174 -webkit-box-orient | 174 -webkit-box-orient |
175 -webkit-box-pack | 175 -webkit-box-pack |
176 -webkit-box-shadow use_handlers_for=CSSPropertyBoxShadow | 176 -webkit-box-shadow use_handlers_for=CSSPropertyBoxShadow |
177 -webkit-clip-path custom_value | 177 -webkit-clip-path custom_value |
178 -webkit-column-axis type_name=ColumnAxis | |
179 -webkit-column-break-after type_name=EPageBreak, initial=initialPageBreak | 178 -webkit-column-break-after type_name=EPageBreak, initial=initialPageBreak |
180 -webkit-column-break-before type_name=EPageBreak, initial=initialPageBreak | 179 -webkit-column-break-before type_name=EPageBreak, initial=initialPageBreak |
181 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak | 180 -webkit-column-break-inside type_name=EPageBreak, initial=initialPageBreak |
182 -webkit-column-count type_name=unsigned short, custom_all | 181 -webkit-column-count type_name=unsigned short, custom_all |
183 column-fill type_name=ColumnFill | 182 column-fill type_name=ColumnFill |
184 -webkit-column-gap type_name=float, custom_all | 183 -webkit-column-gap type_name=float, custom_all |
185 -webkit-column-progression type_name=ColumnProgression | |
186 -webkit-column-rule-color custom_all | 184 -webkit-column-rule-color custom_all |
187 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle | 185 -webkit-column-rule-style type_name=EBorderStyle, initial=initialBorderStyle |
188 -webkit-column-rule-width type_name=unsigned short, converter=convertLineWidth<u
nsigned short> | 186 -webkit-column-rule-width type_name=unsigned short, converter=convertLineWidth<u
nsigned short> |
189 -webkit-column-span type_name=ColumnSpan | 187 -webkit-column-span type_name=ColumnSpan |
190 -webkit-column-width type_name=float, custom_all | 188 -webkit-column-width type_name=float, custom_all |
191 -webkit-font-smoothing font, type_name=FontSmoothingMode | 189 -webkit-font-smoothing font, type_name=FontSmoothingMode |
192 -webkit-highlight type_name=AtomicString, converter=convertString<CSSValueNone> | 190 -webkit-highlight type_name=AtomicString, converter=convertString<CSSValueNone> |
193 -webkit-hyphenate-character type_name=AtomicString, name_for_methods=Hyphenation
String, converter=convertString<CSSValueAuto> | 191 -webkit-hyphenate-character type_name=AtomicString, name_for_methods=Hyphenation
String, converter=convertString<CSSValueAuto> |
194 -webkit-line-break type_name=LineBreak | 192 -webkit-line-break type_name=LineBreak |
195 -webkit-line-clamp type_name=LineClampValue | 193 -webkit-line-clamp type_name=LineClampValue |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage | 264 stop-opacity svg, type_name=float, converter=convertNumberOrPercentage |
267 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c
onverter=convertSVGLength | 265 stroke-dashoffset svg, type_name=SVGLength, name_for_methods=StrokeDashOffset, c
onverter=convertSVGLength |
268 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle | 266 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle |
269 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle | 267 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle |
270 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit | 268 stroke-miterlimit svg, type_name=float, name_for_methods=StrokeMiterLimit |
271 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage | 269 stroke-opacity svg, type_name=float, converter=convertNumberOrPercentage |
272 stroke-width svg, type_name=SVGLength, converter=convertSVGLength | 270 stroke-width svg, type_name=SVGLength, converter=convertSVGLength |
273 text-anchor svg | 271 text-anchor svg |
274 vector-effect svg | 272 vector-effect svg |
275 writing-mode svg, type_name=SVGWritingMode | 273 writing-mode svg, type_name=SVGWritingMode |
OLD | NEW |