| 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 -webkit-column-width type_name=float, custom_all | 177 -webkit-column-width type_name=float, custom_all |
| 178 -webkit-flow-from type_name=AtomicString, name_for_methods=RegionThread, convert
er=convertString<CSSValueNone> | 178 -webkit-flow-from type_name=AtomicString, name_for_methods=RegionThread, convert
er=convertString<CSSValueNone> |
| 179 -webkit-flow-into type_name=AtomicString, name_for_methods=FlowThread, converter
=convertString<CSSValueNone> | 179 -webkit-flow-into type_name=AtomicString, name_for_methods=FlowThread, converter
=convertString<CSSValueNone> |
| 180 -webkit-font-kerning custom_all | 180 -webkit-font-kerning custom_all |
| 181 -webkit-font-smoothing custom_all | 181 -webkit-font-smoothing custom_all |
| 182 -webkit-font-variant-ligatures custom_all | 182 -webkit-font-variant-ligatures custom_all |
| 183 -webkit-highlight type_name=AtomicString, converter=convertString<CSSValueNone> | 183 -webkit-highlight type_name=AtomicString, converter=convertString<CSSValueNone> |
| 184 -webkit-hyphenate-character type_name=AtomicString, name_for_methods=Hyphenation
String, converter=convertString<CSSValueAuto> | 184 -webkit-hyphenate-character type_name=AtomicString, name_for_methods=Hyphenation
String, converter=convertString<CSSValueAuto> |
| 185 -webkit-line-align type_name=LineAlign | 185 -webkit-line-align type_name=LineAlign |
| 186 -webkit-line-break type_name=LineBreak | 186 -webkit-line-break type_name=LineBreak |
| 187 -webkit-line-clamp type_name=LineClampValue | |
| 188 -webkit-line-grid type_name=AtomicString, converter=convertString<CSSValueNone> | 187 -webkit-line-grid type_name=AtomicString, converter=convertString<CSSValueNone> |
| 189 -webkit-line-snap type_name=LineSnap | 188 -webkit-line-snap type_name=LineSnap |
| 190 -webkit-margin-after-collapse type_name=EMarginCollapse | 189 -webkit-margin-after-collapse type_name=EMarginCollapse |
| 191 -webkit-margin-before-collapse type_name=EMarginCollapse | 190 -webkit-margin-before-collapse type_name=EMarginCollapse |
| 192 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi
nAfterCollapse | 191 -webkit-margin-bottom-collapse type_name=EMarginCollapse, name_for_methods=Margi
nAfterCollapse |
| 193 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe
foreCollapse | 192 -webkit-margin-top-collapse type_name=EMarginCollapse, name_for_methods=MarginBe
foreCollapse |
| 194 -internal-marquee-direction type_name=EMarqueeDirection, name_for_methods=Marque
eDirection | 193 -internal-marquee-direction type_name=EMarqueeDirection, name_for_methods=Marque
eDirection |
| 195 -internal-marquee-increment custom_value, name_for_methods=MarqueeIncrement | 194 -internal-marquee-increment custom_value, name_for_methods=MarqueeIncrement |
| 196 -internal-marquee-repetition type_name=int, name_for_methods=MarqueeLoopCount, c
ustom_value | 195 -internal-marquee-repetition type_name=int, name_for_methods=MarqueeLoopCount, c
ustom_value |
| 197 -internal-marquee-speed custom_value, name_for_methods=MarqueeSpeed | 196 -internal-marquee-speed custom_value, name_for_methods=MarqueeSpeed |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 color-rendering svg | 255 color-rendering svg |
| 257 dominant-baseline svg | 256 dominant-baseline svg |
| 258 fill-rule svg, type_name=WindRule | 257 fill-rule svg, type_name=WindRule |
| 259 mask-type svg | 258 mask-type svg |
| 260 shape-rendering svg | 259 shape-rendering svg |
| 261 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle | 260 stroke-linecap svg, type_name=LineCap, name_for_methods=CapStyle |
| 262 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle | 261 stroke-linejoin svg, type_name=LineJoin, name_for_methods=JoinStyle |
| 263 text-anchor svg | 262 text-anchor svg |
| 264 vector-effect svg | 263 vector-effect svg |
| 265 writing-mode svg, type_name=SVGWritingMode | 264 writing-mode svg, type_name=SVGWritingMode |
| OLD | NEW |