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 background-attachment custom_all | 5 background-attachment custom_all |
6 background-blend-mode custom_all | 6 background-blend-mode custom_all |
7 background-clip custom_all | 7 background-clip custom_all |
8 background-color custom_all | 8 background-color custom_all |
9 background-image custom_all | 9 background-image custom_all |
10 background-origin custom_all | 10 background-origin custom_all |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 -webkit-mask-repeat-x custom_all | 148 -webkit-mask-repeat-x custom_all |
149 -webkit-mask-repeat-y custom_all | 149 -webkit-mask-repeat-y custom_all |
150 -webkit-mask-size custom_all | 150 -webkit-mask-size custom_all |
151 -webkit-order type_name=int | 151 -webkit-order type_name=int |
152 -webkit-perspective-origin-x apply_type=length | 152 -webkit-perspective-origin-x apply_type=length |
153 -webkit-perspective-origin-y apply_type=length | 153 -webkit-perspective-origin-y apply_type=length |
154 -webkit-print-color-adjust type_name=PrintColorAdjust | 154 -webkit-print-color-adjust type_name=PrintColorAdjust |
155 -webkit-region-break-after type_name=EPageBreak, initial=initialPageBreak | 155 -webkit-region-break-after type_name=EPageBreak, initial=initialPageBreak |
156 -webkit-region-break-before type_name=EPageBreak, initial=initialPageBreak | 156 -webkit-region-break-before type_name=EPageBreak, initial=initialPageBreak |
157 -webkit-region-break-inside type_name=EPageBreak, initial=initialPageBreak | 157 -webkit-region-break-inside type_name=EPageBreak, initial=initialPageBreak |
158 -webkit-region-overflow type_name=RegionOverflow | 158 -webkit-region-fragment type_name=RegionFragment |
159 -webkit-rtl-ordering type_name=Order, getter=rtlOrdering, setter=setRTLOrdering,
initial=initialRTLOrdering | 159 -webkit-rtl-ordering type_name=Order, getter=rtlOrdering, setter=setRTLOrdering,
initial=initialRTLOrdering |
160 -webkit-ruby-position type_name=RubyPosition | 160 -webkit-ruby-position type_name=RubyPosition |
161 -webkit-shape-margin apply_type=length | 161 -webkit-shape-margin apply_type=length |
162 -webkit-shape-padding apply_type=length | 162 -webkit-shape-padding apply_type=length |
163 -webkit-text-align-last type_name=TextAlignLast, condition=CSS3_TEXT | 163 -webkit-text-align-last type_name=TextAlignLast, condition=CSS3_TEXT |
164 -webkit-text-combine type_name=TextCombine | 164 -webkit-text-combine type_name=TextCombine |
165 -webkit-text-emphasis-color custom_all | 165 -webkit-text-emphasis-color custom_all |
166 -webkit-text-emphasis-position type_name=TextEmphasisPosition | 166 -webkit-text-emphasis-position type_name=TextEmphasisPosition |
167 -webkit-text-fill-color custom_all | 167 -webkit-text-fill-color custom_all |
168 -webkit-text-security | 168 -webkit-text-security |
169 -webkit-text-stroke-color custom_all | 169 -webkit-text-stroke-color custom_all |
170 -webkit-transform-origin-x apply_type=length | 170 -webkit-transform-origin-x apply_type=length |
171 -webkit-transform-origin-y apply_type=length | 171 -webkit-transform-origin-y apply_type=length |
172 -webkit-transform-style name_for_methods=TransformStyle3D | 172 -webkit-transform-style name_for_methods=TransformStyle3D |
173 -webkit-user-drag | 173 -webkit-user-drag |
174 -webkit-user-modify | 174 -webkit-user-modify |
175 -webkit-user-select | 175 -webkit-user-select |
176 -webkit-wrap-flow type_name=WrapFlow | 176 -webkit-wrap-flow type_name=WrapFlow |
177 -webkit-wrap-through type_name=WrapThrough | 177 -webkit-wrap-through type_name=WrapThrough |
OLD | NEW |