forked from SchemaStore/schemastore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
css-vendor-moz.xml
345 lines (266 loc) · 20.4 KB
/
css-vendor-moz.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
<?xml version="1.0" encoding="utf-8"?>
<CssModule name="Mozilla Extensions" standard-reference="https://developer.mozilla.org/en/CSS_Reference/Mozilla_Extensions" pub-date="2012-02-23">
<CssAtDirective name="-moz-viewport" version="3.0" browsers="FF" include-root-properties="false" include-root-directives="false" syntax="@$(name) { width: device-width; }" standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh868813.aspx">
<CssProperty ref="width">
<entry value="device-width" />
<entry value="device-height" />
</CssProperty>
<CssProperty ref="height">
<entry value="device-width" />
<entry value="device-height" />
</CssProperty>
<CssProperty ref="max-width">
<entry value="device-width" />
<entry value="device-height" />
</CssProperty>
<CssProperty ref="min-width">
<entry value="device-width" />
<entry value="device-height" />
</CssProperty>
<CssProperty name="zoom" restriction="number, percentage">
<entry value="auto" />
</CssProperty>
<CssProperty name="max-zoom" restriction="number, percentage"></CssProperty>
<CssProperty name="min-zoom" restriction="number, percentage"></CssProperty>
<CssProperty name="user-zoom">
<entry value="zoom" />
<entry value="fixed" />
</CssProperty>
<CssProperty name="orientation">
<entry value="auto" />
<entry value="landscape" />
<entry value="portrait" />
</CssProperty>
</CssAtDirective>
<CssAtDirective name="-moz-keyframes" version="3.0" browsers="FF5" syntax="@-moz-keyframes animation-name" description="Defines set of animation key frames." standard-reference="https://developer.mozilla.org/en/CSS/@keyframes" />
<CssAtDirective name="-moz-document" version="3.0" browsers="FF1.8" description="The @-moz-document rule is a Gecko-specific at-rule that restricts the style rules contained within it based on the URL of the document." standard-reference="https://developer.mozilla.org/en/CSS/@document" />
<CssPseudo name=":-moz-any-link" version="3.0" browsers="FF1" />
<CssPseudo name=":-moz-broken" version="3.0" browsers="FF3" />
<CssPseudo name=":-moz-any" version="3.0" browsers="FF4" />
<CssPseudo name=":-moz-placeholder" version="3.0" browsers="FF4" />
<CssPseudo name="::-moz-selection" version="3.0" browsers="FF1" />
<CssPseudo name=":-moz-drag-over" version="3.0" browsers="FF1" />
<CssPseudo name=":-moz-first-node" version="3.0" browsers="FF1" />
<CssPseudo name=":-moz-focusring" version="3.0" browsers="FF4" />
<CssPseudo name=":-moz-last-node" version="3.0" browsers="FF1" />
<CssPseudo name="::-moz-list-bullet" version="3.0" browsers="FF1" />
<CssPseudo name="::-moz-list-number" version="3.0" browsers="FF1" />
<CssPseudo name=":-moz-loading" version="3.0" browsers="FF3" />
<CssPseudo name=":-moz-only-whitespace" version="3.0" browsers="FF1.5" />
<CssPseudo name=":-moz-suppressed" version="3.0" browsers="FF3" />
<CssPseudo name=":-moz-submit-invalid" version="3.0" browsers="FF4" />
<CssPseudo name="::-moz-placeholder" version="3.0" browsers="FF9" />
<CssPseudo name=":-moz-ui-valid" version="3.0" browsers="FF4" />
<CssPseudo name=":-moz-ui-invalid" version="3.0" browsers="FF4" />
<CssPseudo name=":-moz-user-disabled" version="3.0" browsers="FF3" />
<CssPseudo name=":-moz-window-inactive" version="3.0" browsers="FF4" />
<CssPseudo name="::-moz-focus-inner" version="3.0" browsers="FF4" />
<CssPseudo name="::-moz-focus-outer" version="3.0" browsers="FF4" />
<CssPseudo name="::-moz-progress-bar" version="3.0" browsers="FF9" />
<CssPseudo name=":-moz-full-screen" version="3.0" browsers="FF9" />
<CssPseudo name=":-moz-range-track" version="3.0" browsers="FF22" />
<CssPseudo name=":-moz-range-thumb" version="3.0" browsers="FF22" />
<CssProperty name="-moz-appearance" version="3.0" browsers="FF1" restriction="enum" syntax=".example { $(name): toolbarbutton; }" description="The -moz-appearance CSS property is used in Gecko (Firefox) to display an element using a platform-native styling based on the operating system's theme." standard-reference="https://developer.mozilla.org/en/CSS/-moz-appearance">
<entry value="none" />
<entry value="button" />
<entry value="button-arrow-down" />
<entry value="button-arrow-next" />
<entry value="button-arrow-previous" />
<entry value="button-arrow-up" />
<entry value="button-bevel" />
<entry value="checkbox" />
<entry value="checkbox-container" />
<entry value="checkbox-label" />
<entry value="dialog" />
<entry value="groupbox" />
<entry value="listbox" />
<entry value="menuarrow" />
<entry value="menuimage" />
<entry value="menuitem" />
<entry value="menuitemtext" />
<entry value="menulist" />
<entry value="menulist-text" />
<entry value="menulist-button" />
<entry value="menulist-textfield" />
<entry value="menupopup" />
<entry value="menuradio" />
<entry value="menuseparator" />
<entry value="progressbar" />
<entry value="progresschunk" />
<entry value="radio" />
<entry value="radio-container" />
<entry value="radio-label" />
<entry value="radiomenuitem" />
<entry value="resizer" />
<entry value="resizerpanel" />
<entry value="scrollbarbutton-down" />
<entry value="scrollbarbutton-left" />
<entry value="scrollbarbutton-right" />
<entry value="scrollbarbutton-up" />
<entry value="scrollbartrack-horizontal" />
<entry value="scrollbartrack-vertical" />
<entry value="scrollbar-small" />
<entry value="spinner" />
<entry value="spinner-downbutton" />
<entry value="spinner-textfield" />
<entry value="spinner-upbutton" />
<entry value="separator" />
<entry value="statusbar" />
<entry value="statusbarpanel" />
<entry value="tab" />
<entry value="tab-scroll-arrow-back" />
<entry value="tab-scroll-arrow-forward" />
<entry value="tabpanels" />
<entry value="textfield" />
<entry value="textfield-multiline" />
<entry value="toolbar" />
<entry value="toolbox" />
<entry value="-moz-mac-unified-toolbar" />
<entry value="-moz-win-borderless-glass" />
<entry value="-moz-win-browsertabbar-toolbox" />
<entry value="-moz-win-communications-toolbox" />
<entry value="-moz-win-glass" />
<entry value="-moz-win-media-toolbox" />
<entry value="tooltip" />
<entry value="treeheadercell" />
<entry value="treeheadersortarrow" />
<entry value="treeitem" />
<entry value="treewisty" />
<entry value="treetwistyopen" />
<entry value="treeview" />
<entry value="window" />
</CssProperty>
<CssProperty name="-moz-background-clip" ref="background-clip" browsers="FF1-3.6">
<entry value="padding" />
</CssProperty>
<CssProperty name="-moz-background-inline-policy" version="3.0" browsers="FF1" restriction="enum" syntax="div { $(name): bounding-box; }" description="In Gecko-based applications like Firefox, the -moz-background-inline-policy CSS property specifies how the background image of an inline element is determined when the content of the inline element wraps onto multiple lines. The choice of position has significant effects on repetition." standard-reference="https://developer.mozilla.org/en/CSS/-moz-background-inline-policy">
<entry value="bounding-box" />
<entry value="continuous" />
<entry value="each-box" />
</CssProperty>
<CssProperty name="-moz-background-origin" ref="background-origin" browsers="FF1" />
<CssProperty name="-moz-box-sizing" ref="box-sizing" browsers="FF1" />
<CssProperty name="-moz-border-left-colors" type="color" restriction="color" version="3.0" browsers="FF1" syntax="td { $(name): #00ff33 #33ff66 #66ff99; }" description="In Mozilla applications like Firefox, -moz-border-bottom-colors sets a list of colors for the bottom border." standard-reference="https://developer.mozilla.org/en/CSS/-moz-border-left-colors" />
<CssProperty name="-moz-border-top-colors" browsers="FF1" ref="-moz-border-left-colors" />
<CssProperty name="-moz-border-right-colors" browsers="FF1" ref="-moz-border-left-colors" />
<CssProperty name="-moz-border-bottom-colors" browsers="FF1" ref="-moz-border-left-colors" />
<CssProperty name="-moz-border-image" ref="border-image" browsers="FF3.6" />
<CssProperty name="-moz-columns" ref="columns" browsers="FF9" />
<CssProperty name="-moz-column-width" ref="column-width" browsers="FF3.5" />
<CssProperty name="-moz-column-count" ref="column-count" browsers="FF3.5" />
<CssProperty name="-moz-column-gap" ref="column-gap" browsers="FF3.5" />
<CssProperty name="-moz-column-rule" ref="column-rule" browsers="FF3.5" />
<CssProperty name="-moz-column-rule-color" ref="column-rule-color" browsers="FF3.5" />
<CssProperty name="-moz-column-rule-style" ref="column-rule-style" browsers="FF3.5" />
<CssProperty name="-moz-column-rule-width" ref="column-rule-width" browsers="FF3.5" />
<CssProperty name="-moz-user-select" ref="user-select" browsers="FF1.5" standard-reference="https://developer.mozilla.org/en/CSS/-moz-user-select">
<entry value="-moz-none" />
<entry value="-moz-all" />
</CssProperty>
<CssProperty name="-moz-user-focus" browsers="FF1.5" type="enum" syntax="div { $(name): ignore; }" description="Used to indicate whether the element can have focus." standard-reference="https://developer.mozilla.org/en-US/docs/CSS/-moz-user-focus">
<entry value="ignore" />
<entry value="normal" />
</CssProperty>
<CssProperty name="-moz-transform" ref="transform" browsers="FF3.5" />
<CssProperty name="-moz-transform-origin" ref="transform-origin" browsers="FF3.5" />
<CssProperty name="-moz-transition-property" ref="transition-property" browsers="FF4" />
<CssProperty name="-moz-transition-duration" ref="transition-duration" browsers="FF4" />
<CssProperty name="-moz-transition-timing-function" ref="transition-timing-function" browsers="FF4" />
<CssProperty name="-moz-transition-delay" ref="transition-delay" browsers="FF4" />
<CssProperty name="-moz-transition" ref="transition" browsers="FF4" />
<CssProperty name="-moz-box-orient" version="3.0" browsers="FF1" restriction="enum" syntax="div { $(name): vertical; }" description="In Mozilla applications, -moz-box-orient specifies whether a box lays out its contents horizontally or vertically." standard-reference="https://developer.mozilla.org/en/CSS/-moz-box-orient">
<entry value="horizontal" description="The box displays its children from left to right in a horizontal line." />
<entry value="vertical" description="The box displays its children from stacked from top to bottom vertically." />
<entry value="block-axis" description="Elements are oriented along the box's axis." />
<entry value="inline-axis" description="Elements are oriented vertically." />
</CssProperty>
<CssProperty name="-moz-box-direction" version="3.0" browsers="FF1" restriction="enum" syntax="div { $(name): reverse; }" description="In Mozilla applications, -moz-box-direction specifies whether a box lays out its contents normally (from the top or left edge), or in reverse (from the bottom or right edge)." standard-reference="https://developer.mozilla.org/en/CSS/-moz-box-direction">
<entry value="normal" description="A box with a computed value of horizontal for box-orient displays its children from left to right. A box with a computed value of vertical displays its children from top to bottom." />
<entry value="reverse" description="A box with a computed value of horizontal for box-orient displays its children from right to left. A box with a computed value of vertical displays its children from bottom to top." />
</CssProperty>
<CssProperty name="-moz-box-ordinal-group" version="3.0" browsers="FF1" restriction="integer" syntax="div { $(name): 5; }" description="Indicates the ordinal group the element belongs to. Elements with a lower ordinal group are displayed before those with a higher ordinal group." standard-reference="https://developer.mozilla.org/en/CSS/-moz-box-ordinal-group" />
<CssProperty name="-moz-box-align" version="3.0" browsers="FF1" restriction="enum" syntax="div { $(name): end; }" description="In Mozilla applications, -moz-box-align specifies how a XUL box aligns its contents across (perpendicular to) the direction of its layout. The effect of this is only visible if there is extra space in the box." standard-reference="https://developer.mozilla.org/en/CSS/-moz-box-align">
<entry value="start" description="For normal direction boxes, the top edge of each child is placed along the top of the box. Extra space is placed below the element. For reverse direction boxes, the bottom edge of each child is placed along the bottom of the box. Extra space is placed above the element." />
<entry value="end" description="For normal direction boxes, the bottom edge of each child is placed along the bottom of the box. Extra space is placed above the element. For reverse direction boxes, the top edge of each child is placed along the top of the box. Extra space is placed below the element." />
<entry value="center" description="Any extra space is divided evenly, with half placed above the child and the other half placed after the child." />
<entry value="baseline" description="If this box orientation is inline-axis or horizontal, all children are placed with their baselines aligned, and extra space placed before or after as necessary. For block flows, the baseline of the first non-empty line box located within the element is used. For tables, the baseline of the first cell is used." />
<entry value="stretch" description="The height of each child is adjusted to that of the containing block." />
</CssProperty>
<CssProperty name="-moz-box-pack" version="3.0" browsers="FF1" restriction="enum" syntax="div { $(name): end; }" description="In Mozilla applications, -moz-box-pack specifies how a box packs its contents in the direction of its layout. The effect of this is only visible if there is extra space in the box." standard-reference="https://developer.mozilla.org/en/CSS/-moz-box-pack">
<entry value="start" description="For normal direction boxes, the left edge of the first child is placed at the left side, with all extra space placed after the last child. For reverse direction boxes, the right edge of the last child is placed at the right side, with all extra space placed before the first child." />
<entry value="end" description="For normal direction boxes, the right edge of the last child is placed at the right side, with all extra space placed before the first child. For reverse direction boxes, the left edge of the first child is placed at the left side, with all extra space placed after the last child." />
<entry value="center" description="The extra space is divided evenly, with half placed before the first child and the other half placed after the last child." />
<entry value="justify" description="The space is divided evenly in-between each child, with none of the extra space placed before the first child or after the last child. If there is only one child, treat the pack value as if it were start." />
</CssProperty>
<CssProperty name="-moz-box-flex" version="3.0" browsers="FF1" restriction="number" syntax="div { $(name): 1; }" description="In Mozilla applications, -moz-box-flex specifies how a box grows to fill the box that contains it, in the direction of the containing box's layout." standard-reference="https://developer.mozilla.org/en/CSS/-moz-box-flex" />
<CssProperty name="-moz-box-flexgroup" version="3.0" browsers="FF1" restriction="integer" syntax="div { $(name): 3; }" description="Flexible elements can be assigned to flex groups using the 'box-flex-group' property." standard-reference="https://developer.mozilla.org/en/CSS/-moz-box-flexgroup" />
<CssProperty name="-moz-animation-name" ref="animation-name" browsers="FF9" />
<CssProperty name="-moz-animation-duration" ref="animation-duration" browsers="FF9" />
<CssProperty name="-moz-animation-fill-mode" ref="animation-fill-mode" browsers="FF5" />
<CssProperty name="-moz-animation-timing-function" ref="animation-timing-function" browsers="FF9" />
<CssProperty name="-moz-animation-iteration-count" ref="animation-iteration-count" browsers="FF9" />
<CssProperty name="-moz-animation-direction" ref="animation-direction" browsers="FF9" />
<CssProperty name="-moz-animation-play-state" ref="animation-play-state" browsers="FF9" />
<CssProperty name="-moz-animation-delay" ref="animation-delay" browsers="FF9" />
<CssProperty name="-moz-animation" ref="animation" browsers="FF9" />
<CssProperty name="-moz-backface-visibility" ref="backface-visibility" browsers="FF10" />
<CssProperty name="-moz-font-feature-settings" ref="font-feature-settings" browsers="FF4" />
<CssProperty name="-moz-hyphens" ref="hyphens" browsers="FF9" />
<CssProperty name="-moz-perspective" ref="perspective" browsers="FF10" />
<CssProperty name="-moz-perspective-origin" ref="perspective-origin" browsers="FF10" />
<CssProperty name="-moz-text-align-last" ref="text-align-last" browsers="FF12" />
<CssProperty name="-moz-text-decoration-color" ref="text-decoration-color" browsers="FF6" />
<CssProperty name="-moz-text-decoration-style" ref="text-decoration-style" browsers="FF6" />
<CssProperty name="-moz-text-decoration-line" ref="text-decoration-line" browsers="FF6" />
<CssProperty name="-moz-text-size-adjust" ref="text-size-adjust" browsers="FF" />
<CssProperty name="-moz-filter" ref="filter" browsers="FF" syntax="div { $(name): blur(.5rem); }" />
<CssProperty name="background-image">
<entry value="-moz-linear-gradient()" version="3.0" browsers="FF3.6" />
<entry value="-moz-radial-gradient()" version="3.0" browsers="FF3.6" />
<entry value="-moz-repeating-linear-gradient()" version="3.0" browsers="FF10" />
<entry value="-moz-repeating-radial-gradient()" version="3.0" browsers="FF10" />
<entry value="-moz-image-rect()" version="3.0" browsers="FF3.6" />
</CssProperty>
<CssProperty name="background">
<entry value="-moz-linear-gradient()" version="3.0" browsers="FF3.6" />
<entry value="-moz-radial-gradient()" version="3.0" browsers="FF3.6" />
<entry value="-moz-repeating-linear-gradient()" version="3.0" browsers="FF10" />
<entry value="-moz-repeating-radial-gradient()" version="3.0" browsers="FF10" />
<entry value="-moz-element(#id)" version="3.0" browsers="FF3.6" />
</CssProperty>
<CssProperty name="cursor">
<entry value="-moz-grab" version="3.0" browsers="FF" />
<entry value="-moz-grabbing" version="3.0" browsers="FF" />
<entry value="-moz-zoom-in" version="3.0" browsers="FF" />
<entry value="-moz-zoom-out" version="3.0" browsers="FF" />
</CssProperty>
<CssProperty name="display">
<entry value="-moz-box" browsers="FF" />
<entry value="-moz-inline-box" browsers="FF" />
<entry value="-moz-inline-grid" browsers="FF" />
<entry value="-moz-inline-stack" browsers="FF" />
<entry value="-moz-grid" browsers="FF" />
<entry value="-moz-grid-group" browsers="FF" />
<entry value="-moz-grid-line" browsers="FF" />
<entry value="-moz-groupbox" browsers="FF" />
<entry value="-moz-deck" browsers="FF" />
<entry value="-moz-popup" browsers="FF" />
<entry value="-moz-stack" browsers="FF" />
<entry value="-moz-marker" browsers="FF" />
</CssProperty>
<CssProperty name="empty-cells">
<entry value="-moz-show-background" version="3.0" browsers="FF" />
</CssProperty>
<CssProperty name="overflow">
<entry value="-moz-hidden-unscrollable" version="3.0" browsers="FF" />
</CssProperty>
<CssProperty name="image-rendering">
<entry value="-moz-crisp-edges" browsers="FF" />
</CssProperty>
<CssProperty name="-moz-border-radius" ref="border-radius" browsers="FF" obsolete="Use "border-radius" instead" />
<CssProperty name="-moz-border-radius-bottomleft" ref="border-bottom-left-radius" browsers="FF" obsolete="Use "border-bottom-left-radius" instead" />
<CssProperty name="-moz-border-radius-bottomright" ref="border-bottom-right-radius" browsers="FF" obsolete="Use "border-bottom-right-radius" instead" />
<CssProperty name="-moz-border-radius-topleft" ref="border-top-left-radius" browsers="FF" obsolete="Use "border-top-left-radius" instead" />
<CssProperty name="-moz-border-radius-topright" ref="border-top-right-radius" browsers="FF" obsolete="Use "border-top-right-radius" instead" />
<CssProperty name="-moz-box-shadow" ref="box-shadow" browsers="FF" obsolete="Use "box-shadow" instead" />
</CssModule>