forked from SchemaStore/schemastore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
css-vendor-ms.xml
484 lines (364 loc) · 47.6 KB
/
css-vendor-ms.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
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
<?xml version="1.0" encoding="utf-8"?>
<CssModule name="Microsoft Extensions" standard-reference="http://msdn.microsoft.com/en-us/ie/gg192966.aspx" pub-date="2012-02-23">
<CssAtDirective name="-ms-keyframes" version="3.0" browsers="none" description="Defines set of animation key frames." obsolete="Use @keyframes instead" />
<CssAtDirective name="-ms-viewport" version="3.0" browsers="IE10" 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>
<CssPseudo name="::-ms-browse" version="3.0" browsers="IE10" description="Applies one or more styles to the browse button of an input type=file control." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh779844.aspx" />
<CssPseudo name="::-ms-check" version="3.0" browsers="IE10" description="Applies one or more styles to the check of a checkbox or radio button input control." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh465739.aspx" />
<CssPseudo name="::-ms-clear" version="3.0" browsers="IE10" description="Applies one or more styles to the entry area of a text input control when it contains no content." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh465740.aspx" />
<CssPseudo name="::-ms-expand" version="3.0" browsers="IE10" description="Applies one or more styles to the drop-down button of a select control." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh465742.aspx" />
<CssPseudo name="::-ms-fill" version="3.0" browsers="IE10" description="Applies one or more styles to the bar portion of a progress bar." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh465757.aspx" />
<CssPseudo name="::-ms-fill-lower" version="3.0" browsers="IE10" description="Applies one or more styles to portion of the slider track from its smallest value up to the value currently selected by the thumb. In a left-to-right layout, this is the portion of the slider track to the left of the thumb." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh465745.aspx" />
<CssPseudo name="::-ms-fill-upper" version="3.0" browsers="IE10" description="Applies one or more styles to portion of the slider track from the value currently selected by the thumb up to the slider's largest value. In a left-to-right layout, this is the portion of the slider track to the right of the thumb." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh465748.aspx" />
<CssPseudo name="::-ms-reveal" version="3.0" browsers="IE10" description="Applies one or more styles to the password reveal button of an input type=password control." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh465773.aspx" />
<CssPseudo name="::-ms-thumb" version="3.0" browsers="IE10" description="Applies one or more styles to portion of the range input control (also known as a slider control) that the user drags." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh465780.aspx" />
<CssPseudo name="::-ms-ticks-after" version="3.0" browsers="IE10" description="Applies one or more styles to the tick marks of a slider that begin just after the thumb and continue up to the slider's largest value. In a left-to-right layout, these are the ticks to the right of the thumb." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh465789.aspx" />
<CssPseudo name="::-ms-ticks-before" version="3.0" browsers="IE10" description="Applies one or more styles to the tick marks of a slider that represent its smallest values up to the value currently selected by the thumb. In a left-to-right layout, these are the ticks to the left of the thumb." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh465796.aspx" />
<CssPseudo name="::-ms-tooltip" version="3.0" browsers="IE10" description="Applies one or more styles to the tooltip of a slider (input type=range)." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh465805.aspx" />
<CssPseudo name="::-ms-track" version="3.0" browsers="IE10" description="Applies one or more styles to track of a slider." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh465813.aspx" />
<CssPseudo name="::-ms-value" version="3.0" browsers="IE10" description="Applies one or more styles to the content of a text or password input control, or a select control." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh465820.aspx" />
<CssPseudo name=":-ms-lang(en)" version="3.0" browsers="IE10" syntax="html:-ms-lang(en) { color: blue; }" description="The pseudo-class :-ms-lang(C) represents an element that is in language C." standard-reference="http://www.w3.org/TR/css3-selectors/#lang-pseudo" />
<CssPseudo name=":-ms-input-placeholder" version="3.0" browsers="IE10" syntax="input:-ms-input-placeholder { color: red; }" standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh767367.aspx" />
<CssPseudo name=":-ms-keyboard-active" version="3.0" browsers="IE10" syntax="input:-ms-keyboard-active { background: red; }" standard-reference="#NoOnlineDocs" />
<CssPseudo name="::-ms-backdrop" version="3.0" browsers="IE11" syntax="*|*:fullscreen::backdrop { position: fixed; }" standard-reference="http://www.w3.org/TR/fullscreen/#::backdrop-pseudo-element" />
<CssPseudo name=":-ms-fullscreen" version="3.0" browsers="IE11" syntax="iframe:fullscreen { border: none; }" standard-reference="http://www.w3.org/TR/fullscreen/#:fullscreen-pseudo-class" />
<CssProperty name="zoom" version="3.0" browsers="IE6,S4" restriction="enum, integer, number, percentage" syntax=".example { $(name): 1; }" description="Sets or retrieves the magnification scale of the object." standard-reference="http://msdn.microsoft.com/en-us/ie/gg192966.aspx">
<entry value="normal" />
</CssProperty>
<CssProperty name="-ms-zoom" ref="zoom" browsers="IE8" />
<CssProperty name="filter" version="3.0" browsers="IE6-9" restriction="" syntax="div { $(name): alpha(opacity = 50); }" description="IE only. Used to produce visual effects." standard-reference="http://msdn.microsoft.com/en-us/ie/gg192966.aspx" />
<CssProperty name="-ms-filter" ref="filter" restriction="" syntax="div { $(name): 'alpha(opacity = 50)'; }" browsers="IE8-9" />
<CssProperty name="behavior" version="3.0" browsers="IE6" type="url" restriction="url" syntax="div { $(name): url(http://example.com/png_fix.htc); }" description="IE only. Used to extend behaviors of the browser" standard-reference="http://msdn.microsoft.com/en-us/ie/gg192966.aspx">
<entry value="none" />
</CssProperty>
<CssProperty name="-ms-behavior" ref="behavior" browsers="IE8" />
<CssProperty name="-ms-accelerator" version="3.0" browsers="IE10" restriction="enum" syntax="u { $(name): true; }" description="IE only. Has the ability to turn off its system underlines for accelerator keys until the ALT key is pressed" standard-reference="http://www.css3.com/css-accelerator/">
<entry value="true" description="The element contains an accelerator key sequence." />
<entry value="false" description="The element does not contain an accelerator key sequence." />
</CssProperty>
<CssProperty name="-ms-line-break" version="3.0" browsers="IE10" restriction="enum" syntax="p { $(name): strict; }" description="Specifies what set of line breaking restrictions are in effect within the element." standard-reference="http://www.w3.org/TR/css3-text/#line-break0">
<entry value="auto" description="The UA determines the set of line-breaking restrictions to use for CJK scripts, and it may vary the restrictions based on the length of the line; e.g., use a less restrictive set of line-break rules for short lines." />
<entry value="newspaper" description="Breaks CJK scripts using the least restrictive set of line-breaking rules. Typically used for short lines, such as in newspapers." />
<entry value="normal" description="Breaks CJK scripts using a normal set of line-breaking rules." />
<entry value="strict" description="Breaks CJK scripts using a more restrictive set of line-breaking rules than 'normal'." />
<entry value="keep-all" description="Sequences of CJK characters can no longer break on implied break points. This option should only be used where the presence of word separator characters still creates line-breaking opportunities, as in Korean." />
</CssProperty>
<CssProperty name="-ms-text-overflow" ref="text-overflow" browsers="IE10" />
<CssProperty name="-ms-text-underline-position" version="3.0" browsers="IE10" restriction="enum" syntax="div { $(name): auto; }" description="Sets the position of an underline specified on the same element: it does not affect underlines specified by ancestor elements.This property is typically used in vertical writing contexts such as in Japanese documents where it often desired to have the underline appear 'over' (to the right of) the affected run of text" standard-reference="http://www.w3.org/TR/css3-text/#text-underline-position0">
<entry value="auto" description="The user agent may use any algorithm to determine the underline's position. In horizontal line layout, the underline should be aligned as for alphabetic. In vertical line layout, if the language is set to Japanese or Korean, the underline should be aligned as for over." />
<entry value="under" description="The underline is aligned with the 'bottom' (left in vertical writing) edge of the element's em-box. In this case the underline usually does not cross the descenders. This is sometimes called 'accounting' underline." />
<entry value="alphabetic" description="The underline is aligned with the alphabetic baseline. In this case the underline is likely to cross some descenders." />
<entry value="over" description="The underline is aligned with the 'top' (right in vertical writing) edge of the element's em-box. In this mode, an overline also switches sides." />
</CssProperty>
<CssProperty name="-ms-word-wrap" ref="word-wrap" version="3.0" browsers="IE8" />
<CssProperty name="-ms-word-break" ref="word-break" browsers="IE8" />
<CssProperty name="-ms-text-align-last" ref="text-align-last" browsers="IE8" />
<CssProperty name="-ms-text-justify" ref="text-justify" browsers="IE8" />
<CssProperty name="-ms-text-autospace" version="3.0" browsers="IE8" restriction="enum" syntax="div { $(name): ideograph-numeric; }" description="Determines whether or not a full-width punctuation mark character should be trimmed if it appears at the beginning of a line, so that its 'ink' lines up with the first glyph in the line above and below." standard-reference="http://www.w3.org/TR/css3-text/#text-autospace">
<entry value="none" description="No extra space is created." />
<entry value="ideograph-numeric" description="Creates 1/4em extra spacing between runs of ideographic letters and numeric glyphs." />
<entry value="ideograph-alpha" description="Creates 1/4em extra spacing between runs of ideographic letters and non-ideographic letters, such as Latin-based, Cyrillic, Greek, Arabic or Hebrew." />
<entry value="ideograph-space" description="Extends the width of the space character while surrounded by ideographs." />
<entry value="ideograph-parenthesis" description="Creates extra spacing between normal (non wide) parenthesis and ideographs." />
<entry value="punctuation" description="Creates extra non-breaking spacing around punctuation as required by language-specific typographic conventions." />
</CssProperty>
<CssProperty name="-ms-transform" ref="transform" browsers="IE9-9" />
<CssProperty name="-ms-transform-origin" ref="transform-origin" browsers="IE9-9" />
<CssProperty name="-ms-transform-origin-x" version="3.0" browsers="IE10" restriction="length, percentage" description="The x coordinate of the origin for transforms applied to an element with respect to its border box." standard-reference="http://www.w3.org/TR/css3-3d-transforms/#transform-origin" />
<CssProperty name="-ms-transform-origin-y" version="3.0" browsers="IE10" restriction="length, percentage" description="The y coordinate of the origin for transforms applied to an element with respect to its border box." standard-reference="http://www.w3.org/TR/css3-3d-transforms/#transform-origin" />
<CssProperty name="-ms-transform-origin-z" version="3.0" browsers="IE10" restriction="length, percentage" description="The z coordinate of the origin for transforms applied to an element with respect to its border box." standard-reference="http://www.w3.org/TR/css3-3d-transforms/#transform-origin" />
<CssProperty name="-ms-block-progression" version="3.0" browsers="IE8" restriction="enum" syntax="div { $(name): bt; }" description="The 'block-progression' property sets the block-progression value and the flow orientation" standard-reference="http://www.w3.org/TR/2003/CR-css3-text-20030514/#Progression">
<entry value="tb" />
<entry value="rl" />
<entry value="lr" />
<entry value="bt" description="Bottom-to-top block flow. Layout is horizontal." />
</CssProperty>
<CssProperty name="-ms-writing-mode" version="3.0" browsers="IE8" restriction="enum" syntax="span { $(name): lr-tb; }" description="This is a shorthand property for both 'direction' and 'block-progression'." standard-reference="http://www.w3.org/TR/2003/CR-css3-text-20030514/#writing-mode">
<entry value="lr-tb" />
<entry value="tb-rl" />
<entry value="rl-tb" />
<entry value="bt-rl" />
<entry value="tb-lr" />
<entry value="bt-lr" />
<entry value="lr-bt" />
<entry value="rl-bt" />
</CssProperty>
<CssProperty name="display">
<entry value="-ms-grid" version="3.0" browsers="IE10" description="A value of grid causes an element to display as a block-level Grid element" />
<entry value="-ms-inline-grid" version="3.0" browsers="IE10" description="A value of inline-grid causes an element to display as an inline-level Grid element." />
<entry value="-ms-flexbox" browsers="IE10" />
<entry value="-ms-inline-flexbox" browsers="IE10" />
</CssProperty>
<CssProperty name="-ms-grid-column" ref="grid-column" browsers="IE10" />
<CssProperty name="-ms-grid-row" ref="grid-row" browsers="IE10" />
<CssProperty name="-ms-grid-layer" version="3.0" browsers="IE10" restriction="integer" syntax="div { $(name): 2; }" description="Grid-layer is similar in concept to z-index, but avoids overloading the meaning of the z-index property, which is applicable only to positioned elements." standard-reference="http://www.w3.org/TR/2011/WD-css3-grid-layout-20110407/#grid-layer" />
<CssProperty name="-ms-flex" version="3.0" browsers="IE10" restriction="length, number, percentage" syntax="p { $(name): 1 auto; }" description="specifies the parameters of a flexible length: the positive and negative flexibility, and the preferred size." standard-reference="http://www.w3.org/TR/css3-flexbox/#flex">
<entry value="auto" />
<entry value="none" />
</CssProperty>
<CssProperty name="-ms-flex-align" version="3.0" browsers="IE10" type="flexaligns" restriction="enum" syntax="div { $(name): center; }" description="The 'flex-align' property changes the way free space is allocated in the length axis." standard-reference="http://www.w3.org/TR/css3-flexbox/#flex-align0" />
<CssProperty name="-ms-flex-direction" version="3.0" browsers="IE10" type="flexdirections" restriction="enum" syntax="div { $(name): column; }" description="Specifies how flexbox items are placed in the flexbox." standard-reference="http://www.w3.org/TR/css3-flexbox/#flex-direction0" />
<CssProperty name="-ms-flex-flow" ref="flex-flow" browsers="IE10" />
<CssProperty name="-ms-flex-wrap" ref="flex-wrap" browsers="IE10" />
<CssProperty name="-ms-flex-item-align" version="3.0" browsers="IE10" type="flexaligns" restriction="enum" syntax="div { $(name): center; }" description="The 'flex-align' property changes the way free space is allocated in the length axis." standard-reference="http://www.w3.org/TR/css3-flexbox/#flex-item-align">
<entry value="auto" />
</CssProperty>
<CssProperty name="-ms-flex-line-pack" version="3.0" browsers="IE10" type="flexpacks" restriction="enum" syntax="div { $(name): justify; }" description="The 'flex-line-pack' property aligns a flexbox's lines within the flexbox when there is extra space in the cross axis, similar to how 'flex-pack' aligns individual items within the main axis." standard-reference="http://www.w3.org/TR/css3-flexbox/#flex-line-pack0">
<entry value="stretch" description="Lines stretch to take up the remaining space. If the leftover free-space is negative, this value is identical to 'start'." />
</CssProperty>
<CssProperty name="-ms-flex-order" version="3.0" browsers="IE10" restriction="integer" syntax="p { $(name): 1; }" description="This property is an integer with an initial value of 1." standard-reference="http://www.w3.org/TR/css3-flexbox/#flex-order0" />
<CssProperty name="-ms-flex-pack" version="3.0" browsers="IE10" type="flexpacks" restriction="enum" syntax="div { $(name): justify; }" description="The 'flex-pack' property defines the flexibility of these packing spaces." standard-reference="http://www.w3.org/TR/css3-flexbox/#flex-pack0" />
<CssPropertyValue type="flexaligns">
<entry value="center" description="The flexbox item's margin box is centered in the cross axis within the line." />
<entry value="stretch" description="If the cross size property of the flexbox item is anything other than 'auto', this value is identical to 'start'." />
<entry value="baseline" description="Align all flexbox items so that their baselines line up, then distribute free space above and below the content." />
<entry value="start" description="The cross-start margin edge of the flexbox item is placed flush with the cross-start edge of the line." />
<entry value="end" description="The cross-end margin edge of the flexbox item is placed flush with the cross-end edge of the line." />
</CssPropertyValue>
<CssPropertyValue type="flexpacks">
<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." />
<entry value="distribute" description="Lines are evenly distributed in the flexbox, with half-size spaces on either end." />
</CssPropertyValue>
<CssProperty name="-ms-align-content" ref="align-content" browsers="IE10" syntax="div { $(name): center; }" />
<CssProperty name="scrollbar-arrow-color" version="3.0" browsers="IE6" restriction="color" type="color" syntax="body { $(name): #00ffff; }" description="Determines the color of the arrow elements of a scroll arrow." standard-reference="http://msdn.microsoft.com/en-us/library/ms531154(VS.85).aspx" />
<CssProperty name="scrollbar-3dlight-color" version="3.0" browsers="IE6" restriction="color" type="color" syntax="textarea { $(name): #00ffff; }" description="Determines the color of the top and left edges of the scroll box and scroll arrows of a scroll bar." standard-reference="http://msdn.microsoft.com/en-us/library/ms531153(VS.85).aspx" />
<CssProperty name="scrollbar-base-color" version="3.0" browsers="IE6" restriction="color" type="color" syntax="textarea { $(name): #00ffff; }" description="Determines the color of the main elements of a scroll bar, which include the scroll box, track, and scroll arrows." standard-reference="http://msdn.microsoft.com/en-us/library/ms531155(VS.85).aspx" />
<CssProperty name="scrollbar-darkshadow-color" version="3.0" browsers="IE6" restriction="color" type="color" syntax="textarea { $(name): #00ffff; }" description="Determines the color of the gutter of a scroll bar." standard-reference="http://msdn.microsoft.com/en-us/library/ms531156(v=VS.85).aspx" />
<CssProperty name="scrollbar-face-color" version="3.0" browsers="IE6" restriction="color" type="color" syntax="textarea { $(name): #00ffff; }" description="Determines the color of the scroll box and scroll arrows of a scroll bar." standard-reference="http://msdn.microsoft.com/en-us/library/ms531157(VS.85).aspx" />
<CssProperty name="scrollbar-highlight-color" version="3.0" browsers="IE6" restriction="color" type="color" syntax="textarea { $(name): #00ffff; }" description="Determines the color of the top and left edges of the scroll box and scroll arrows of a scroll bar." standard-reference="http://msdn.microsoft.com/en-us/library/ms531158(VS.85).aspx" />
<CssProperty name="scrollbar-shadow-color" version="3.0" browsers="IE6" restriction="color" type="color" syntax="textarea { $(name): #00ffff; }" description="Determines the color of the bottom and right edges of the scroll box and scroll arrows of a scroll bar." standard-reference="http://msdn.microsoft.com/en-us/library/ms531159(VS.85).aspx" />
<CssProperty name="scrollbar-track-color" version="3.0" browsers="IE6" restriction="color" type="color" syntax="textarea { $(name): #00ffff; }" description="Determines the color of the track element of a scroll bar." standard-reference="http://msdn.microsoft.com/en-us/library/ms531160(VS.85).aspx" />
<CssProperty name="-ms-scrollbar-arrow-color" ref="scrollbar-arrow-color" browsers="IE8" />
<CssProperty name="-ms-scrollbar-3dlight-color" ref="scrollbar-3dlight-color" browsers="IE8" />
<CssProperty name="-ms-scrollbar-base-color" ref="scrollbar-base-color" browsers="IE8" />
<CssProperty name="-ms-scrollbar-darkshadow-color" ref="scrollbar-darkshadow-color" browsers="IE8" />
<CssProperty name="-ms-scrollbar-face-color" ref="scrollbar-face-color" browsers="IE8" />
<CssProperty name="-ms-scrollbar-highlight-color" ref="scrollbar-highlight-color" browsers="IE8" />
<CssProperty name="-ms-scrollbar-shadow-color" ref="scrollbar-shadow-color" browsers="IE8" />
<CssProperty name="-ms-scrollbar-track-color" ref="scrollbar-track-color" browsers="IE8" />
<CssProperty name="-ms-content-zooming" version="3.0" browsers="IE10" restriction="enum" syntax="div { $(name): zoom; }" description="Gets or sets a value that indicates whether zooming is enabled." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh441251.aspx">
<entry value="none" />
<entry value="zoom" />
</CssProperty>
<CssProperty name="-ms-content-zoom-snap" version="3.0" browsers="IE10" syntax="header { $(name): proximity; }" description="Gets or sets a shorthand value that sets values for the -ms-content-zoom-snap-type and the -ms-content-zoom-snap-points properties." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh441255.aspx">
<entry value="none" />
<entry value="proximity" />
<entry value="mandatory" />
<entry value="snapInterval(100%, 100%)" />
<entry value="snapList()" />
</CssProperty>
<CssProperty name="-ms-content-zoom-snap-type" version="3.0" browsers="IE10" restriction="enum" syntax="header { $(name): proximity; }" description="Gets or sets a value that indicates how zooming is affected by defined snap-points." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh441264.aspx">
<entry value="none" />
<entry value="proximity" />
<entry value="mandatory" />
</CssProperty>
<CssProperty name="-ms-content-zoom-snap-points" version="3.0" browsers="IE10" description="Gets or sets a value that defines where zoom snap-points are located." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh441259.aspx">
<entry value="snapInterval(100%, 100%)" />
<entry value="snapList()" />
</CssProperty>
<CssProperty name="-ms-content-zoom-chaining" version="3.0" browsers="IE10" syntax="div { $(name): chained; }" description="Gets or sets a value that indicates the zoom behavior that occurs when a user hits the content boundary during a manipulation." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh441243.aspx">
<entry value="none" />
<entry value="chained" />
</CssProperty>
<CssProperty name="-ms-content-zoom-limit" version="3.0" browsers="IE10" restriction="percentage" syntax="div { $(name): 10%; }" description="Gets or sets a shorthand value that sets values for the -ms-content-zoom-limit-min and the -ms-content-zoom-limit-max properties." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh996912.aspx" />
<CssProperty name="-ms-content-zoom-limit-min" version="3.0" browsers="IE10" restriction="percentage" syntax="div { $(name): 10%; }" description="Gets or sets a value that specifies the minimum value for the msContentZoomFactor property." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh996914.aspx" />
<CssProperty name="-ms-content-zoom-limit-max" version="3.0" browsers="IE10" restriction="percentage" syntax="div { $(name): 10%; }" description="Gets or sets a value that specifies the maximum value for the msContentZoomFactor property." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh996913.aspx" />
<CssProperty name="-ms-user-select" version="3.0" browsers="IE10" restriction="enum" syntax="div { $(name): none; }" description="Controls the appearance of selection." standard-reference="http://ie.microsoft.com/testdrive/HTML5/msUserSelect/">
<entry value="none" />
<entry value="text" />
<entry value="element" />
</CssProperty>
<CssProperty name="-ms-flow-from" ref="flow-from" browsers="IE10" />
<CssProperty name="-ms-flow-into" ref="flow-into" browsers="IE10" />
<CssProperty name="-ms-wrap-flow" version="3.0" browsers="IE10" restriction="enum" syntax="div { $(name): maximum; }" description="An element becomes an exclusion when its 'wrap-flow' property has a computed value other than 'auto'." standard-reference="http://www.w3.org/TR/css3-exclusions/#wrap-flow-property">
<entry value="auto" description="For floats an exclusion is created, for all other elements an exclusion is not created." />
<entry value="both" description="Inline flow content can flow on all sides of the exclusion." />
<entry value="start" description="Inline flow content can wrap on the start edge of the exclusion area but must leave the area to end edge of the exclusion area empty." />
<entry value="end" description="Inline flow content can wrap on the end side of the exclusion area but must leave the area to the start edge of the exclusion area empty." />
<entry value="maximum" description="Inline flow content can wrap on the side of the exclusion with the largest available space for the given line, and must leave the other side of the exclusion empty." />
<entry value="clear" description="Inline flow content can only wrap on top and bottom of the exclusion and must leave the areas to the start and end edges of the exclusion box empty." />
</CssProperty>
<CssProperty name="-ms-wrap-margin" version="3.0" browsers="IE10" restriction="length, percentage" syntax="div { $(name): 20px; }" description="Gets or sets a value that is used to offset the inner wrap shape from other shapes." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh466103.aspx" />
<CssProperty name="-ms-wrap-through" version="3.0" browsers="IE10" restriction="enum" syntax="div { $(name): wrap; }" description="Gets or sets a value that specifies how content should wrap around an exclusion element." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh441290.aspx">
<entry value="wrap" description="The exclusion element inherits its parent node's wrapping context. Its descendant inline content wraps around exclusions defined outside the element." />
<entry value="none" description="The exclusion element does not inherit its parent node's wrapping context. Its descendants are only subject to exclusion shapes defined inside the element." />
</CssProperty>
<CssProperty name="-ms-scroll-chaining" version="3.0" browsers="IE10" restriction="enum, length" syntax="div { $(name): chained; }" description="Gets or sets a value that indicates the scrolling behavior that occurs when a user hits the content boundary during a manipulation." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh466007.aspx">
<entry value="none" />
<entry value="chained" />
</CssProperty>
<CssProperty name="-ms-scroll-rails" version="3.0" browsers="IE10" restriction="enum, length" syntax="div { $(name): railed; }" description="Gets or sets a value that indicates whether or not small motions perpendicular to the primary axis of motion will result in either changes to both the scrollTop and scrollLeft properties or a change to the primary axis (for instance, either the scrollTop or scrollLeft properties will change, but not both)." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh466018.aspx">
<entry value="none" />
<entry value="railed" />
</CssProperty>
<CssProperty name="-ms-scroll-snap-points-x" version="3.0" browsers="IE10" restriction="enum" syntax="div { $(name): snapInterval(100%, 100%); }" description="Gets or sets a value that defines where snap-points will be located along the x-axis." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh466031.aspx">
<entry value="snapInterval(100%, 100%)" />
<entry value="snapList()" />
</CssProperty>
<CssProperty name="-ms-scroll-snap-points-y" version="3.0" browsers="IE10" restriction="enum" syntax="div { $(name): snapInterval(100%, 100%); }" description="Gets or sets a value that defines where snap-points will be located along the y-axis." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh466042.aspx">
<entry value="snapInterval(100%, 100%)" />
<entry value="snapList()" />
</CssProperty>
<CssProperty name="-ms-scroll-snap-type" version="3.0" browsers="IE10" restriction="enum" syntax="div { $(name): proximity; }" description="Gets or sets a value that defines what type of snap-point should be used for the current element. There are two type of snap-points, with the primary difference being whether or not the user is guaranteed to always stop on a snap-point." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh466057.aspx">
<entry value="none" />
<entry value="proximity" />
<entry value="mandatory" />
</CssProperty>
<CssProperty name="-ms-scroll-snap-x" version="3.0" browsers="IE10" restriction="enum" syntax="div { $(name): proximity snapInterval(100%, 100%); }" description="Gets or sets a shorthand value that sets values for the -ms-scroll-snap-type and -ms-scroll-snap-points-x properties." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh466066.aspx">
<entry value="none" />
<entry value="proximity" />
<entry value="mandatory" />
<entry value="snapInterval(100%, 100%)" />
<entry value="snapList()" />
</CssProperty>
<CssProperty name="-ms-scroll-snap-y" version="3.0" browsers="IE10" restriction="enum" syntax="div { $(name): proximity snapInterval(100%, 100%); }" description="Gets or sets a shorthand value that sets values for the -ms-scroll-snap-type and -ms-scroll-snap-points-y properties." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh466078.aspx">
<entry value="none" />
<entry value="proximity" />
<entry value="mandatory" />
<entry value="snapInterval(100%, 100%)" />
<entry value="snapList()" />
</CssProperty>
<CssProperty name="-ms-scroll-limit-x-max" version="3.0" browsers="IE10" restriction="length" syntax="div { $(name): auto; }" description="Gets or sets a value that specifies the maximum value for the scrollLeft property." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh996919.aspx">
<entry value="auto" />
</CssProperty>
<CssProperty name="-ms-scroll-limit-x-min" version="3.0" browsers="IE10" restriction="length" syntax="div { $(name): 5px; }" description="Gets or sets a value that specifies the minimum value for the scrollLeft property." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh996920.aspx" />
<CssProperty name="-ms-scroll-limit-y-max" version="3.0" browsers="IE10" restriction="length" syntax="div { $(name): auto; }" description="Gets or sets a value that specifies the maximum value for the scrollTop property." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh996921.aspx">
<entry value="auto" />
</CssProperty>
<CssProperty name="-ms-scroll-limit-y-min" version="3.0" browsers="IE10" restriction="length" syntax="div { $(name): 5px; }" description="Gets or sets a value that specifies the minimum value for the scrollTop property." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh996922.aspx" />
<CssProperty name="-ms-scroll-limit" version="3.0" browsers="IE10" restriction="length" description="Gets or sets a shorthand value that sets values for the -ms-scroll-limit-x-min, -ms-scroll-limit-y-min, -ms-scroll-limit-x-max, and -ms-scroll-limit-y-max properties." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh996918.aspx">
<entry value="auto" />
</CssProperty>
<CssProperty name="-ms-scroll-translation" version="3.0" browsers="IE10" restriction="enum" syntax="div { $(name): vertical-to-horizontal; }" description="Gets or sets a value that specifies whether vertical-to-horizontal scroll wheel translation occurs on the specified element." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh996917.aspx">
<entry value="none" />
<entry value="vertical-to-horizontal" />
</CssProperty>
<CssProperty name="touch-action" version="3.0" browsers="IE11" restriction="enum" syntax="div { $(name): manipulation double-tap-zoom; }" standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/Hh767313.aspx">
<entry value="auto" />
<entry value="none" />
<entry value="pan-x" />
<entry value="pan-y" />
<entry value="pinch-zoom" />
<entry value="manipulation" />
<entry value="double-tap-zoom" />
<entry value="cross-slide-x" />
<entry value="cross-slide-y" />
</CssProperty>
<CssProperty name="-ms-touch-action" version="3.0" browsers="IE10" restriction="enum" syntax="div { $(name): manipulation double-tap-zoom; }" description="Gets or sets a value that indicates whether and how a given region can be manipulated by the user." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/Hh767313.aspx">
<entry value="auto" description="The element is a passive element, with several exceptions." />
<entry value="none" description="The element is a manipulation-blocking element." />
<entry value="pan-x" description="The element permits touch-driven panning on the horizontal axis. The touch pan is performed on the nearest ancestor with horizontally scrollable content." />
<entry value="pan-y" description="The element permits touch-driven panning on the vertical axis. The touch pan is performed on the nearest ancestor with vertically scrollable content." />
<entry value="pinch-zoom" description="The element permits pinch-zooming. The pinch-zoom is performed on the nearest ancestor with zoomable content." />
<entry value="manipulation" description="The element is a manipulation-causing element." />
<entry value="double-tap-zoom" description="The element will zoom on double-tap." />
</CssProperty>
<CssProperty name="-ms-touch-select" version="3.0" browsers="IE10" restriction="enum" syntax="div::selection { $(name): grippers; }" description="Gets or sets a value that toggles the 'gripper' visual elements that enable touch text selection." standard-reference="http://msdn.microsoft.com/en-us/library/ie/hh975292(v=vs.85).aspx">
<entry value="grippers" description="Grippers are always on." />
<entry value="none" description="Grippers are always off." />
</CssProperty>
<CssProperty name="-ms-zoom-animation" version="3.0" browsers="IE10" restriction="enum" syntax="div { $(name): none; }" description="Gets or sets a value that indicates whether an animation is used when zooming." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh466117.aspx">
<entry value="default" />
<entry value="none" />
</CssProperty>
<CssProperty name="-ms-overflow-style" version="3.0" browsers="IE10" restriction="enum" description="Specify whether content is clipped when it overflows the element's content area." syntax="p { $(name): scrollbar; }" standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh441298.aspx">
<entry value="auto" description="No preference, UA should use the first scrolling method in the list that it supports." />
<entry value="scrollbar" description="Scrollbars are typically narrow strips inserted on one or two edges of an element and which often have arrows to click on and a "thumb" to drag up and down (or left and right) to move the contents of the element." />
<entry value="none" description="Indicates the element does not display scrollbars or panning indicators, even when its content overflows." />
<entry value="-ms-autohiding-scrollbar" description="Indicates the element displays auto-hiding scrollbars during mouse interactions and panning indicators during touch and keyboard interactions." />
</CssProperty>
<CssProperty name="font-stretch">
<entry value="wider" browsers="IE10" description="Indicates a wider value relative to the width of the parent element." />
<entry value="narrower" browsers="IE10" description="Indicates a narrower value relative to the width of the parent element." />
</CssProperty>
<CssProperty name="background-position-x" version="3.0" browsers="IE6" type="background-position" restriction="length, percentage" syntax="body { $(name): center; }" description="If background images have been specified, this property specifies their initial position (after any resizing) within their corresponding background positioning area." standard-reference="http://www.w3.org/TR/css3-background/#the-background-position" />
<CssProperty name="background-position-y" version="3.0" browsers="IE6" type="background-position" restriction="length, percentage" syntax="body { $(name): center; }" description="If background images have been specified, this property specifies their initial position (after any resizing) within their corresponding background positioning area." standard-reference="http://www.w3.org/TR/css3-background/#the-background-position" />
<CssProperty name="-ms-hyphenate-limit-chars" version="3.0" browsers="IE10" restriction="integer" syntax="div { $(name): 5 2 2; }" description="Gets or sets one to three values that indicates the minimum number of characters in a hyphenated word." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh441147.aspx">
<entry value="auto" />
</CssProperty>
<CssProperty name="-ms-hyphenate-limit-lines" version="3.0" browsers="IE10" restriction="integer" syntax="div { $(name): 2; }" description="Gets or sets a value that indicates the maximum number of consecutive lines in an element that may be ended with a hyphenated word." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh441157.aspx">
<entry value="no-limit" />
</CssProperty>
<CssProperty name="-ms-hyphenate-limit-zone" version="3.0" browsers="IE10" restriction="percentage, length" syntax="div { $(name): 25%; }" description="Gets or sets a value that defines the width of the hyphenation zone." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh441168.aspx" />
<CssProperty name="-ms-hyphens" ref="hyphens" browsers="IE10" />
<CssProperty name="-ms-high-contrast-adjust" version="3.0" browsers="IE10" restriction="enum" syntax="section { $(name): auto; }" description="Gets or sets a value that indicates whether to override any Cascading Style Sheets (CSS) properties that would have been set in high contrast mode." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh441137.aspx">
<entry value="none" />
<entry value="auto" />
</CssProperty>
<CssProperty name="-ms-ime-mode" ref="ime-mode" browsers="IE10" />
<CssProperty name="-ms-layout-grid" version="3.0" browsers="IE10" syntax="div { $(name): both fixed 12px 12px}" description="Sets or retrieves the composite document grid properties that specify the layout of text characters." standard-reference="http://msdn.microsoft.com/en-us/library/ie/ms530771(v=vs.85).aspx">
<entry value="mode" description="Any of the range of mode values available to the -ms-layout-grid-mode property." />
<entry value="type" description="Any of the range of type values available to the -ms-layout-grid-type property." />
<entry value="line" description="Any of the range of line values available to the -ms-layout-grid-line property." />
<entry value="char" description="Any of the range of character values available to the -ms-layout-grid-char property." />
</CssProperty>
<CssProperty name="-ms-layout-grid-char" version="3.0" browsers="IE10" restriction="enum, length, percentage" syntax="div { $(name): auto; }" description="Sets or retrieves the size of the character grid used for rendering the text content of an element." standard-reference="http://msdn.microsoft.com/en-us/library/ie/ms530772(v=vs.85).aspx">
<entry value="none" description="Default. No character grid is set." />
<entry value="auto" description="Largest character in the font of the element is used to set the character grid." />
</CssProperty>
<CssProperty name="-ms-layout-grid-line" version="3.0" browsers="IE10" restriction="length" syntax="div { $(name): auto; }" description="Sets or retrieves the gridline value used for rendering the text content of an element." standard-reference="http://msdn.microsoft.com/en-us/library/ie/ms530773(v=vs.85).aspx">
<entry value="none" description="Default. No grid line is set." />
<entry value="auto" description="Largest character in the font of the element is used to set the character grid." />
</CssProperty>
<CssProperty name="-ms-layout-grid-mode" version="3.0" browsers="IE10" restriction="enum" syntax="div { $(name): line; }" description="Gets or sets whether the text layout grid uses two dimensions." standard-reference="http://msdn.microsoft.com/en-us/library/ie/ms530774(v=vs.85).aspx">
<entry value="both" description="Default. Both the char and line grid modes are enabled. This setting is necessary to fully enable the layout grid on an element." />
<entry value="none" description="No grid is used." />
<entry value="line" description="Only a line grid is used. This is recommended for use with inline elements, such as a span, to disable the horizontal grid on runs of text that act as a single entity in the grid layout." />
<entry value="char" description="Only a character grid is used. This is recommended for use with block-level elements, such as a blockquote, where the line grid is intended to be disabled." />
</CssProperty>
<CssProperty name="-ms-layout-grid-type" version="3.0" browsers="IE10" restriction="enum" syntax="div { $(name): strict; }" description="Sets or retrieves the type of grid used for rendering the text content of an element." standard-reference="http://msdn.microsoft.com/en-us/library/ie/ms530775(v=vs.85).aspx">
<entry value="loose" description="Default. Grid used for Japanese and Korean characters." />
<entry value="strict" description="Grid used for Chinese, as well as Japanese (Genko) and Korean characters. Only the ideographs, kanas, and wide characters are snapped to the grid." />
<entry value="fixed" description="Grid used for monospaced layout. All noncursive characters are treated as equal; every character is centered within a single grid space by default." />
</CssProperty>
<CssProperty name="-ms-progress-appearance" version="3.0" browsers="IE10" restriction="enum" syntax="progress { $(name): bar; }" description="Gets or sets a value that specifies whether a progress control displays as a bar or a ring." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/Hh779845.aspx">
<entry value="bar" />
<entry value="ring" />
</CssProperty>
<CssProperty name="-ms-text-kashida-space" version="3.0" browsers="IE10" restriction="percentage" syntax="article { $(name): 10%; }" description="Sets or retrieves the ratio of kashida expansion to white space expansion when justifying lines of text in the object." standard-reference="http://msdn.microsoft.com/en-us/library/windows/apps/hh453798.aspx" />
<CssProperty name="-ms-text-size-adjust" ref="text-size-adjust" browsers="IE10" />
<CssProperty name="-ms-perspective" ref="perspective" browsers="IE10" />
<CssProperty name="-ms-perspective-origin" ref="perspective-origin" browsers="IE10" />
<CssProperty name="-ms-perspective-origin-x" version="3.0" browsers="IE10" type="perspective-origins" restriction="percentage, length" description="Establishes the origin for the perspective property. It effectively sets the X position at which the viewer appears to be looking at the children of the element." standard-reference="http://www.w3.org/TR/css3-3d-transforms/#perspective-origin" />
<CssProperty name="-ms-perspective-origin-y" version="3.0" browsers="IE10" type="perspective-origins" restriction="percentage, length" description="Establishes the origin for the perspective property. It effectively sets the Y position at which the viewer appears to be looking at the children of the element." standard-reference="http://www.w3.org/TR/css3-3d-transforms/#perspective-origin" />
<CssProperty name="-ms-interpolation-mode" version="3.0" browsers="IE7" restriction="enum" syntax="img.highqual { $(name): bicubic; }" description="Gets or sets the interpolation (resampling) method used to stretch images." standard-reference="http://msdn.microsoft.com/en-us/library/ie/ms530822(v=vs.85).aspx">
<entry value="nearest-neighbor" />
<entry value="bicubic" />
</CssProperty>
<CssProperty name="position">
<entry value="-ms-page" version="3.0" browsers="IE10" description="The box's position is calculated according to the 'absolute' model." />
</CssProperty>
</CssModule>