mdn-data 1.1.0 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/at-rules.json +57 -18
- package/css/at-rules.schema.json +24 -1
- package/css/definitions.json +3 -0
- package/css/properties.json +1194 -127
- package/css/properties.schema.json +42 -3
- package/css/selectors.json +129 -0
- package/css/syntaxes.json +69 -6
- package/css/units.json +3 -3
- package/l10n/css.json +1246 -1195
- package/package.json +3 -2
package/css/properties.json
CHANGED
|
@@ -14,6 +14,291 @@
|
|
|
14
14
|
"order": "perGrammar",
|
|
15
15
|
"status": "experimental"
|
|
16
16
|
},
|
|
17
|
+
"-ms-accelerator": {
|
|
18
|
+
"syntax": "false | true",
|
|
19
|
+
"media": "visual",
|
|
20
|
+
"inherited": false,
|
|
21
|
+
"animationType": "discrete",
|
|
22
|
+
"percentages": "no",
|
|
23
|
+
"groups": [
|
|
24
|
+
"Microsoft Extensions"
|
|
25
|
+
],
|
|
26
|
+
"initial": "false",
|
|
27
|
+
"appliesto": "allElements",
|
|
28
|
+
"computed": "asSpecified",
|
|
29
|
+
"order": "uniqueOrder",
|
|
30
|
+
"status": "nonstandard"
|
|
31
|
+
},
|
|
32
|
+
"-ms-block-progression": {
|
|
33
|
+
"syntax": "tb | rl | bt | lr",
|
|
34
|
+
"media": "visual",
|
|
35
|
+
"inherited": false,
|
|
36
|
+
"animationType": "discrete",
|
|
37
|
+
"percentages": "no",
|
|
38
|
+
"groups": [
|
|
39
|
+
"Microsoft Extensions"
|
|
40
|
+
],
|
|
41
|
+
"initial": "tb",
|
|
42
|
+
"appliesto": "allElements",
|
|
43
|
+
"computed": "asSpecified",
|
|
44
|
+
"order": "uniqueOrder",
|
|
45
|
+
"status": "nonstandard"
|
|
46
|
+
},
|
|
47
|
+
"-ms-content-zoom-chaining": {
|
|
48
|
+
"syntax": "none | chained",
|
|
49
|
+
"media": "interactive",
|
|
50
|
+
"inherited": false,
|
|
51
|
+
"animationType": "discrete",
|
|
52
|
+
"percentages": "no",
|
|
53
|
+
"groups": [
|
|
54
|
+
"Microsoft Extensions"
|
|
55
|
+
],
|
|
56
|
+
"initial": "none",
|
|
57
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
58
|
+
"computed": "asSpecified",
|
|
59
|
+
"order": "uniqueOrder",
|
|
60
|
+
"status": "nonstandard"
|
|
61
|
+
},
|
|
62
|
+
"-ms-content-zooming": {
|
|
63
|
+
"syntax": "none | zoom",
|
|
64
|
+
"media": "interactive",
|
|
65
|
+
"inherited": false,
|
|
66
|
+
"animationType": "discrete",
|
|
67
|
+
"percentages": "no",
|
|
68
|
+
"groups": [
|
|
69
|
+
"Microsoft Extensions"
|
|
70
|
+
],
|
|
71
|
+
"initial": "zoomForTheTopLevelNoneForTheRest",
|
|
72
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
73
|
+
"computed": "asSpecified",
|
|
74
|
+
"order": "uniqueOrder",
|
|
75
|
+
"status": "nonstandard"
|
|
76
|
+
},
|
|
77
|
+
"-ms-content-zoom-limit": {
|
|
78
|
+
"syntax": "<'-ms-content-zoom-limit-min'> <'-ms-content-zoom-limit-max'>",
|
|
79
|
+
"media": "interactive",
|
|
80
|
+
"inherited": false,
|
|
81
|
+
"animationType": "discrete",
|
|
82
|
+
"percentages": [
|
|
83
|
+
"-ms-content-zoom-limit-max",
|
|
84
|
+
"-ms-content-zoom-limit-min"
|
|
85
|
+
],
|
|
86
|
+
"groups": [
|
|
87
|
+
"Microsoft Extensions"
|
|
88
|
+
],
|
|
89
|
+
"initial": [
|
|
90
|
+
"-ms-content-zoom-limit-max",
|
|
91
|
+
"-ms-content-zoom-limit-min"
|
|
92
|
+
],
|
|
93
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
94
|
+
"computed": [
|
|
95
|
+
"-ms-content-zoom-limit-max",
|
|
96
|
+
"-ms-content-zoom-limit-min"
|
|
97
|
+
],
|
|
98
|
+
"order": "uniqueOrder",
|
|
99
|
+
"status": "nonstandard"
|
|
100
|
+
},
|
|
101
|
+
"-ms-content-zoom-limit-max": {
|
|
102
|
+
"syntax": "<percentage>",
|
|
103
|
+
"media": "interactive",
|
|
104
|
+
"inherited": false,
|
|
105
|
+
"animationType": "discrete",
|
|
106
|
+
"percentages": "maxZoomFactor",
|
|
107
|
+
"groups": [
|
|
108
|
+
"Microsoft Extensions"
|
|
109
|
+
],
|
|
110
|
+
"initial": "400%",
|
|
111
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
112
|
+
"computed": "asSpecified",
|
|
113
|
+
"order": "uniqueOrder",
|
|
114
|
+
"status": "nonstandard"
|
|
115
|
+
},
|
|
116
|
+
"-ms-content-zoom-limit-min": {
|
|
117
|
+
"syntax": "<percentage>",
|
|
118
|
+
"media": "interactive",
|
|
119
|
+
"inherited": false,
|
|
120
|
+
"animationType": "discrete",
|
|
121
|
+
"percentages": "minZoomFactor",
|
|
122
|
+
"groups": [
|
|
123
|
+
"Microsoft Extensions"
|
|
124
|
+
],
|
|
125
|
+
"initial": "100%",
|
|
126
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
127
|
+
"computed": "asSpecified",
|
|
128
|
+
"order": "uniqueOrder",
|
|
129
|
+
"status": "nonstandard"
|
|
130
|
+
},
|
|
131
|
+
"-ms-content-zoom-snap": {
|
|
132
|
+
"syntax": "<'-ms-content-zoom-snap-type'> || <'-ms-content-zoom-snap-points'>",
|
|
133
|
+
"media": "interactive",
|
|
134
|
+
"inherited": false,
|
|
135
|
+
"animationType": "discrete",
|
|
136
|
+
"percentages": "no",
|
|
137
|
+
"groups": [
|
|
138
|
+
"Microsoft Extensions"
|
|
139
|
+
],
|
|
140
|
+
"initial": [
|
|
141
|
+
"-ms-content-zoom-snap-type",
|
|
142
|
+
"-ms-content-zoom-snap-points"
|
|
143
|
+
],
|
|
144
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
145
|
+
"computed": [
|
|
146
|
+
"-ms-content-zoom-snap-type",
|
|
147
|
+
"-ms-content-zoom-snap-points"
|
|
148
|
+
],
|
|
149
|
+
"order": "uniqueOrder",
|
|
150
|
+
"status": "nonstandard"
|
|
151
|
+
},
|
|
152
|
+
"-ms-content-zoom-snap-points": {
|
|
153
|
+
"syntax": "snapInterval( <percentage>, <percentage> ) | snapList( <percentage># )",
|
|
154
|
+
"media": "interactive",
|
|
155
|
+
"inherited": false,
|
|
156
|
+
"animationType": "discrete",
|
|
157
|
+
"percentages": "no",
|
|
158
|
+
"groups": [
|
|
159
|
+
"Microsoft Extensions"
|
|
160
|
+
],
|
|
161
|
+
"initial": "snapInterval(0%, 100%)",
|
|
162
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
163
|
+
"computed": "asSpecified",
|
|
164
|
+
"order": "uniqueOrder",
|
|
165
|
+
"status": "nonstandard"
|
|
166
|
+
},
|
|
167
|
+
"-ms-content-zoom-snap-type": {
|
|
168
|
+
"syntax": "none | proximity | mandatory",
|
|
169
|
+
"media": "interactive",
|
|
170
|
+
"inherited": false,
|
|
171
|
+
"animationType": "discrete",
|
|
172
|
+
"percentages": "no",
|
|
173
|
+
"groups": [
|
|
174
|
+
"Microsoft Extensions"
|
|
175
|
+
],
|
|
176
|
+
"initial": "none",
|
|
177
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
178
|
+
"computed": "asSpecified",
|
|
179
|
+
"order": "uniqueOrder",
|
|
180
|
+
"status": "nonstandard"
|
|
181
|
+
},
|
|
182
|
+
"-ms-filter": {
|
|
183
|
+
"syntax": "<string>",
|
|
184
|
+
"media": "visual",
|
|
185
|
+
"inherited": false,
|
|
186
|
+
"animationType": "discrete",
|
|
187
|
+
"percentages": "no",
|
|
188
|
+
"groups": [
|
|
189
|
+
"Microsoft Extensions"
|
|
190
|
+
],
|
|
191
|
+
"initial": "\"\"",
|
|
192
|
+
"appliesto": "allElements",
|
|
193
|
+
"computed": "asSpecified",
|
|
194
|
+
"order": "uniqueOrder",
|
|
195
|
+
"status": "nonstandard"
|
|
196
|
+
},
|
|
197
|
+
"-ms-flow-from": {
|
|
198
|
+
"syntax": "[ none | <custom-ident> ]#",
|
|
199
|
+
"media": "visual",
|
|
200
|
+
"inherited": false,
|
|
201
|
+
"animationType": "discrete",
|
|
202
|
+
"percentages": "no",
|
|
203
|
+
"groups": [
|
|
204
|
+
"Microsoft Extensions"
|
|
205
|
+
],
|
|
206
|
+
"initial": "none",
|
|
207
|
+
"appliesto": "nonReplacedElements",
|
|
208
|
+
"computed": "asSpecified",
|
|
209
|
+
"order": "uniqueOrder",
|
|
210
|
+
"status": "nonstandard"
|
|
211
|
+
},
|
|
212
|
+
"-ms-flow-into": {
|
|
213
|
+
"syntax": "[ none | <custom-ident> ]#",
|
|
214
|
+
"media": "visual",
|
|
215
|
+
"inherited": false,
|
|
216
|
+
"animationType": "discrete",
|
|
217
|
+
"percentages": "no",
|
|
218
|
+
"groups": [
|
|
219
|
+
"Microsoft Extensions"
|
|
220
|
+
],
|
|
221
|
+
"initial": "none",
|
|
222
|
+
"appliesto": "iframeElements",
|
|
223
|
+
"computed": "asSpecified",
|
|
224
|
+
"order": "uniqueOrder",
|
|
225
|
+
"status": "nonstandard"
|
|
226
|
+
},
|
|
227
|
+
"-ms-high-contrast-adjust": {
|
|
228
|
+
"syntax": "auto | none",
|
|
229
|
+
"media": "visual",
|
|
230
|
+
"inherited": true,
|
|
231
|
+
"animationType": "discrete",
|
|
232
|
+
"percentages": "no",
|
|
233
|
+
"groups": [
|
|
234
|
+
"Microsoft Extensions"
|
|
235
|
+
],
|
|
236
|
+
"initial": "auto",
|
|
237
|
+
"appliesto": "allElements",
|
|
238
|
+
"computed": "asSpecified",
|
|
239
|
+
"order": "uniqueOrder",
|
|
240
|
+
"status": "nonstandard"
|
|
241
|
+
},
|
|
242
|
+
"-ms-hyphenate-limit-chars": {
|
|
243
|
+
"syntax": "auto | <integer>{1,3}",
|
|
244
|
+
"media": "visual",
|
|
245
|
+
"inherited": true,
|
|
246
|
+
"animationType": "discrete",
|
|
247
|
+
"percentages": "no",
|
|
248
|
+
"groups": [
|
|
249
|
+
"Microsoft Extensions"
|
|
250
|
+
],
|
|
251
|
+
"initial": "auto",
|
|
252
|
+
"appliesto": "allElements",
|
|
253
|
+
"computed": "asSpecified",
|
|
254
|
+
"order": "uniqueOrder",
|
|
255
|
+
"status": "nonstandard"
|
|
256
|
+
},
|
|
257
|
+
"-ms-hyphenate-limit-lines": {
|
|
258
|
+
"syntax": "no-limit | <integer>",
|
|
259
|
+
"media": "visual",
|
|
260
|
+
"inherited": true,
|
|
261
|
+
"animationType": "discrete",
|
|
262
|
+
"percentages": "no",
|
|
263
|
+
"groups": [
|
|
264
|
+
"Microsoft Extensions"
|
|
265
|
+
],
|
|
266
|
+
"initial": "no-limit",
|
|
267
|
+
"appliesto": "blockContainerElements",
|
|
268
|
+
"computed": "asSpecified",
|
|
269
|
+
"order": "uniqueOrder",
|
|
270
|
+
"status": "nonstandard"
|
|
271
|
+
},
|
|
272
|
+
"-ms-hyphenate-limit-zone": {
|
|
273
|
+
"syntax": "<percentage> | <length>",
|
|
274
|
+
"media": "visual",
|
|
275
|
+
"inherited": true,
|
|
276
|
+
"animationType": "discrete",
|
|
277
|
+
"percentages": "referToLineBoxWidth",
|
|
278
|
+
"groups": [
|
|
279
|
+
"Microsoft Extensions"
|
|
280
|
+
],
|
|
281
|
+
"initial": "0",
|
|
282
|
+
"appliesto": "blockContainerElements",
|
|
283
|
+
"computed": "asSpecified",
|
|
284
|
+
"order": "uniqueOrder",
|
|
285
|
+
"status": "nonstandard"
|
|
286
|
+
},
|
|
287
|
+
"-ms-ime-align": {
|
|
288
|
+
"syntax": "auto | after",
|
|
289
|
+
"media": "visual",
|
|
290
|
+
"inherited": false,
|
|
291
|
+
"animationType": "discrete",
|
|
292
|
+
"percentages": "no",
|
|
293
|
+
"groups": [
|
|
294
|
+
"Microsoft Extensions"
|
|
295
|
+
],
|
|
296
|
+
"initial": "auto",
|
|
297
|
+
"appliesto": "allElements",
|
|
298
|
+
"computed": "asSpecified",
|
|
299
|
+
"order": "uniqueOrder",
|
|
300
|
+
"status": "nonstandard"
|
|
301
|
+
},
|
|
17
302
|
"-ms-overflow-style": {
|
|
18
303
|
"syntax": "auto | none | scrollbar | -ms-autohiding-scrollbar",
|
|
19
304
|
"media": "interactive",
|
|
@@ -24,7 +309,434 @@
|
|
|
24
309
|
"Microsoft Extensions"
|
|
25
310
|
],
|
|
26
311
|
"initial": "auto",
|
|
27
|
-
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
312
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
313
|
+
"computed": "asSpecified",
|
|
314
|
+
"order": "uniqueOrder",
|
|
315
|
+
"status": "nonstandard"
|
|
316
|
+
},
|
|
317
|
+
"-ms-scrollbar-3dlight-color": {
|
|
318
|
+
"syntax": "<color>",
|
|
319
|
+
"media": "visual",
|
|
320
|
+
"inherited": true,
|
|
321
|
+
"animationType": "discrete",
|
|
322
|
+
"percentages": "no",
|
|
323
|
+
"groups": [
|
|
324
|
+
"Microsoft Extensions"
|
|
325
|
+
],
|
|
326
|
+
"initial": "dependsOnUserAgent",
|
|
327
|
+
"appliesto": "allElements",
|
|
328
|
+
"computed": "asSpecified",
|
|
329
|
+
"order": "uniqueOrder",
|
|
330
|
+
"status": "nonstandard"
|
|
331
|
+
},
|
|
332
|
+
"-ms-scrollbar-arrow-color": {
|
|
333
|
+
"syntax": "<color>",
|
|
334
|
+
"media": "visual",
|
|
335
|
+
"inherited": true,
|
|
336
|
+
"animationType": "discrete",
|
|
337
|
+
"percentages": "no",
|
|
338
|
+
"groups": [
|
|
339
|
+
"Microsoft Extensions"
|
|
340
|
+
],
|
|
341
|
+
"initial": "ButtonText",
|
|
342
|
+
"appliesto": "allElements",
|
|
343
|
+
"computed": "asSpecified",
|
|
344
|
+
"order": "uniqueOrder",
|
|
345
|
+
"status": "nonstandard"
|
|
346
|
+
},
|
|
347
|
+
"-ms-scrollbar-base-color": {
|
|
348
|
+
"syntax": "<color>",
|
|
349
|
+
"media": "visual",
|
|
350
|
+
"inherited": true,
|
|
351
|
+
"animationType": "discrete",
|
|
352
|
+
"percentages": "no",
|
|
353
|
+
"groups": [
|
|
354
|
+
"Microsoft Extensions"
|
|
355
|
+
],
|
|
356
|
+
"initial": "dependsOnUserAgent",
|
|
357
|
+
"appliesto": "allElements",
|
|
358
|
+
"computed": "asSpecified",
|
|
359
|
+
"order": "uniqueOrder",
|
|
360
|
+
"status": "nonstandard"
|
|
361
|
+
},
|
|
362
|
+
"-ms-scrollbar-darkshadow-color": {
|
|
363
|
+
"syntax": "<color>",
|
|
364
|
+
"media": "visual",
|
|
365
|
+
"inherited": true,
|
|
366
|
+
"animationType": "discrete",
|
|
367
|
+
"percentages": "no",
|
|
368
|
+
"groups": [
|
|
369
|
+
"Microsoft Extensions"
|
|
370
|
+
],
|
|
371
|
+
"initial": "ThreeDDarkShadow",
|
|
372
|
+
"appliesto": "allElements",
|
|
373
|
+
"computed": "asSpecified",
|
|
374
|
+
"order": "uniqueOrder",
|
|
375
|
+
"status": "nonstandard"
|
|
376
|
+
},
|
|
377
|
+
"-ms-scrollbar-face-color": {
|
|
378
|
+
"syntax": "<color>",
|
|
379
|
+
"media": "visual",
|
|
380
|
+
"inherited": true,
|
|
381
|
+
"animationType": "discrete",
|
|
382
|
+
"percentages": "no",
|
|
383
|
+
"groups": [
|
|
384
|
+
"Microsoft Extensions"
|
|
385
|
+
],
|
|
386
|
+
"initial": "ThreeDFace",
|
|
387
|
+
"appliesto": "allElements",
|
|
388
|
+
"computed": "asSpecified",
|
|
389
|
+
"order": "uniqueOrder",
|
|
390
|
+
"status": "nonstandard"
|
|
391
|
+
},
|
|
392
|
+
"-ms-scrollbar-highlight-color": {
|
|
393
|
+
"syntax": "<color>",
|
|
394
|
+
"media": "visual",
|
|
395
|
+
"inherited": true,
|
|
396
|
+
"animationType": "discrete",
|
|
397
|
+
"percentages": "no",
|
|
398
|
+
"groups": [
|
|
399
|
+
"Microsoft Extensions"
|
|
400
|
+
],
|
|
401
|
+
"initial": "ThreeDHighlight",
|
|
402
|
+
"appliesto": "allElements",
|
|
403
|
+
"computed": "asSpecified",
|
|
404
|
+
"order": "uniqueOrder",
|
|
405
|
+
"status": "nonstandard"
|
|
406
|
+
},
|
|
407
|
+
"-ms-scrollbar-shadow-color": {
|
|
408
|
+
"syntax": "<color>",
|
|
409
|
+
"media": "visual",
|
|
410
|
+
"inherited": true,
|
|
411
|
+
"animationType": "discrete",
|
|
412
|
+
"percentages": "no",
|
|
413
|
+
"groups": [
|
|
414
|
+
"Microsoft Extensions"
|
|
415
|
+
],
|
|
416
|
+
"initial": "ThreeDDarkShadow",
|
|
417
|
+
"appliesto": "allElements",
|
|
418
|
+
"computed": "asSpecified",
|
|
419
|
+
"order": "uniqueOrder",
|
|
420
|
+
"status": "nonstandard"
|
|
421
|
+
},
|
|
422
|
+
"-ms-scrollbar-track-color": {
|
|
423
|
+
"syntax": "<color>",
|
|
424
|
+
"media": "visual",
|
|
425
|
+
"inherited": true,
|
|
426
|
+
"animationType": "discrete",
|
|
427
|
+
"percentages": "no",
|
|
428
|
+
"groups": [
|
|
429
|
+
"Microsoft Extensions"
|
|
430
|
+
],
|
|
431
|
+
"initial": "Scrollbar",
|
|
432
|
+
"appliesto": "allElements",
|
|
433
|
+
"computed": "asSpecified",
|
|
434
|
+
"order": "uniqueOrder",
|
|
435
|
+
"status": "nonstandard"
|
|
436
|
+
},
|
|
437
|
+
"-ms-scroll-chaining": {
|
|
438
|
+
"syntax": "chained | none",
|
|
439
|
+
"media": "interactive",
|
|
440
|
+
"inherited": false,
|
|
441
|
+
"animationType": "discrete",
|
|
442
|
+
"percentages": "no",
|
|
443
|
+
"groups": [
|
|
444
|
+
"Microsoft Extensions"
|
|
445
|
+
],
|
|
446
|
+
"initial": "chained",
|
|
447
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
448
|
+
"computed": "asSpecified",
|
|
449
|
+
"order": "uniqueOrder",
|
|
450
|
+
"status": "nonstandard"
|
|
451
|
+
},
|
|
452
|
+
"-ms-scroll-limit": {
|
|
453
|
+
"syntax": "<'-ms-scroll-limit-x-min'> <'-ms-scroll-limit-y-min'> <'-ms-scroll-limit-x-max'> <'-ms-scroll-limit-y-max'>",
|
|
454
|
+
"media": "interactive",
|
|
455
|
+
"inherited": false,
|
|
456
|
+
"animationType": "discrete",
|
|
457
|
+
"percentages": "no",
|
|
458
|
+
"groups": [
|
|
459
|
+
"Microsoft Extensions"
|
|
460
|
+
],
|
|
461
|
+
"initial": [
|
|
462
|
+
"-ms-scroll-limit-x-min",
|
|
463
|
+
"-ms-scroll-limit-y-min",
|
|
464
|
+
"-ms-scroll-limit-x-max",
|
|
465
|
+
"-ms-scroll-limit-y-max"
|
|
466
|
+
],
|
|
467
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
468
|
+
"computed": [
|
|
469
|
+
"-ms-scroll-limit-x-min",
|
|
470
|
+
"-ms-scroll-limit-y-min",
|
|
471
|
+
"-ms-scroll-limit-x-max",
|
|
472
|
+
"-ms-scroll-limit-y-max"
|
|
473
|
+
],
|
|
474
|
+
"order": "uniqueOrder",
|
|
475
|
+
"status": "nonstandard"
|
|
476
|
+
},
|
|
477
|
+
"-ms-scroll-limit-x-max": {
|
|
478
|
+
"syntax": "auto | <length>",
|
|
479
|
+
"media": "interactive",
|
|
480
|
+
"inherited": false,
|
|
481
|
+
"animationType": "discrete",
|
|
482
|
+
"percentages": "no",
|
|
483
|
+
"groups": [
|
|
484
|
+
"Microsoft Extensions"
|
|
485
|
+
],
|
|
486
|
+
"initial": "auto",
|
|
487
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
488
|
+
"computed": "asSpecified",
|
|
489
|
+
"order": "uniqueOrder",
|
|
490
|
+
"status": "nonstandard"
|
|
491
|
+
},
|
|
492
|
+
"-ms-scroll-limit-x-min": {
|
|
493
|
+
"syntax": "<length>",
|
|
494
|
+
"media": "interactive",
|
|
495
|
+
"inherited": false,
|
|
496
|
+
"animationType": "discrete",
|
|
497
|
+
"percentages": "no",
|
|
498
|
+
"groups": [
|
|
499
|
+
"Microsoft Extensions"
|
|
500
|
+
],
|
|
501
|
+
"initial": "0",
|
|
502
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
503
|
+
"computed": "asSpecified",
|
|
504
|
+
"order": "uniqueOrder",
|
|
505
|
+
"status": "nonstandard"
|
|
506
|
+
},
|
|
507
|
+
"-ms-scroll-limit-y-max": {
|
|
508
|
+
"syntax": "auto | <length>",
|
|
509
|
+
"media": "interactive",
|
|
510
|
+
"inherited": false,
|
|
511
|
+
"animationType": "discrete",
|
|
512
|
+
"percentages": "no",
|
|
513
|
+
"groups": [
|
|
514
|
+
"Microsoft Extensions"
|
|
515
|
+
],
|
|
516
|
+
"initial": "auto",
|
|
517
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
518
|
+
"computed": "asSpecified",
|
|
519
|
+
"order": "uniqueOrder",
|
|
520
|
+
"status": "nonstandard"
|
|
521
|
+
},
|
|
522
|
+
"-ms-scroll-limit-y-min": {
|
|
523
|
+
"syntax": "<length>",
|
|
524
|
+
"media": "interactive",
|
|
525
|
+
"inherited": false,
|
|
526
|
+
"animationType": "discrete",
|
|
527
|
+
"percentages": "no",
|
|
528
|
+
"groups": [
|
|
529
|
+
"Microsoft Extensions"
|
|
530
|
+
],
|
|
531
|
+
"initial": "0",
|
|
532
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
533
|
+
"computed": "asSpecified",
|
|
534
|
+
"order": "uniqueOrder",
|
|
535
|
+
"status": "nonstandard"
|
|
536
|
+
},
|
|
537
|
+
"-ms-scroll-rails": {
|
|
538
|
+
"syntax": "none | railed",
|
|
539
|
+
"media": "interactive",
|
|
540
|
+
"inherited": false,
|
|
541
|
+
"animationType": "discrete",
|
|
542
|
+
"percentages": "no",
|
|
543
|
+
"groups": [
|
|
544
|
+
"Microsoft Extensions"
|
|
545
|
+
],
|
|
546
|
+
"initial": "railed",
|
|
547
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
548
|
+
"computed": "asSpecified",
|
|
549
|
+
"order": "uniqueOrder",
|
|
550
|
+
"status": "nonstandard"
|
|
551
|
+
},
|
|
552
|
+
"-ms-scroll-snap-points-x": {
|
|
553
|
+
"syntax": "snapInterval( <length-percentage>, <length-percentage> ) | snapList( <length-percentage># )",
|
|
554
|
+
"media": "interactive",
|
|
555
|
+
"inherited": false,
|
|
556
|
+
"animationType": "discrete",
|
|
557
|
+
"percentages": "no",
|
|
558
|
+
"groups": [
|
|
559
|
+
"Microsoft Extensions"
|
|
560
|
+
],
|
|
561
|
+
"initial": "snapInterval(0px, 100%)",
|
|
562
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
563
|
+
"computed": "asSpecified",
|
|
564
|
+
"order": "uniqueOrder",
|
|
565
|
+
"status": "nonstandard"
|
|
566
|
+
},
|
|
567
|
+
"-ms-scroll-snap-points-y": {
|
|
568
|
+
"syntax": "snapInterval( <length-percentage>, <length-percentage> ) | snapList( <length-percentage># )",
|
|
569
|
+
"media": "interactive",
|
|
570
|
+
"inherited": false,
|
|
571
|
+
"animationType": "discrete",
|
|
572
|
+
"percentages": "no",
|
|
573
|
+
"groups": [
|
|
574
|
+
"Microsoft Extensions"
|
|
575
|
+
],
|
|
576
|
+
"initial": "snapInterval(0px, 100%)",
|
|
577
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
578
|
+
"computed": "asSpecified",
|
|
579
|
+
"order": "uniqueOrder",
|
|
580
|
+
"status": "nonstandard"
|
|
581
|
+
},
|
|
582
|
+
"-ms-scroll-snap-type": {
|
|
583
|
+
"syntax": "none | proximity | mandatory",
|
|
584
|
+
"media": "interactive",
|
|
585
|
+
"inherited": false,
|
|
586
|
+
"animationType": "discrete",
|
|
587
|
+
"percentages": "no",
|
|
588
|
+
"groups": [
|
|
589
|
+
"Microsoft Extensions"
|
|
590
|
+
],
|
|
591
|
+
"initial": "none",
|
|
592
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
593
|
+
"computed": "asSpecified",
|
|
594
|
+
"order": "uniqueOrder",
|
|
595
|
+
"status": "nonstandard"
|
|
596
|
+
},
|
|
597
|
+
"-ms-scroll-snap-x": {
|
|
598
|
+
"syntax": "<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-x'>",
|
|
599
|
+
"media": "interactive",
|
|
600
|
+
"inherited": false,
|
|
601
|
+
"animationType": "discrete",
|
|
602
|
+
"percentages": "no",
|
|
603
|
+
"groups": [
|
|
604
|
+
"Microsoft Extensions"
|
|
605
|
+
],
|
|
606
|
+
"initial": [
|
|
607
|
+
"-ms-scroll-snap-type",
|
|
608
|
+
"-ms-scroll-snap-points-x"
|
|
609
|
+
],
|
|
610
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
611
|
+
"computed": [
|
|
612
|
+
"-ms-scroll-snap-type",
|
|
613
|
+
"-ms-scroll-snap-points-x"
|
|
614
|
+
],
|
|
615
|
+
"order": "uniqueOrder",
|
|
616
|
+
"status": "nonstandard"
|
|
617
|
+
},
|
|
618
|
+
"-ms-scroll-snap-y": {
|
|
619
|
+
"syntax": "<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-y'>",
|
|
620
|
+
"media": "interactive",
|
|
621
|
+
"inherited": false,
|
|
622
|
+
"animationType": "discrete",
|
|
623
|
+
"percentages": "no",
|
|
624
|
+
"groups": [
|
|
625
|
+
"Microsoft Extensions"
|
|
626
|
+
],
|
|
627
|
+
"initial": [
|
|
628
|
+
"-ms-scroll-snap-type",
|
|
629
|
+
"-ms-scroll-snap-points-y"
|
|
630
|
+
],
|
|
631
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
632
|
+
"computed": [
|
|
633
|
+
"-ms-scroll-snap-type",
|
|
634
|
+
"-ms-scroll-snap-points-y"
|
|
635
|
+
],
|
|
636
|
+
"order": "uniqueOrder",
|
|
637
|
+
"status": "nonstandard"
|
|
638
|
+
},
|
|
639
|
+
"-ms-scroll-translation": {
|
|
640
|
+
"syntax": "none | vertical-to-horizontal",
|
|
641
|
+
"media": "interactive",
|
|
642
|
+
"inherited": true,
|
|
643
|
+
"animationType": "discrete",
|
|
644
|
+
"percentages": "no",
|
|
645
|
+
"groups": [
|
|
646
|
+
"Microsoft Extensions"
|
|
647
|
+
],
|
|
648
|
+
"initial": "none",
|
|
649
|
+
"appliesto": "allElements",
|
|
650
|
+
"computed": "asSpecified",
|
|
651
|
+
"order": "uniqueOrder",
|
|
652
|
+
"status": "nonstandard"
|
|
653
|
+
},
|
|
654
|
+
"-ms-text-autospace": {
|
|
655
|
+
"syntax": "none | ideograph-alpha | ideograph-numeric | ideograph-parenthesis | ideograph-space",
|
|
656
|
+
"media": "visual",
|
|
657
|
+
"inherited": false,
|
|
658
|
+
"animationType": "discrete",
|
|
659
|
+
"percentages": "no",
|
|
660
|
+
"groups": [
|
|
661
|
+
"Microsoft Extensions"
|
|
662
|
+
],
|
|
663
|
+
"initial": "none",
|
|
664
|
+
"appliesto": "allElements",
|
|
665
|
+
"computed": "asSpecified",
|
|
666
|
+
"order": "uniqueOrder",
|
|
667
|
+
"status": "nonstandard"
|
|
668
|
+
},
|
|
669
|
+
"-ms-touch-select": {
|
|
670
|
+
"syntax": "grippers | none",
|
|
671
|
+
"media": "interactive",
|
|
672
|
+
"inherited": true,
|
|
673
|
+
"animationType": "discrete",
|
|
674
|
+
"percentages": "no",
|
|
675
|
+
"groups": [
|
|
676
|
+
"Microsoft Extensions"
|
|
677
|
+
],
|
|
678
|
+
"initial": "grippers",
|
|
679
|
+
"appliesto": "allElements",
|
|
680
|
+
"computed": "asSpecified",
|
|
681
|
+
"order": "uniqueOrder",
|
|
682
|
+
"status": "nonstandard"
|
|
683
|
+
},
|
|
684
|
+
"-ms-user-select": {
|
|
685
|
+
"syntax": "none | element | text",
|
|
686
|
+
"media": "interactive",
|
|
687
|
+
"inherited": false,
|
|
688
|
+
"animationType": "discrete",
|
|
689
|
+
"percentages": "no",
|
|
690
|
+
"groups": [
|
|
691
|
+
"Microsoft Extensions"
|
|
692
|
+
],
|
|
693
|
+
"initial": "text",
|
|
694
|
+
"appliesto": "nonReplacedElements",
|
|
695
|
+
"computed": "asSpecified",
|
|
696
|
+
"order": "uniqueOrder",
|
|
697
|
+
"status": "nonstandard"
|
|
698
|
+
},
|
|
699
|
+
"-ms-wrap-flow": {
|
|
700
|
+
"syntax": "auto | both | start | end | maximum | clear",
|
|
701
|
+
"media": "visual",
|
|
702
|
+
"inherited": false,
|
|
703
|
+
"animationType": "discrete",
|
|
704
|
+
"percentages": "no",
|
|
705
|
+
"groups": [
|
|
706
|
+
"Microsoft Extensions"
|
|
707
|
+
],
|
|
708
|
+
"initial": "auto",
|
|
709
|
+
"appliesto": "blockLevelElements",
|
|
710
|
+
"computed": "asSpecified",
|
|
711
|
+
"order": "uniqueOrder",
|
|
712
|
+
"status": "nonstandard"
|
|
713
|
+
},
|
|
714
|
+
"-ms-wrap-margin": {
|
|
715
|
+
"syntax": "<length>",
|
|
716
|
+
"media": "visual",
|
|
717
|
+
"inherited": false,
|
|
718
|
+
"animationType": "discrete",
|
|
719
|
+
"percentages": "no",
|
|
720
|
+
"groups": [
|
|
721
|
+
"Microsoft Extensions"
|
|
722
|
+
],
|
|
723
|
+
"initial": "0",
|
|
724
|
+
"appliesto": "exclusionElements",
|
|
725
|
+
"computed": "asSpecified",
|
|
726
|
+
"order": "uniqueOrder",
|
|
727
|
+
"status": "nonstandard"
|
|
728
|
+
},
|
|
729
|
+
"-ms-wrap-through": {
|
|
730
|
+
"syntax": "wrap | none",
|
|
731
|
+
"media": "visual",
|
|
732
|
+
"inherited": false,
|
|
733
|
+
"animationType": "discrete",
|
|
734
|
+
"percentages": "no",
|
|
735
|
+
"groups": [
|
|
736
|
+
"Microsoft Extensions"
|
|
737
|
+
],
|
|
738
|
+
"initial": "wrap",
|
|
739
|
+
"appliesto": "blockLevelElements",
|
|
28
740
|
"computed": "asSpecified",
|
|
29
741
|
"order": "uniqueOrder",
|
|
30
742
|
"status": "nonstandard"
|
|
@@ -61,7 +773,7 @@
|
|
|
61
773
|
"status": "nonstandard"
|
|
62
774
|
},
|
|
63
775
|
"-moz-border-bottom-colors": {
|
|
64
|
-
"syntax": "
|
|
776
|
+
"syntax": "<color>+ | none",
|
|
65
777
|
"media": "visual",
|
|
66
778
|
"inherited": false,
|
|
67
779
|
"animationType": "discrete",
|
|
@@ -76,7 +788,7 @@
|
|
|
76
788
|
"status": "nonstandard"
|
|
77
789
|
},
|
|
78
790
|
"-moz-border-left-colors": {
|
|
79
|
-
"syntax": "
|
|
791
|
+
"syntax": "<color>+ | none",
|
|
80
792
|
"media": "visual",
|
|
81
793
|
"inherited": false,
|
|
82
794
|
"animationType": "discrete",
|
|
@@ -91,7 +803,7 @@
|
|
|
91
803
|
"status": "nonstandard"
|
|
92
804
|
},
|
|
93
805
|
"-moz-border-right-colors": {
|
|
94
|
-
"syntax": "
|
|
806
|
+
"syntax": "<color>+ | none",
|
|
95
807
|
"media": "visual",
|
|
96
808
|
"inherited": false,
|
|
97
809
|
"animationType": "discrete",
|
|
@@ -106,7 +818,7 @@
|
|
|
106
818
|
"status": "nonstandard"
|
|
107
819
|
},
|
|
108
820
|
"-moz-border-top-colors": {
|
|
109
|
-
"syntax": "
|
|
821
|
+
"syntax": "<color>+ | none",
|
|
110
822
|
"media": "visual",
|
|
111
823
|
"inherited": false,
|
|
112
824
|
"animationType": "discrete",
|
|
@@ -395,6 +1107,21 @@
|
|
|
395
1107
|
"order": "uniqueOrder",
|
|
396
1108
|
"status": "nonstandard"
|
|
397
1109
|
},
|
|
1110
|
+
"-webkit-appearance": {
|
|
1111
|
+
"syntax": "none | button | button-bevel | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield",
|
|
1112
|
+
"media": "visual",
|
|
1113
|
+
"inherited": false,
|
|
1114
|
+
"animationType": "discrete",
|
|
1115
|
+
"percentages": "no",
|
|
1116
|
+
"groups": [
|
|
1117
|
+
"WebKit Extensions"
|
|
1118
|
+
],
|
|
1119
|
+
"initial": "noneButOverriddenInUserAgentCSS",
|
|
1120
|
+
"appliesto": "allElements",
|
|
1121
|
+
"computed": "asSpecified",
|
|
1122
|
+
"order": "uniqueOrder",
|
|
1123
|
+
"status": "nonstandard"
|
|
1124
|
+
},
|
|
398
1125
|
"-webkit-border-before": {
|
|
399
1126
|
"syntax": "<'border-width'> || <'border-style'> || <'color'>",
|
|
400
1127
|
"media": "visual",
|
|
@@ -481,7 +1208,7 @@
|
|
|
481
1208
|
"status": "nonstandard"
|
|
482
1209
|
},
|
|
483
1210
|
"-webkit-mask": {
|
|
484
|
-
"syntax": "<mask-
|
|
1211
|
+
"syntax": "[ <mask-reference> || <position> [ / <bg-size> ]? || <repeat-style> || [ <box> | border | padding | content | text ] || [ <box> | border | padding | content ] ]#",
|
|
485
1212
|
"media": "visual",
|
|
486
1213
|
"inherited": false,
|
|
487
1214
|
"animationType": "discrete",
|
|
@@ -510,7 +1237,7 @@
|
|
|
510
1237
|
"status": "nonstandard"
|
|
511
1238
|
},
|
|
512
1239
|
"-webkit-mask-attachment": {
|
|
513
|
-
"syntax": "<attachment
|
|
1240
|
+
"syntax": "<attachment>#",
|
|
514
1241
|
"media": "visual",
|
|
515
1242
|
"inherited": false,
|
|
516
1243
|
"animationType": "discrete",
|
|
@@ -525,7 +1252,7 @@
|
|
|
525
1252
|
"status": "nonstandard"
|
|
526
1253
|
},
|
|
527
1254
|
"-webkit-mask-clip": {
|
|
528
|
-
"syntax": "[
|
|
1255
|
+
"syntax": "[ <box> | border | padding | content | text ]#",
|
|
529
1256
|
"media": "visual",
|
|
530
1257
|
"inherited": false,
|
|
531
1258
|
"animationType": "discrete",
|
|
@@ -540,7 +1267,7 @@
|
|
|
540
1267
|
"status": "nonstandard"
|
|
541
1268
|
},
|
|
542
1269
|
"-webkit-mask-composite": {
|
|
543
|
-
"syntax": "<composite-style
|
|
1270
|
+
"syntax": "<composite-style>#",
|
|
544
1271
|
"media": "visual",
|
|
545
1272
|
"inherited": false,
|
|
546
1273
|
"animationType": "discrete",
|
|
@@ -555,7 +1282,7 @@
|
|
|
555
1282
|
"status": "nonstandard"
|
|
556
1283
|
},
|
|
557
1284
|
"-webkit-mask-image": {
|
|
558
|
-
"syntax": "<mask-
|
|
1285
|
+
"syntax": "<mask-reference>#",
|
|
559
1286
|
"media": "visual",
|
|
560
1287
|
"inherited": false,
|
|
561
1288
|
"animationType": "discrete",
|
|
@@ -570,7 +1297,7 @@
|
|
|
570
1297
|
"status": "nonstandard"
|
|
571
1298
|
},
|
|
572
1299
|
"-webkit-mask-origin": {
|
|
573
|
-
"syntax": "[
|
|
1300
|
+
"syntax": "[ <box> | border | padding | content ]#",
|
|
574
1301
|
"media": "visual",
|
|
575
1302
|
"inherited": false,
|
|
576
1303
|
"animationType": "discrete",
|
|
@@ -585,7 +1312,7 @@
|
|
|
585
1312
|
"status": "nonstandard"
|
|
586
1313
|
},
|
|
587
1314
|
"-webkit-mask-position": {
|
|
588
|
-
"syntax": "<
|
|
1315
|
+
"syntax": "<position>#",
|
|
589
1316
|
"media": "visual",
|
|
590
1317
|
"inherited": false,
|
|
591
1318
|
"animationType": "discrete",
|
|
@@ -630,7 +1357,7 @@
|
|
|
630
1357
|
"status": "nonstandard"
|
|
631
1358
|
},
|
|
632
1359
|
"-webkit-mask-repeat": {
|
|
633
|
-
"syntax": "<repeat-style
|
|
1360
|
+
"syntax": "<repeat-style>#",
|
|
634
1361
|
"media": "visual",
|
|
635
1362
|
"inherited": false,
|
|
636
1363
|
"animationType": "discrete",
|
|
@@ -670,6 +1397,21 @@
|
|
|
670
1397
|
],
|
|
671
1398
|
"initial": "repeat",
|
|
672
1399
|
"appliesto": "allElements",
|
|
1400
|
+
"computed": "absoluteLengthOrPercentage",
|
|
1401
|
+
"order": "orderOfAppearance",
|
|
1402
|
+
"status": "nonstandard"
|
|
1403
|
+
},
|
|
1404
|
+
"-webkit-mask-size": {
|
|
1405
|
+
"syntax": "<bg-size>#",
|
|
1406
|
+
"media": "visual",
|
|
1407
|
+
"inherited": false,
|
|
1408
|
+
"animationType": "discrete",
|
|
1409
|
+
"percentages": "relativeToBackgroundPositioningArea",
|
|
1410
|
+
"groups": [
|
|
1411
|
+
"WebKit Extensions"
|
|
1412
|
+
],
|
|
1413
|
+
"initial": "auto auto",
|
|
1414
|
+
"appliesto": "allElements",
|
|
673
1415
|
"computed": "asSpecified",
|
|
674
1416
|
"order": "orderOfAppearance",
|
|
675
1417
|
"status": "nonstandard"
|
|
@@ -788,8 +1530,23 @@
|
|
|
788
1530
|
"order": "uniqueOrder",
|
|
789
1531
|
"status": "nonstandard"
|
|
790
1532
|
},
|
|
1533
|
+
"-webkit-user-modify": {
|
|
1534
|
+
"syntax": "read-only | read-write | read-write-plaintext-only",
|
|
1535
|
+
"media": "interactive",
|
|
1536
|
+
"inherited": true,
|
|
1537
|
+
"animationType": "discrete",
|
|
1538
|
+
"percentages": "no",
|
|
1539
|
+
"groups": [
|
|
1540
|
+
"WebKit Extensions"
|
|
1541
|
+
],
|
|
1542
|
+
"initial": "read-only",
|
|
1543
|
+
"appliesto": "allElements",
|
|
1544
|
+
"computed": "asSpecified",
|
|
1545
|
+
"order": "uniqueOrder",
|
|
1546
|
+
"status": "nonstandard"
|
|
1547
|
+
},
|
|
791
1548
|
"align-content": {
|
|
792
|
-
"syntax": "
|
|
1549
|
+
"syntax": "normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position>",
|
|
793
1550
|
"media": "visual",
|
|
794
1551
|
"inherited": false,
|
|
795
1552
|
"animationType": "discrete",
|
|
@@ -797,14 +1554,14 @@
|
|
|
797
1554
|
"groups": [
|
|
798
1555
|
"CSS Flexible Box Layout"
|
|
799
1556
|
],
|
|
800
|
-
"initial": "
|
|
1557
|
+
"initial": "normal",
|
|
801
1558
|
"appliesto": "multilineFlexContainers",
|
|
802
1559
|
"computed": "asSpecified",
|
|
803
1560
|
"order": "uniqueOrder",
|
|
804
1561
|
"status": "standard"
|
|
805
1562
|
},
|
|
806
1563
|
"align-items": {
|
|
807
|
-
"syntax": "
|
|
1564
|
+
"syntax": "normal | stretch | <baseline-position> | [ <overflow-position>? <self-position> ]",
|
|
808
1565
|
"media": "visual",
|
|
809
1566
|
"inherited": false,
|
|
810
1567
|
"animationType": "discrete",
|
|
@@ -812,14 +1569,14 @@
|
|
|
812
1569
|
"groups": [
|
|
813
1570
|
"CSS Flexible Box Layout"
|
|
814
1571
|
],
|
|
815
|
-
"initial": "
|
|
816
|
-
"appliesto": "
|
|
1572
|
+
"initial": "normal",
|
|
1573
|
+
"appliesto": "allElements",
|
|
817
1574
|
"computed": "asSpecified",
|
|
818
1575
|
"order": "uniqueOrder",
|
|
819
1576
|
"status": "standard"
|
|
820
1577
|
},
|
|
821
1578
|
"align-self": {
|
|
822
|
-
"syntax": "auto |
|
|
1579
|
+
"syntax": "auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>",
|
|
823
1580
|
"media": "visual",
|
|
824
1581
|
"inherited": false,
|
|
825
1582
|
"animationType": "discrete",
|
|
@@ -828,7 +1585,7 @@
|
|
|
828
1585
|
"CSS Flexible Box Layout"
|
|
829
1586
|
],
|
|
830
1587
|
"initial": "auto",
|
|
831
|
-
"appliesto": "
|
|
1588
|
+
"appliesto": "flexItemsGridItemsAndAbsolutelyPositionedBoxes",
|
|
832
1589
|
"computed": "autoOnAbsolutelyPositionedElementsValueOfAlignItemsOnParent",
|
|
833
1590
|
"order": "uniqueOrder",
|
|
834
1591
|
"status": "standard"
|
|
@@ -1320,6 +2077,21 @@
|
|
|
1320
2077
|
],
|
|
1321
2078
|
"status": "standard"
|
|
1322
2079
|
},
|
|
2080
|
+
"block-overflow": {
|
|
2081
|
+
"syntax": "clip | ellipsis | <string>",
|
|
2082
|
+
"media": "visual",
|
|
2083
|
+
"inherited": true,
|
|
2084
|
+
"animationType": "discrete",
|
|
2085
|
+
"percentages": "no",
|
|
2086
|
+
"groups": [
|
|
2087
|
+
"CSS Overflow"
|
|
2088
|
+
],
|
|
2089
|
+
"initial": "clip",
|
|
2090
|
+
"appliesto": "blockContainers",
|
|
2091
|
+
"computed": "asSpecified",
|
|
2092
|
+
"order": "perGrammar",
|
|
2093
|
+
"status": "experimental"
|
|
2094
|
+
},
|
|
1323
2095
|
"block-size": {
|
|
1324
2096
|
"syntax": "<'width'>",
|
|
1325
2097
|
"media": "visual",
|
|
@@ -2508,7 +3280,7 @@
|
|
|
2508
3280
|
"animationType": "discrete",
|
|
2509
3281
|
"percentages": "no",
|
|
2510
3282
|
"groups": [
|
|
2511
|
-
"CSS
|
|
3283
|
+
"CSS Basic User Interface"
|
|
2512
3284
|
],
|
|
2513
3285
|
"initial": "content-box",
|
|
2514
3286
|
"appliesto": "allElementsAcceptingWidthOrHeight",
|
|
@@ -2523,9 +3295,7 @@
|
|
|
2523
3295
|
"animationType": "discrete",
|
|
2524
3296
|
"percentages": "no",
|
|
2525
3297
|
"groups": [
|
|
2526
|
-
"CSS
|
|
2527
|
-
"CSS Fragmentation",
|
|
2528
|
-
"CSS Regions"
|
|
3298
|
+
"CSS Fragmentation"
|
|
2529
3299
|
],
|
|
2530
3300
|
"initial": "auto",
|
|
2531
3301
|
"appliesto": "blockLevelElements",
|
|
@@ -2540,9 +3310,7 @@
|
|
|
2540
3310
|
"animationType": "discrete",
|
|
2541
3311
|
"percentages": "no",
|
|
2542
3312
|
"groups": [
|
|
2543
|
-
"CSS
|
|
2544
|
-
"CSS Fragmentation",
|
|
2545
|
-
"CSS Regions"
|
|
3313
|
+
"CSS Fragmentation"
|
|
2546
3314
|
],
|
|
2547
3315
|
"initial": "auto",
|
|
2548
3316
|
"appliesto": "blockLevelElements",
|
|
@@ -2557,9 +3325,7 @@
|
|
|
2557
3325
|
"animationType": "discrete",
|
|
2558
3326
|
"percentages": "no",
|
|
2559
3327
|
"groups": [
|
|
2560
|
-
"CSS
|
|
2561
|
-
"CSS Fragmentation",
|
|
2562
|
-
"CSS Regions"
|
|
3328
|
+
"CSS Fragmentation"
|
|
2563
3329
|
],
|
|
2564
3330
|
"initial": "auto",
|
|
2565
3331
|
"appliesto": "blockLevelElements",
|
|
@@ -2662,6 +3428,21 @@
|
|
|
2662
3428
|
],
|
|
2663
3429
|
"status": "standard"
|
|
2664
3430
|
},
|
|
3431
|
+
"color-adjust": {
|
|
3432
|
+
"syntax": "economy | exact",
|
|
3433
|
+
"media": "visual",
|
|
3434
|
+
"inherited": true,
|
|
3435
|
+
"animationType": "discrete",
|
|
3436
|
+
"percentages": "no",
|
|
3437
|
+
"groups": [
|
|
3438
|
+
"CSS Color"
|
|
3439
|
+
],
|
|
3440
|
+
"initial": "economy",
|
|
3441
|
+
"appliesto": "allElements",
|
|
3442
|
+
"computed": "asSpecified",
|
|
3443
|
+
"order": "perGrammar",
|
|
3444
|
+
"status": "standard"
|
|
3445
|
+
},
|
|
2665
3446
|
"column-count": {
|
|
2666
3447
|
"syntax": "<integer> | auto",
|
|
2667
3448
|
"media": "visual",
|
|
@@ -2693,17 +3474,17 @@
|
|
|
2693
3474
|
"status": "standard"
|
|
2694
3475
|
},
|
|
2695
3476
|
"column-gap": {
|
|
2696
|
-
"syntax": "<length-percentage>
|
|
3477
|
+
"syntax": "normal | <length-percentage>",
|
|
2697
3478
|
"media": "visual",
|
|
2698
3479
|
"inherited": false,
|
|
2699
3480
|
"animationType": "lpc",
|
|
2700
|
-
"percentages": "
|
|
3481
|
+
"percentages": "referToDimensionOfContentArea",
|
|
2701
3482
|
"groups": [
|
|
2702
|
-
"CSS
|
|
3483
|
+
"CSS Box Alignment"
|
|
2703
3484
|
],
|
|
2704
3485
|
"initial": "normal",
|
|
2705
|
-
"appliesto": "
|
|
2706
|
-
"computed": "
|
|
3486
|
+
"appliesto": "multiColumnElementsFlexContainersGridContainers",
|
|
3487
|
+
"computed": "asSpecifiedWithLengthsAbsoluteAndNormalComputingToZeroExceptMultiColumn",
|
|
2707
3488
|
"order": "perGrammar",
|
|
2708
3489
|
"status": "standard"
|
|
2709
3490
|
},
|
|
@@ -2895,7 +3676,10 @@
|
|
|
2895
3676
|
},
|
|
2896
3677
|
"cursor": {
|
|
2897
3678
|
"syntax": "[ [ <url> [ <x> <y> ]? , ]* [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing ] ]",
|
|
2898
|
-
"media":
|
|
3679
|
+
"media": [
|
|
3680
|
+
"visual",
|
|
3681
|
+
"interactive"
|
|
3682
|
+
],
|
|
2899
3683
|
"inherited": true,
|
|
2900
3684
|
"animationType": "discrete",
|
|
2901
3685
|
"percentages": "no",
|
|
@@ -2938,51 +3722,6 @@
|
|
|
2938
3722
|
"order": "uniqueOrder",
|
|
2939
3723
|
"status": "standard"
|
|
2940
3724
|
},
|
|
2941
|
-
"display-inside": {
|
|
2942
|
-
"syntax": "auto | block | table | flex | grid | ruby",
|
|
2943
|
-
"media": "all",
|
|
2944
|
-
"inherited": false,
|
|
2945
|
-
"animationType": "discrete",
|
|
2946
|
-
"percentages": "no",
|
|
2947
|
-
"groups": [
|
|
2948
|
-
"CSS Display"
|
|
2949
|
-
],
|
|
2950
|
-
"initial": "auto",
|
|
2951
|
-
"appliesto": "allElements",
|
|
2952
|
-
"computed": "asSpecified",
|
|
2953
|
-
"order": "uniqueOrder",
|
|
2954
|
-
"status": "experimental"
|
|
2955
|
-
},
|
|
2956
|
-
"display-list": {
|
|
2957
|
-
"syntax": "none | list-item",
|
|
2958
|
-
"media": "all",
|
|
2959
|
-
"inherited": false,
|
|
2960
|
-
"animationType": "discrete",
|
|
2961
|
-
"percentages": "no",
|
|
2962
|
-
"groups": [
|
|
2963
|
-
"CSS Display"
|
|
2964
|
-
],
|
|
2965
|
-
"initial": "none",
|
|
2966
|
-
"appliesto": "allElements",
|
|
2967
|
-
"computed": "asSpecified",
|
|
2968
|
-
"order": "uniqueOrder",
|
|
2969
|
-
"status": "experimental"
|
|
2970
|
-
},
|
|
2971
|
-
"display-outside": {
|
|
2972
|
-
"syntax": "block-level | inline-level | run-in | contents | none | table-row-group | table-header-group | table-footer-group | table-row | table-cell | table-column-group | table-column | table-caption | ruby-base | ruby-text | ruby-base-container | ruby-text-container",
|
|
2973
|
-
"media": "all",
|
|
2974
|
-
"inherited": false,
|
|
2975
|
-
"animationType": "discrete",
|
|
2976
|
-
"percentages": "no",
|
|
2977
|
-
"groups": [
|
|
2978
|
-
"CSS Display"
|
|
2979
|
-
],
|
|
2980
|
-
"initial": "inline-level",
|
|
2981
|
-
"appliesto": "allElements",
|
|
2982
|
-
"computed": "asSpecified",
|
|
2983
|
-
"order": "uniqueOrder",
|
|
2984
|
-
"status": "experimental"
|
|
2985
|
-
},
|
|
2986
3725
|
"empty-cells": {
|
|
2987
3726
|
"syntax": "show | hide",
|
|
2988
3727
|
"media": "visual",
|
|
@@ -3278,6 +4017,26 @@
|
|
|
3278
4017
|
],
|
|
3279
4018
|
"status": "standard"
|
|
3280
4019
|
},
|
|
4020
|
+
"font-optical-sizing": {
|
|
4021
|
+
"syntax": "auto | none",
|
|
4022
|
+
"media": "visual",
|
|
4023
|
+
"inherited": true,
|
|
4024
|
+
"animationType": "discrete",
|
|
4025
|
+
"percentages": "no",
|
|
4026
|
+
"groups": [
|
|
4027
|
+
"CSS Fonts"
|
|
4028
|
+
],
|
|
4029
|
+
"initial": "auto",
|
|
4030
|
+
"appliesto": "allElements",
|
|
4031
|
+
"computed": "asSpecified",
|
|
4032
|
+
"order": "perGrammar",
|
|
4033
|
+
"alsoAppliesTo": [
|
|
4034
|
+
"::first-letter",
|
|
4035
|
+
"::first-line",
|
|
4036
|
+
"::placeholder"
|
|
4037
|
+
],
|
|
4038
|
+
"status": "standard"
|
|
4039
|
+
},
|
|
3281
4040
|
"font-variation-settings": {
|
|
3282
4041
|
"syntax": "normal | [ <string> <number> ]#",
|
|
3283
4042
|
"media": "visual",
|
|
@@ -3339,7 +4098,7 @@
|
|
|
3339
4098
|
"status": "standard"
|
|
3340
4099
|
},
|
|
3341
4100
|
"font-stretch": {
|
|
3342
|
-
"syntax": "
|
|
4101
|
+
"syntax": "<font-stretch-absolute>",
|
|
3343
4102
|
"media": "visual",
|
|
3344
4103
|
"inherited": true,
|
|
3345
4104
|
"animationType": "fontStretch",
|
|
@@ -3359,7 +4118,7 @@
|
|
|
3359
4118
|
"status": "standard"
|
|
3360
4119
|
},
|
|
3361
4120
|
"font-style": {
|
|
3362
|
-
"syntax": "normal | italic | oblique",
|
|
4121
|
+
"syntax": "normal | italic | oblique <angle>?",
|
|
3363
4122
|
"media": "visual",
|
|
3364
4123
|
"inherited": true,
|
|
3365
4124
|
"animationType": "discrete",
|
|
@@ -3539,7 +4298,7 @@
|
|
|
3539
4298
|
"status": "standard"
|
|
3540
4299
|
},
|
|
3541
4300
|
"font-weight": {
|
|
3542
|
-
"syntax": "
|
|
4301
|
+
"syntax": "<font-weight-absolute> | bolder | lighter",
|
|
3543
4302
|
"media": "visual",
|
|
3544
4303
|
"inherited": true,
|
|
3545
4304
|
"animationType": "fontWeight",
|
|
@@ -3547,15 +4306,39 @@
|
|
|
3547
4306
|
"groups": [
|
|
3548
4307
|
"CSS Fonts"
|
|
3549
4308
|
],
|
|
3550
|
-
"initial": "normal",
|
|
3551
|
-
"appliesto": "allElements",
|
|
3552
|
-
"computed": "keywordOrNumericalValueBolderLighterTransformedToRealValue",
|
|
3553
|
-
"order": "uniqueOrder",
|
|
3554
|
-
"alsoAppliesTo": [
|
|
3555
|
-
"::first-letter",
|
|
3556
|
-
"::first-line",
|
|
3557
|
-
"::placeholder"
|
|
4309
|
+
"initial": "normal",
|
|
4310
|
+
"appliesto": "allElements",
|
|
4311
|
+
"computed": "keywordOrNumericalValueBolderLighterTransformedToRealValue",
|
|
4312
|
+
"order": "uniqueOrder",
|
|
4313
|
+
"alsoAppliesTo": [
|
|
4314
|
+
"::first-letter",
|
|
4315
|
+
"::first-line",
|
|
4316
|
+
"::placeholder"
|
|
4317
|
+
],
|
|
4318
|
+
"status": "standard"
|
|
4319
|
+
},
|
|
4320
|
+
"gap": {
|
|
4321
|
+
"syntax": "<'row-gap'> <'column-gap'>?",
|
|
4322
|
+
"media": "visual",
|
|
4323
|
+
"inherited": false,
|
|
4324
|
+
"animationType": [
|
|
4325
|
+
"row-gap",
|
|
4326
|
+
"column-gap"
|
|
4327
|
+
],
|
|
4328
|
+
"percentages": "no",
|
|
4329
|
+
"groups": [
|
|
4330
|
+
"CSS Box Alignment"
|
|
4331
|
+
],
|
|
4332
|
+
"initial": [
|
|
4333
|
+
"row-gap",
|
|
4334
|
+
"column-gap"
|
|
4335
|
+
],
|
|
4336
|
+
"appliesto": "gridContainers",
|
|
4337
|
+
"computed": [
|
|
4338
|
+
"row-gap",
|
|
4339
|
+
"column-gap"
|
|
3558
4340
|
],
|
|
4341
|
+
"order": "uniqueOrder",
|
|
3559
4342
|
"status": "standard"
|
|
3560
4343
|
},
|
|
3561
4344
|
"grid": {
|
|
@@ -3580,7 +4363,9 @@
|
|
|
3580
4363
|
"grid-auto-columns",
|
|
3581
4364
|
"grid-auto-flow",
|
|
3582
4365
|
"grid-column-gap",
|
|
3583
|
-
"grid-row-gap"
|
|
4366
|
+
"grid-row-gap",
|
|
4367
|
+
"column-gap",
|
|
4368
|
+
"row-gap"
|
|
3584
4369
|
],
|
|
3585
4370
|
"appliesto": "gridContainers",
|
|
3586
4371
|
"computed": [
|
|
@@ -3591,7 +4376,9 @@
|
|
|
3591
4376
|
"grid-auto-columns",
|
|
3592
4377
|
"grid-auto-flow",
|
|
3593
4378
|
"grid-column-gap",
|
|
3594
|
-
"grid-row-gap"
|
|
4379
|
+
"grid-row-gap",
|
|
4380
|
+
"column-gap",
|
|
4381
|
+
"row-gap"
|
|
3595
4382
|
],
|
|
3596
4383
|
"order": "uniqueOrder",
|
|
3597
4384
|
"status": "standard"
|
|
@@ -3715,7 +4502,7 @@
|
|
|
3715
4502
|
"appliesto": "gridContainers",
|
|
3716
4503
|
"computed": "percentageAsSpecifiedOrAbsoluteLength",
|
|
3717
4504
|
"order": "uniqueOrder",
|
|
3718
|
-
"status": "
|
|
4505
|
+
"status": "obsolete"
|
|
3719
4506
|
},
|
|
3720
4507
|
"grid-column-start": {
|
|
3721
4508
|
"syntax": "<grid-line>",
|
|
@@ -3754,7 +4541,7 @@
|
|
|
3754
4541
|
"grid-column-gap"
|
|
3755
4542
|
],
|
|
3756
4543
|
"order": "uniqueOrder",
|
|
3757
|
-
"status": "
|
|
4544
|
+
"status": "obsolete"
|
|
3758
4545
|
},
|
|
3759
4546
|
"grid-row": {
|
|
3760
4547
|
"syntax": "<grid-line> [ / <grid-line> ]?",
|
|
@@ -3805,7 +4592,7 @@
|
|
|
3805
4592
|
"appliesto": "gridContainers",
|
|
3806
4593
|
"computed": "percentageAsSpecifiedOrAbsoluteLength",
|
|
3807
4594
|
"order": "uniqueOrder",
|
|
3808
|
-
"status": "
|
|
4595
|
+
"status": "obsolete"
|
|
3809
4596
|
},
|
|
3810
4597
|
"grid-row-start": {
|
|
3811
4598
|
"syntax": "<grid-line>",
|
|
@@ -3981,7 +4768,7 @@
|
|
|
3981
4768
|
"appliesto": "allElements",
|
|
3982
4769
|
"computed": "asSpecifiedWithExceptionOfResolution",
|
|
3983
4770
|
"order": "uniqueOrder",
|
|
3984
|
-
"status": "
|
|
4771
|
+
"status": "experimental"
|
|
3985
4772
|
},
|
|
3986
4773
|
"ime-mode": {
|
|
3987
4774
|
"syntax": "auto | normal | active | inactive | disabled",
|
|
@@ -4059,7 +4846,7 @@
|
|
|
4059
4846
|
"status": "standard"
|
|
4060
4847
|
},
|
|
4061
4848
|
"justify-content": {
|
|
4062
|
-
"syntax": "
|
|
4849
|
+
"syntax": "normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ]",
|
|
4063
4850
|
"media": "visual",
|
|
4064
4851
|
"inherited": false,
|
|
4065
4852
|
"animationType": "discrete",
|
|
@@ -4067,12 +4854,42 @@
|
|
|
4067
4854
|
"groups": [
|
|
4068
4855
|
"CSS Flexible Box Layout"
|
|
4069
4856
|
],
|
|
4070
|
-
"initial": "
|
|
4857
|
+
"initial": "normal",
|
|
4071
4858
|
"appliesto": "flexContainers",
|
|
4072
4859
|
"computed": "asSpecified",
|
|
4073
4860
|
"order": "uniqueOrder",
|
|
4074
4861
|
"status": "standard"
|
|
4075
4862
|
},
|
|
4863
|
+
"justify-items": {
|
|
4864
|
+
"syntax": "normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | legacy | legacy && [ left | right | center ]",
|
|
4865
|
+
"media": "visual",
|
|
4866
|
+
"inherited": false,
|
|
4867
|
+
"animationType": "discrete",
|
|
4868
|
+
"percentages": "no",
|
|
4869
|
+
"groups": [
|
|
4870
|
+
"CSS Box Alignment"
|
|
4871
|
+
],
|
|
4872
|
+
"initial": "legacy",
|
|
4873
|
+
"appliesto": "allElements",
|
|
4874
|
+
"computed": "asSpecified",
|
|
4875
|
+
"order": "perGrammar",
|
|
4876
|
+
"status": "standard"
|
|
4877
|
+
},
|
|
4878
|
+
"justify-self": {
|
|
4879
|
+
"syntax": "auto | normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ]",
|
|
4880
|
+
"media": "visual",
|
|
4881
|
+
"inherited": false,
|
|
4882
|
+
"animationType": "discrete",
|
|
4883
|
+
"percentages": "no",
|
|
4884
|
+
"groups": [
|
|
4885
|
+
"CSS Box Alignment"
|
|
4886
|
+
],
|
|
4887
|
+
"initial": "auto",
|
|
4888
|
+
"appliesto": "blockLevelBoxesAndAbsolutelyPositionedBoxesAndGridItems",
|
|
4889
|
+
"computed": "asSpecified",
|
|
4890
|
+
"order": "uniqueOrder",
|
|
4891
|
+
"status": "standard"
|
|
4892
|
+
},
|
|
4076
4893
|
"left": {
|
|
4077
4894
|
"syntax": "<length> | <percentage> | auto",
|
|
4078
4895
|
"media": "visual",
|
|
@@ -4122,6 +4939,21 @@
|
|
|
4122
4939
|
"order": "uniqueOrder",
|
|
4123
4940
|
"status": "standard"
|
|
4124
4941
|
},
|
|
4942
|
+
"line-clamp": {
|
|
4943
|
+
"syntax": "none | <integer>",
|
|
4944
|
+
"media": "visual",
|
|
4945
|
+
"inherited": false,
|
|
4946
|
+
"animationType": "integer",
|
|
4947
|
+
"percentages": "no",
|
|
4948
|
+
"groups": [
|
|
4949
|
+
"CSS Overflow"
|
|
4950
|
+
],
|
|
4951
|
+
"initial": "none",
|
|
4952
|
+
"appliesto": "blockContainersExceptMultiColumnContainers",
|
|
4953
|
+
"computed": "asSpecified",
|
|
4954
|
+
"order": "perGrammar",
|
|
4955
|
+
"status": "experimental"
|
|
4956
|
+
},
|
|
4125
4957
|
"line-height": {
|
|
4126
4958
|
"syntax": "normal | <number> | <length> | <percentage>",
|
|
4127
4959
|
"media": "visual",
|
|
@@ -4143,7 +4975,7 @@
|
|
|
4143
4975
|
"status": "standard"
|
|
4144
4976
|
},
|
|
4145
4977
|
"line-height-step": {
|
|
4146
|
-
"syntax": "
|
|
4978
|
+
"syntax": "<length>",
|
|
4147
4979
|
"media": "visual",
|
|
4148
4980
|
"inherited": true,
|
|
4149
4981
|
"animationType": "discrete",
|
|
@@ -4151,9 +4983,9 @@
|
|
|
4151
4983
|
"groups": [
|
|
4152
4984
|
"CSS Fonts"
|
|
4153
4985
|
],
|
|
4154
|
-
"initial": "
|
|
4986
|
+
"initial": "0",
|
|
4155
4987
|
"appliesto": "blockContainerElements",
|
|
4156
|
-
"computed": "
|
|
4988
|
+
"computed": "absoluteLength",
|
|
4157
4989
|
"order": "perGrammar",
|
|
4158
4990
|
"status": "experimental"
|
|
4159
4991
|
},
|
|
@@ -4740,6 +5572,21 @@
|
|
|
4740
5572
|
"order": "uniqueOrder",
|
|
4741
5573
|
"status": "experimental"
|
|
4742
5574
|
},
|
|
5575
|
+
"max-lines": {
|
|
5576
|
+
"syntax": "none | <integer>",
|
|
5577
|
+
"media": "visual",
|
|
5578
|
+
"inherited": false,
|
|
5579
|
+
"animationType": "integer",
|
|
5580
|
+
"percentages": "no",
|
|
5581
|
+
"groups": [
|
|
5582
|
+
"CSS Overflow"
|
|
5583
|
+
],
|
|
5584
|
+
"initial": "none",
|
|
5585
|
+
"appliesto": "blockContainersExceptMultiColumnContainers",
|
|
5586
|
+
"computed": "asSpecified",
|
|
5587
|
+
"order": "perGrammar",
|
|
5588
|
+
"status": "experimental"
|
|
5589
|
+
},
|
|
4743
5590
|
"max-width": {
|
|
4744
5591
|
"syntax": "<length> | <percentage> | none | max-content | min-content | fit-content | fill-available",
|
|
4745
5592
|
"media": "visual",
|
|
@@ -5075,7 +5922,6 @@
|
|
|
5075
5922
|
"animationType": "discrete",
|
|
5076
5923
|
"percentages": "no",
|
|
5077
5924
|
"groups": [
|
|
5078
|
-
"CSS Columns",
|
|
5079
5925
|
"CSS Fragmentation"
|
|
5080
5926
|
],
|
|
5081
5927
|
"initial": "2",
|
|
@@ -5086,7 +5932,10 @@
|
|
|
5086
5932
|
},
|
|
5087
5933
|
"outline": {
|
|
5088
5934
|
"syntax": "[ <'outline-color'> || <'outline-style'> || <'outline-width'> ]",
|
|
5089
|
-
"media":
|
|
5935
|
+
"media": [
|
|
5936
|
+
"visual",
|
|
5937
|
+
"interactive"
|
|
5938
|
+
],
|
|
5090
5939
|
"inherited": false,
|
|
5091
5940
|
"animationType": [
|
|
5092
5941
|
"outline-color",
|
|
@@ -5113,7 +5962,10 @@
|
|
|
5113
5962
|
},
|
|
5114
5963
|
"outline-color": {
|
|
5115
5964
|
"syntax": "<color> | invert",
|
|
5116
|
-
"media":
|
|
5965
|
+
"media": [
|
|
5966
|
+
"visual",
|
|
5967
|
+
"interactive"
|
|
5968
|
+
],
|
|
5117
5969
|
"inherited": false,
|
|
5118
5970
|
"animationType": "color",
|
|
5119
5971
|
"percentages": "no",
|
|
@@ -5128,7 +5980,10 @@
|
|
|
5128
5980
|
},
|
|
5129
5981
|
"outline-offset": {
|
|
5130
5982
|
"syntax": "<length>",
|
|
5131
|
-
"media":
|
|
5983
|
+
"media": [
|
|
5984
|
+
"visual",
|
|
5985
|
+
"interactive"
|
|
5986
|
+
],
|
|
5132
5987
|
"inherited": false,
|
|
5133
5988
|
"animationType": "length",
|
|
5134
5989
|
"percentages": "no",
|
|
@@ -5143,7 +5998,10 @@
|
|
|
5143
5998
|
},
|
|
5144
5999
|
"outline-style": {
|
|
5145
6000
|
"syntax": "auto | <br-style>",
|
|
5146
|
-
"media":
|
|
6001
|
+
"media": [
|
|
6002
|
+
"visual",
|
|
6003
|
+
"interactive"
|
|
6004
|
+
],
|
|
5147
6005
|
"inherited": false,
|
|
5148
6006
|
"animationType": "discrete",
|
|
5149
6007
|
"percentages": "no",
|
|
@@ -5158,7 +6016,10 @@
|
|
|
5158
6016
|
},
|
|
5159
6017
|
"outline-width": {
|
|
5160
6018
|
"syntax": "<br-width>",
|
|
5161
|
-
"media":
|
|
6019
|
+
"media": [
|
|
6020
|
+
"visual",
|
|
6021
|
+
"interactive"
|
|
6022
|
+
],
|
|
5162
6023
|
"inherited": false,
|
|
5163
6024
|
"animationType": "length",
|
|
5164
6025
|
"percentages": "no",
|
|
@@ -5172,20 +6033,50 @@
|
|
|
5172
6033
|
"status": "standard"
|
|
5173
6034
|
},
|
|
5174
6035
|
"overflow": {
|
|
5175
|
-
"syntax": "visible | hidden | scroll | auto",
|
|
6036
|
+
"syntax": "[ visible | hidden | clip | scroll | auto ]{1,2}",
|
|
5176
6037
|
"media": "visual",
|
|
5177
6038
|
"inherited": false,
|
|
5178
6039
|
"animationType": "discrete",
|
|
5179
6040
|
"percentages": "no",
|
|
5180
6041
|
"groups": [
|
|
5181
|
-
"CSS
|
|
6042
|
+
"CSS Overflow"
|
|
5182
6043
|
],
|
|
5183
6044
|
"initial": "visible",
|
|
5184
|
-
"appliesto": "
|
|
6045
|
+
"appliesto": "blockContainersFlexContainersGridContainers",
|
|
5185
6046
|
"computed": "asSpecified",
|
|
5186
6047
|
"order": "uniqueOrder",
|
|
5187
6048
|
"status": "standard"
|
|
5188
6049
|
},
|
|
6050
|
+
"overflow-anchor": {
|
|
6051
|
+
"syntax": "auto | none",
|
|
6052
|
+
"media": "visual",
|
|
6053
|
+
"inherited": false,
|
|
6054
|
+
"animationType": "discrete",
|
|
6055
|
+
"percentages": "no",
|
|
6056
|
+
"groups": [
|
|
6057
|
+
"CSS Scroll Anchoring"
|
|
6058
|
+
],
|
|
6059
|
+
"initial": "auto",
|
|
6060
|
+
"appliesto": "allElements",
|
|
6061
|
+
"computed": "asSpecified",
|
|
6062
|
+
"order": "perGrammar",
|
|
6063
|
+
"status": "experimental"
|
|
6064
|
+
},
|
|
6065
|
+
"overflow-block": {
|
|
6066
|
+
"syntax": "<'overflow'>",
|
|
6067
|
+
"media": "visual",
|
|
6068
|
+
"inherited": false,
|
|
6069
|
+
"animationType": "discrete",
|
|
6070
|
+
"percentages": "no",
|
|
6071
|
+
"groups": [
|
|
6072
|
+
"CSS Overflow"
|
|
6073
|
+
],
|
|
6074
|
+
"initial": "auto",
|
|
6075
|
+
"appliesto": "blockContainersFlexContainersGridContainers",
|
|
6076
|
+
"computed": "asSpecified",
|
|
6077
|
+
"order": "perGrammar",
|
|
6078
|
+
"status": "experimental"
|
|
6079
|
+
},
|
|
5189
6080
|
"overflow-clip-box": {
|
|
5190
6081
|
"syntax": "padding-box | content-box",
|
|
5191
6082
|
"media": "visual",
|
|
@@ -5201,6 +6092,21 @@
|
|
|
5201
6092
|
"order": "uniqueOrder",
|
|
5202
6093
|
"status": "nonstandard"
|
|
5203
6094
|
},
|
|
6095
|
+
"overflow-inline": {
|
|
6096
|
+
"syntax": "<'overflow'>",
|
|
6097
|
+
"media": "visual",
|
|
6098
|
+
"inherited": false,
|
|
6099
|
+
"animationType": "discrete",
|
|
6100
|
+
"percentages": "no",
|
|
6101
|
+
"groups": [
|
|
6102
|
+
"CSS Overflow"
|
|
6103
|
+
],
|
|
6104
|
+
"initial": "auto",
|
|
6105
|
+
"appliesto": "blockContainersFlexContainersGridContainers",
|
|
6106
|
+
"computed": "asSpecified",
|
|
6107
|
+
"order": "perGrammar",
|
|
6108
|
+
"status": "experimental"
|
|
6109
|
+
},
|
|
5204
6110
|
"overflow-wrap": {
|
|
5205
6111
|
"syntax": "normal | break-word",
|
|
5206
6112
|
"media": "visual",
|
|
@@ -5217,35 +6123,80 @@
|
|
|
5217
6123
|
"status": "standard"
|
|
5218
6124
|
},
|
|
5219
6125
|
"overflow-x": {
|
|
5220
|
-
"syntax": "visible | hidden | scroll | auto",
|
|
6126
|
+
"syntax": "visible | hidden | clip | scroll | auto",
|
|
5221
6127
|
"media": "visual",
|
|
5222
6128
|
"inherited": false,
|
|
5223
6129
|
"animationType": "discrete",
|
|
5224
6130
|
"percentages": "no",
|
|
5225
6131
|
"groups": [
|
|
5226
|
-
"CSS
|
|
6132
|
+
"CSS Overflow"
|
|
5227
6133
|
],
|
|
5228
6134
|
"initial": "visible",
|
|
5229
|
-
"appliesto": "
|
|
6135
|
+
"appliesto": "blockContainersFlexContainersGridContainers",
|
|
5230
6136
|
"computed": "asSpecified",
|
|
5231
6137
|
"order": "uniqueOrder",
|
|
5232
6138
|
"status": "standard"
|
|
5233
6139
|
},
|
|
5234
6140
|
"overflow-y": {
|
|
5235
|
-
"syntax": "visible | hidden | scroll | auto",
|
|
6141
|
+
"syntax": "visible | hidden | clip | scroll | auto",
|
|
5236
6142
|
"media": "visual",
|
|
5237
6143
|
"inherited": false,
|
|
5238
6144
|
"animationType": "discrete",
|
|
5239
6145
|
"percentages": "no",
|
|
5240
6146
|
"groups": [
|
|
5241
|
-
"CSS
|
|
6147
|
+
"CSS Overflow"
|
|
5242
6148
|
],
|
|
5243
6149
|
"initial": "visible",
|
|
5244
|
-
"appliesto": "
|
|
6150
|
+
"appliesto": "blockContainersFlexContainersGridContainers",
|
|
5245
6151
|
"computed": "asSpecified",
|
|
5246
6152
|
"order": "uniqueOrder",
|
|
5247
6153
|
"status": "standard"
|
|
5248
6154
|
},
|
|
6155
|
+
"overscroll-behavior": {
|
|
6156
|
+
"syntax": "[ contain | none | auto ]{1,2}",
|
|
6157
|
+
"media": "visual",
|
|
6158
|
+
"inherited": false,
|
|
6159
|
+
"animationType": "discrete",
|
|
6160
|
+
"percentages": "no",
|
|
6161
|
+
"groups": [
|
|
6162
|
+
"CSS Box Model"
|
|
6163
|
+
],
|
|
6164
|
+
"initial": "auto",
|
|
6165
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
6166
|
+
"computed": "asSpecified",
|
|
6167
|
+
"order": "uniqueOrder",
|
|
6168
|
+
"status": "nonstandard"
|
|
6169
|
+
},
|
|
6170
|
+
"overscroll-behavior-x": {
|
|
6171
|
+
"syntax": "contain | none | auto",
|
|
6172
|
+
"media": "visual",
|
|
6173
|
+
"inherited": false,
|
|
6174
|
+
"animationType": "discrete",
|
|
6175
|
+
"percentages": "no",
|
|
6176
|
+
"groups": [
|
|
6177
|
+
"CSS Box Model"
|
|
6178
|
+
],
|
|
6179
|
+
"initial": "auto",
|
|
6180
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
6181
|
+
"computed": "asSpecified",
|
|
6182
|
+
"order": "uniqueOrder",
|
|
6183
|
+
"status": "nonstandard"
|
|
6184
|
+
},
|
|
6185
|
+
"overscroll-behavior-y": {
|
|
6186
|
+
"syntax": "contain | none | auto",
|
|
6187
|
+
"media": "visual",
|
|
6188
|
+
"inherited": false,
|
|
6189
|
+
"animationType": "discrete",
|
|
6190
|
+
"percentages": "no",
|
|
6191
|
+
"groups": [
|
|
6192
|
+
"CSS Box Model"
|
|
6193
|
+
],
|
|
6194
|
+
"initial": "auto",
|
|
6195
|
+
"appliesto": "nonReplacedBlockAndInlineBlockElements",
|
|
6196
|
+
"computed": "asSpecified",
|
|
6197
|
+
"order": "uniqueOrder",
|
|
6198
|
+
"status": "nonstandard"
|
|
6199
|
+
},
|
|
5249
6200
|
"padding": {
|
|
5250
6201
|
"syntax": "[ <length> | <percentage> ]{1,4}",
|
|
5251
6202
|
"media": "visual",
|
|
@@ -5407,8 +6358,11 @@
|
|
|
5407
6358
|
"status": "standard"
|
|
5408
6359
|
},
|
|
5409
6360
|
"page-break-after": {
|
|
5410
|
-
"syntax": "auto | always | avoid | left | right",
|
|
5411
|
-
"media":
|
|
6361
|
+
"syntax": "auto | always | avoid | left | right | recto | verso",
|
|
6362
|
+
"media": [
|
|
6363
|
+
"visual",
|
|
6364
|
+
"paged"
|
|
6365
|
+
],
|
|
5412
6366
|
"inherited": false,
|
|
5413
6367
|
"animationType": "discrete",
|
|
5414
6368
|
"percentages": "no",
|
|
@@ -5422,8 +6376,11 @@
|
|
|
5422
6376
|
"status": "standard"
|
|
5423
6377
|
},
|
|
5424
6378
|
"page-break-before": {
|
|
5425
|
-
"syntax": "auto | always | avoid | left | right",
|
|
5426
|
-
"media":
|
|
6379
|
+
"syntax": "auto | always | avoid | left | right | recto | verso",
|
|
6380
|
+
"media": [
|
|
6381
|
+
"visual",
|
|
6382
|
+
"paged"
|
|
6383
|
+
],
|
|
5427
6384
|
"inherited": false,
|
|
5428
6385
|
"animationType": "discrete",
|
|
5429
6386
|
"percentages": "no",
|
|
@@ -5438,7 +6395,10 @@
|
|
|
5438
6395
|
},
|
|
5439
6396
|
"page-break-inside": {
|
|
5440
6397
|
"syntax": "auto | avoid",
|
|
5441
|
-
"media":
|
|
6398
|
+
"media": [
|
|
6399
|
+
"visual",
|
|
6400
|
+
"paged"
|
|
6401
|
+
],
|
|
5442
6402
|
"inherited": false,
|
|
5443
6403
|
"animationType": "discrete",
|
|
5444
6404
|
"percentages": "no",
|
|
@@ -5451,6 +6411,21 @@
|
|
|
5451
6411
|
"order": "uniqueOrder",
|
|
5452
6412
|
"status": "standard"
|
|
5453
6413
|
},
|
|
6414
|
+
"paint-order": {
|
|
6415
|
+
"syntax": "normal | [ fill || stroke || markers ]",
|
|
6416
|
+
"media": "visual",
|
|
6417
|
+
"inherited": true,
|
|
6418
|
+
"animationType": "discrete",
|
|
6419
|
+
"percentages": "no",
|
|
6420
|
+
"groups": [
|
|
6421
|
+
"CSS Text"
|
|
6422
|
+
],
|
|
6423
|
+
"initial": "normal",
|
|
6424
|
+
"appliesto": "textElements",
|
|
6425
|
+
"computed": "asSpecified",
|
|
6426
|
+
"order": "uniqueOrder",
|
|
6427
|
+
"status": "experimental"
|
|
6428
|
+
},
|
|
5454
6429
|
"perspective": {
|
|
5455
6430
|
"syntax": "none | <length>",
|
|
5456
6431
|
"media": "visual",
|
|
@@ -5482,6 +6457,21 @@
|
|
|
5482
6457
|
"order": "oneOrTwoValuesLengthAbsoluteKeywordsPercentages",
|
|
5483
6458
|
"status": "standard"
|
|
5484
6459
|
},
|
|
6460
|
+
"place-content": {
|
|
6461
|
+
"syntax": "<'align-content'> <'justify-content'>?",
|
|
6462
|
+
"media": "visual",
|
|
6463
|
+
"inherited": false,
|
|
6464
|
+
"animationType": "discrete",
|
|
6465
|
+
"percentages": "no",
|
|
6466
|
+
"groups": [
|
|
6467
|
+
"CSS Flexible Box Layout"
|
|
6468
|
+
],
|
|
6469
|
+
"initial": "normal",
|
|
6470
|
+
"appliesto": "multilineFlexContainers",
|
|
6471
|
+
"computed": "asSpecified",
|
|
6472
|
+
"order": "uniqueOrder",
|
|
6473
|
+
"status": "standard"
|
|
6474
|
+
},
|
|
5485
6475
|
"pointer-events": {
|
|
5486
6476
|
"syntax": "auto | none | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all | inherit",
|
|
5487
6477
|
"media": "visual",
|
|
@@ -5558,6 +6548,37 @@
|
|
|
5558
6548
|
"order": "uniqueOrder",
|
|
5559
6549
|
"status": "standard"
|
|
5560
6550
|
},
|
|
6551
|
+
"rotate": {
|
|
6552
|
+
"syntax": "none | [ x | y | z | <number>{3} ]? && <angle>",
|
|
6553
|
+
"media": "visual",
|
|
6554
|
+
"inherited": false,
|
|
6555
|
+
"animationType": "transform",
|
|
6556
|
+
"percentages": "no",
|
|
6557
|
+
"groups": [
|
|
6558
|
+
"CSS Transforms"
|
|
6559
|
+
],
|
|
6560
|
+
"initial": "none",
|
|
6561
|
+
"appliesto": "transformableElements",
|
|
6562
|
+
"computed": "asSpecified",
|
|
6563
|
+
"order": "perGrammar",
|
|
6564
|
+
"stacking": true,
|
|
6565
|
+
"status": "standard"
|
|
6566
|
+
},
|
|
6567
|
+
"row-gap": {
|
|
6568
|
+
"syntax": "normal | <length-percentage>",
|
|
6569
|
+
"media": "visual",
|
|
6570
|
+
"inherited": false,
|
|
6571
|
+
"animationType": "lpc",
|
|
6572
|
+
"percentages": "referToDimensionOfContentArea",
|
|
6573
|
+
"groups": [
|
|
6574
|
+
"CSS Box Alignment"
|
|
6575
|
+
],
|
|
6576
|
+
"initial": "normal",
|
|
6577
|
+
"appliesto": "multiColumnElementsFlexContainersGridContainers",
|
|
6578
|
+
"computed": "asSpecifiedWithLengthsAbsoluteAndNormalComputingToZeroExceptMultiColumn",
|
|
6579
|
+
"order": "perGrammar",
|
|
6580
|
+
"status": "standard"
|
|
6581
|
+
},
|
|
5561
6582
|
"ruby-align": {
|
|
5562
6583
|
"syntax": "start | center | space-between | space-around",
|
|
5563
6584
|
"media": "visual",
|
|
@@ -5571,7 +6592,7 @@
|
|
|
5571
6592
|
"appliesto": "rubyBasesAnnotationsBaseAnnotationContainers",
|
|
5572
6593
|
"computed": "asSpecified",
|
|
5573
6594
|
"order": "uniqueOrder",
|
|
5574
|
-
"status": "
|
|
6595
|
+
"status": "experimental"
|
|
5575
6596
|
},
|
|
5576
6597
|
"ruby-merge": {
|
|
5577
6598
|
"syntax": "separate | collapse | auto",
|
|
@@ -5586,7 +6607,7 @@
|
|
|
5586
6607
|
"appliesto": "rubyAnnotationsContainers",
|
|
5587
6608
|
"computed": "asSpecified",
|
|
5588
6609
|
"order": "uniqueOrder",
|
|
5589
|
-
"status": "
|
|
6610
|
+
"status": "experimental"
|
|
5590
6611
|
},
|
|
5591
6612
|
"ruby-position": {
|
|
5592
6613
|
"syntax": "over | under | inter-character",
|
|
@@ -5601,6 +6622,22 @@
|
|
|
5601
6622
|
"appliesto": "rubyAnnotationsContainers",
|
|
5602
6623
|
"computed": "asSpecified",
|
|
5603
6624
|
"order": "uniqueOrder",
|
|
6625
|
+
"status": "experimental"
|
|
6626
|
+
},
|
|
6627
|
+
"scale": {
|
|
6628
|
+
"syntax": "none | <number>{1,3}",
|
|
6629
|
+
"media": "visual",
|
|
6630
|
+
"inherited": false,
|
|
6631
|
+
"animationType": "transform",
|
|
6632
|
+
"percentages": "no",
|
|
6633
|
+
"groups": [
|
|
6634
|
+
"CSS Transforms"
|
|
6635
|
+
],
|
|
6636
|
+
"initial": "none",
|
|
6637
|
+
"appliesto": "transformableElements",
|
|
6638
|
+
"computed": "asSpecified",
|
|
6639
|
+
"order": "perGrammar",
|
|
6640
|
+
"stacking": true,
|
|
5604
6641
|
"status": "standard"
|
|
5605
6642
|
},
|
|
5606
6643
|
"scroll-behavior": {
|
|
@@ -6362,6 +7399,22 @@
|
|
|
6362
7399
|
"order": "uniqueOrder",
|
|
6363
7400
|
"status": "standard"
|
|
6364
7401
|
},
|
|
7402
|
+
"translate": {
|
|
7403
|
+
"syntax": "none | <length-percentage> [ <length-percentage> <length>? ]?",
|
|
7404
|
+
"media": "visual",
|
|
7405
|
+
"inherited": false,
|
|
7406
|
+
"animationType": "transform",
|
|
7407
|
+
"percentages": "referToSizeOfBoundingBox",
|
|
7408
|
+
"groups": [
|
|
7409
|
+
"CSS Transforms"
|
|
7410
|
+
],
|
|
7411
|
+
"initial": "none",
|
|
7412
|
+
"appliesto": "transformableElements",
|
|
7413
|
+
"computed": "asSpecifiedRelativeToAbsoluteLengths",
|
|
7414
|
+
"order": "perGrammar",
|
|
7415
|
+
"stacking": true,
|
|
7416
|
+
"status": "standard"
|
|
7417
|
+
},
|
|
6365
7418
|
"unicode-bidi": {
|
|
6366
7419
|
"syntax": "normal | embed | isolate | bidi-override | isolate-override | plaintext",
|
|
6367
7420
|
"media": "visual",
|
|
@@ -6449,7 +7502,6 @@
|
|
|
6449
7502
|
"animationType": "discrete",
|
|
6450
7503
|
"percentages": "no",
|
|
6451
7504
|
"groups": [
|
|
6452
|
-
"CSS Columns",
|
|
6453
7505
|
"CSS Fragmentation"
|
|
6454
7506
|
],
|
|
6455
7507
|
"initial": "2",
|
|
@@ -6489,7 +7541,7 @@
|
|
|
6489
7541
|
"status": "standard"
|
|
6490
7542
|
},
|
|
6491
7543
|
"word-break": {
|
|
6492
|
-
"syntax": "normal | break-all | keep-all",
|
|
7544
|
+
"syntax": "normal | break-all | keep-all | break-word",
|
|
6493
7545
|
"media": "visual",
|
|
6494
7546
|
"inherited": true,
|
|
6495
7547
|
"animationType": "discrete",
|
|
@@ -6568,5 +7620,20 @@
|
|
|
6568
7620
|
"order": "uniqueOrder",
|
|
6569
7621
|
"stacking": true,
|
|
6570
7622
|
"status": "standard"
|
|
7623
|
+
},
|
|
7624
|
+
"zoom": {
|
|
7625
|
+
"syntax": "normal | reset | <number> | <percentage>",
|
|
7626
|
+
"media": "visual",
|
|
7627
|
+
"inherited": false,
|
|
7628
|
+
"animationType": "integer",
|
|
7629
|
+
"percentages": "no",
|
|
7630
|
+
"groups": [
|
|
7631
|
+
"Microsoft Extensions"
|
|
7632
|
+
],
|
|
7633
|
+
"initial": "normal",
|
|
7634
|
+
"appliesto": "allElements",
|
|
7635
|
+
"computed": "asSpecified",
|
|
7636
|
+
"order": "uniqueOrder",
|
|
7637
|
+
"status": "nonstandard"
|
|
6571
7638
|
}
|
|
6572
7639
|
}
|