mdn-data 2.12.2 → 2.14.0
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 +98 -67
- package/css/at-rules.schema.json +4 -0
- package/css/functions.json +247 -27
- package/css/properties.json +604 -470
- package/css/properties.schema.json +6 -0
- package/css/selectors.json +108 -108
- package/css/syntaxes.json +139 -64
- package/css/types.json +13 -12
- package/css/types.schema.json +2 -1
- package/l10n/css.json +65 -47
- package/package.json +1 -1
package/css/at-rules.json
CHANGED
|
@@ -23,7 +23,8 @@
|
|
|
23
23
|
"percentages": "no",
|
|
24
24
|
"computed": "asSpecified",
|
|
25
25
|
"order": "orderOfAppearance",
|
|
26
|
-
"status": "standard"
|
|
26
|
+
"status": "standard",
|
|
27
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/additive-symbols"
|
|
27
28
|
},
|
|
28
29
|
"fallback": {
|
|
29
30
|
"syntax": "<counter-style-name>",
|
|
@@ -32,7 +33,8 @@
|
|
|
32
33
|
"percentages": "no",
|
|
33
34
|
"computed": "asSpecified",
|
|
34
35
|
"order": "uniqueOrder",
|
|
35
|
-
"status": "standard"
|
|
36
|
+
"status": "standard",
|
|
37
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/fallback"
|
|
36
38
|
},
|
|
37
39
|
"negative": {
|
|
38
40
|
"syntax": "<symbol> <symbol>?",
|
|
@@ -41,7 +43,8 @@
|
|
|
41
43
|
"percentages": "no",
|
|
42
44
|
"computed": "asSpecified",
|
|
43
45
|
"order": "orderOfAppearance",
|
|
44
|
-
"status": "standard"
|
|
46
|
+
"status": "standard",
|
|
47
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/negative"
|
|
45
48
|
},
|
|
46
49
|
"pad": {
|
|
47
50
|
"syntax": "<integer> && <symbol>",
|
|
@@ -50,7 +53,8 @@
|
|
|
50
53
|
"percentages": "no",
|
|
51
54
|
"computed": "asSpecified",
|
|
52
55
|
"order": "uniqueOrder",
|
|
53
|
-
"status": "standard"
|
|
56
|
+
"status": "standard",
|
|
57
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/pad"
|
|
54
58
|
},
|
|
55
59
|
"prefix": {
|
|
56
60
|
"syntax": "<symbol>",
|
|
@@ -59,7 +63,8 @@
|
|
|
59
63
|
"percentages": "no",
|
|
60
64
|
"computed": "asSpecified",
|
|
61
65
|
"order": "uniqueOrder",
|
|
62
|
-
"status": "standard"
|
|
66
|
+
"status": "standard",
|
|
67
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/prefix"
|
|
63
68
|
},
|
|
64
69
|
"range": {
|
|
65
70
|
"syntax": "[ [ <integer> | infinite ]{2} ]# | auto",
|
|
@@ -68,7 +73,8 @@
|
|
|
68
73
|
"percentages": "no",
|
|
69
74
|
"computed": "asSpecified",
|
|
70
75
|
"order": "orderOfAppearance",
|
|
71
|
-
"status": "standard"
|
|
76
|
+
"status": "standard",
|
|
77
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/range"
|
|
72
78
|
},
|
|
73
79
|
"speak-as": {
|
|
74
80
|
"syntax": "auto | bullets | numbers | words | spell-out | <counter-style-name>",
|
|
@@ -77,7 +83,8 @@
|
|
|
77
83
|
"percentages": "no",
|
|
78
84
|
"computed": "asSpecified",
|
|
79
85
|
"order": "uniqueOrder",
|
|
80
|
-
"status": "standard"
|
|
86
|
+
"status": "standard",
|
|
87
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/speak-as"
|
|
81
88
|
},
|
|
82
89
|
"suffix": {
|
|
83
90
|
"syntax": "<symbol>",
|
|
@@ -86,7 +93,8 @@
|
|
|
86
93
|
"percentages": "no",
|
|
87
94
|
"computed": "asSpecified",
|
|
88
95
|
"order": "uniqueOrder",
|
|
89
|
-
"status": "standard"
|
|
96
|
+
"status": "standard",
|
|
97
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/suffix"
|
|
90
98
|
},
|
|
91
99
|
"symbols": {
|
|
92
100
|
"syntax": "<symbol>+",
|
|
@@ -95,7 +103,8 @@
|
|
|
95
103
|
"percentages": "no",
|
|
96
104
|
"computed": "asSpecified",
|
|
97
105
|
"order": "orderOfAppearance",
|
|
98
|
-
"status": "standard"
|
|
106
|
+
"status": "standard",
|
|
107
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/symbols"
|
|
99
108
|
},
|
|
100
109
|
"system": {
|
|
101
110
|
"syntax": "cyclic | numeric | alphabetic | symbolic | additive | [ fixed <integer>? ] | [ extends <counter-style-name> ]",
|
|
@@ -104,7 +113,8 @@
|
|
|
104
113
|
"percentages": "no",
|
|
105
114
|
"computed": "asSpecified",
|
|
106
115
|
"order": "uniqueOrder",
|
|
107
|
-
"status": "standard"
|
|
116
|
+
"status": "standard",
|
|
117
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@counter-style/system"
|
|
108
118
|
}
|
|
109
119
|
},
|
|
110
120
|
"status": "standard",
|
|
@@ -122,43 +132,6 @@
|
|
|
122
132
|
"status": "nonstandard",
|
|
123
133
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@document"
|
|
124
134
|
},
|
|
125
|
-
"@font-palette-values": {
|
|
126
|
-
"syntax": "@font-palette-values <dashed-ident> { <declaration-list> }",
|
|
127
|
-
"groups": [
|
|
128
|
-
"CSS Fonts"
|
|
129
|
-
],
|
|
130
|
-
"descriptors": {
|
|
131
|
-
"base-palette": {
|
|
132
|
-
"syntax": "light | dark | <integer [0,∞]>",
|
|
133
|
-
"media": "all",
|
|
134
|
-
"initial": "n/a (required)",
|
|
135
|
-
"percentages": "no",
|
|
136
|
-
"computed": "asSpecified",
|
|
137
|
-
"order": "uniqueOrder",
|
|
138
|
-
"status": "standard"
|
|
139
|
-
},
|
|
140
|
-
"font-family": {
|
|
141
|
-
"syntax": "<family-name>#",
|
|
142
|
-
"media": "all",
|
|
143
|
-
"initial": "n/a (required)",
|
|
144
|
-
"percentages": "no",
|
|
145
|
-
"computed": "asSpecified",
|
|
146
|
-
"order": "orderOfAppearance",
|
|
147
|
-
"status": "standard"
|
|
148
|
-
},
|
|
149
|
-
"override-colors": {
|
|
150
|
-
"syntax": "[ <integer [0,∞]> <absolute-color-base> ]#",
|
|
151
|
-
"media": "all",
|
|
152
|
-
"initial": "n/a (required)",
|
|
153
|
-
"percentages": "no",
|
|
154
|
-
"computed": "asSpecified",
|
|
155
|
-
"order": "orderOfAppearance",
|
|
156
|
-
"status": "standard"
|
|
157
|
-
}
|
|
158
|
-
},
|
|
159
|
-
"status": "standard",
|
|
160
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values"
|
|
161
|
-
},
|
|
162
135
|
"@font-face": {
|
|
163
136
|
"syntax": "@font-face {\n [ font-family: <family-name>; ] ||\n [ src: <src>; ] ||\n [ unicode-range: <unicode-range>; ] ||\n [ font-variant: <font-variant>; ] ||\n [ font-feature-settings: <font-feature-settings>; ] ||\n [ font-variation-settings: <font-variation-settings>; ] ||\n [ font-stretch: <font-stretch>; ] ||\n [ font-weight: <font-weight>; ] ||\n [ font-style: <font-style>; ] ||\n [ size-adjust: <size-adjust>; ] ||\n [ ascent-override: <ascent-override>; ] ||\n [ descent-override: <descent-override>; ] ||\n [ line-gap-override: <line-gap-override>; ]\n}",
|
|
164
137
|
"interfaces": [
|
|
@@ -175,7 +148,8 @@
|
|
|
175
148
|
"percentages": "asSpecified",
|
|
176
149
|
"computed": "asSpecified",
|
|
177
150
|
"order": "orderOfAppearance",
|
|
178
|
-
"status": "
|
|
151
|
+
"status": "standard",
|
|
152
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/ascent-override"
|
|
179
153
|
},
|
|
180
154
|
"descent-override": {
|
|
181
155
|
"syntax": "normal | <percentage>",
|
|
@@ -184,7 +158,8 @@
|
|
|
184
158
|
"percentages": "asSpecified",
|
|
185
159
|
"computed": "asSpecified",
|
|
186
160
|
"order": "orderOfAppearance",
|
|
187
|
-
"status": "
|
|
161
|
+
"status": "standard",
|
|
162
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/descent-override"
|
|
188
163
|
},
|
|
189
164
|
"font-display": {
|
|
190
165
|
"syntax": "[ auto | block | swap | fallback | optional ]",
|
|
@@ -193,7 +168,8 @@
|
|
|
193
168
|
"initial": "auto",
|
|
194
169
|
"computed": "asSpecified",
|
|
195
170
|
"order": "uniqueOrder",
|
|
196
|
-
"status": "
|
|
171
|
+
"status": "standard",
|
|
172
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-display"
|
|
197
173
|
},
|
|
198
174
|
"font-family": {
|
|
199
175
|
"syntax": "<family-name>",
|
|
@@ -202,7 +178,8 @@
|
|
|
202
178
|
"percentages": "no",
|
|
203
179
|
"computed": "asSpecified",
|
|
204
180
|
"order": "uniqueOrder",
|
|
205
|
-
"status": "standard"
|
|
181
|
+
"status": "standard",
|
|
182
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-family"
|
|
206
183
|
},
|
|
207
184
|
"font-feature-settings": {
|
|
208
185
|
"syntax": "normal | <feature-tag-value>#",
|
|
@@ -211,7 +188,8 @@
|
|
|
211
188
|
"percentages": "no",
|
|
212
189
|
"computed": "asSpecified",
|
|
213
190
|
"order": "orderOfAppearance",
|
|
214
|
-
"status": "standard"
|
|
191
|
+
"status": "standard",
|
|
192
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-feature-settings"
|
|
215
193
|
},
|
|
216
194
|
"font-variation-settings": {
|
|
217
195
|
"syntax": "normal | [ <string> <number> ]#",
|
|
@@ -220,7 +198,8 @@
|
|
|
220
198
|
"percentages": "no",
|
|
221
199
|
"computed": "asSpecified",
|
|
222
200
|
"order": "orderOfAppearance",
|
|
223
|
-
"status": "standard"
|
|
201
|
+
"status": "standard",
|
|
202
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-variation-settings"
|
|
224
203
|
},
|
|
225
204
|
"font-stretch": {
|
|
226
205
|
"syntax": "<font-stretch-absolute>{1,2}",
|
|
@@ -229,7 +208,8 @@
|
|
|
229
208
|
"percentages": "no",
|
|
230
209
|
"computed": "asSpecified",
|
|
231
210
|
"order": "uniqueOrder",
|
|
232
|
-
"status": "standard"
|
|
211
|
+
"status": "standard",
|
|
212
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-stretch"
|
|
233
213
|
},
|
|
234
214
|
"font-style": {
|
|
235
215
|
"syntax": "normal | italic | oblique <angle>{0,2}",
|
|
@@ -238,7 +218,8 @@
|
|
|
238
218
|
"percentages": "no",
|
|
239
219
|
"computed": "asSpecified",
|
|
240
220
|
"order": "uniqueOrder",
|
|
241
|
-
"status": "standard"
|
|
221
|
+
"status": "standard",
|
|
222
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-style"
|
|
242
223
|
},
|
|
243
224
|
"font-weight": {
|
|
244
225
|
"syntax": "<font-weight-absolute>{1,2}",
|
|
@@ -247,7 +228,8 @@
|
|
|
247
228
|
"percentages": "no",
|
|
248
229
|
"computed": "asSpecified",
|
|
249
230
|
"order": "uniqueOrder",
|
|
250
|
-
"status": "standard"
|
|
231
|
+
"status": "standard",
|
|
232
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-weight"
|
|
251
233
|
},
|
|
252
234
|
"line-gap-override": {
|
|
253
235
|
"syntax": "normal | <percentage>",
|
|
@@ -256,7 +238,8 @@
|
|
|
256
238
|
"percentages": "asSpecified",
|
|
257
239
|
"computed": "asSpecified",
|
|
258
240
|
"order": "orderOfAppearance",
|
|
259
|
-
"status": "
|
|
241
|
+
"status": "standard",
|
|
242
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/line-gap-override"
|
|
260
243
|
},
|
|
261
244
|
"size-adjust": {
|
|
262
245
|
"syntax": "<percentage>",
|
|
@@ -265,7 +248,8 @@
|
|
|
265
248
|
"percentages": "asSpecified",
|
|
266
249
|
"computed": "asSpecified",
|
|
267
250
|
"order": "orderOfAppearance",
|
|
268
|
-
"status": "
|
|
251
|
+
"status": "standard",
|
|
252
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/size-adjust"
|
|
269
253
|
},
|
|
270
254
|
"src": {
|
|
271
255
|
"syntax": "[ <url> [ format( <string># ) ]? | local( <family-name> ) ]#",
|
|
@@ -274,7 +258,8 @@
|
|
|
274
258
|
"percentages": "no",
|
|
275
259
|
"computed": "asSpecified",
|
|
276
260
|
"order": "orderOfAppearance",
|
|
277
|
-
"status": "standard"
|
|
261
|
+
"status": "standard",
|
|
262
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/src"
|
|
278
263
|
},
|
|
279
264
|
"unicode-range": {
|
|
280
265
|
"syntax": "<unicode-range>#",
|
|
@@ -283,7 +268,8 @@
|
|
|
283
268
|
"percentages": "no",
|
|
284
269
|
"computed": "asSpecified",
|
|
285
270
|
"order": "orderOfAppearance",
|
|
286
|
-
"status": "standard"
|
|
271
|
+
"status": "standard",
|
|
272
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/unicode-range"
|
|
287
273
|
}
|
|
288
274
|
},
|
|
289
275
|
"status": "standard",
|
|
@@ -300,6 +286,46 @@
|
|
|
300
286
|
"status": "standard",
|
|
301
287
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-feature-values"
|
|
302
288
|
},
|
|
289
|
+
"@font-palette-values": {
|
|
290
|
+
"syntax": "@font-palette-values <dashed-ident> {\n <declaration-list>\n}",
|
|
291
|
+
"groups": [
|
|
292
|
+
"CSS Fonts"
|
|
293
|
+
],
|
|
294
|
+
"descriptors": {
|
|
295
|
+
"base-palette": {
|
|
296
|
+
"syntax": "light | dark | <integer [0,∞]>",
|
|
297
|
+
"media": "all",
|
|
298
|
+
"initial": "n/a (required)",
|
|
299
|
+
"percentages": "no",
|
|
300
|
+
"computed": "asSpecified",
|
|
301
|
+
"order": "uniqueOrder",
|
|
302
|
+
"status": "standard",
|
|
303
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values/base-palette"
|
|
304
|
+
},
|
|
305
|
+
"font-family": {
|
|
306
|
+
"syntax": "<family-name>#",
|
|
307
|
+
"media": "all",
|
|
308
|
+
"initial": "n/a (required)",
|
|
309
|
+
"percentages": "no",
|
|
310
|
+
"computed": "asSpecified",
|
|
311
|
+
"order": "orderOfAppearance",
|
|
312
|
+
"status": "standard",
|
|
313
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values/font-family"
|
|
314
|
+
},
|
|
315
|
+
"override-colors": {
|
|
316
|
+
"syntax": "[ <integer [0,∞]> <color> ]#",
|
|
317
|
+
"media": "all",
|
|
318
|
+
"initial": "n/a (required)",
|
|
319
|
+
"percentages": "no",
|
|
320
|
+
"computed": "asSpecified",
|
|
321
|
+
"order": "orderOfAppearance",
|
|
322
|
+
"status": "standard",
|
|
323
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values/override-colors"
|
|
324
|
+
}
|
|
325
|
+
},
|
|
326
|
+
"status": "standard",
|
|
327
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values"
|
|
328
|
+
},
|
|
303
329
|
"@import": {
|
|
304
330
|
"syntax": "@import [ <string> | <url> ]\n [ layer | layer(<layer-name>) ]?\n [ supports( [ <supports-condition> | <declaration> ] ) ]?\n <media-query-list>? ;",
|
|
305
331
|
"groups": [
|
|
@@ -399,7 +425,8 @@
|
|
|
399
425
|
"percentages": "no",
|
|
400
426
|
"computed": "asSpecified",
|
|
401
427
|
"order": "orderOfAppearance",
|
|
402
|
-
"status": "standard"
|
|
428
|
+
"status": "standard",
|
|
429
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@page/page-orientation"
|
|
403
430
|
},
|
|
404
431
|
"size": {
|
|
405
432
|
"syntax": "<length>{1,2} | auto | [ <page-size> || [ portrait | landscape ] ]",
|
|
@@ -411,7 +438,8 @@
|
|
|
411
438
|
"percentages": "no",
|
|
412
439
|
"computed": "asSpecifiedRelativeToAbsoluteLengths",
|
|
413
440
|
"order": "orderOfAppearance",
|
|
414
|
-
"status": "standard"
|
|
441
|
+
"status": "standard",
|
|
442
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@page/size"
|
|
415
443
|
}
|
|
416
444
|
},
|
|
417
445
|
"status": "standard",
|
|
@@ -445,7 +473,8 @@
|
|
|
445
473
|
"initial": "n/a (required)",
|
|
446
474
|
"computed": "asSpecified",
|
|
447
475
|
"order": "uniqueOrder",
|
|
448
|
-
"status": "
|
|
476
|
+
"status": "standard",
|
|
477
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property/syntax"
|
|
449
478
|
},
|
|
450
479
|
"inherits": {
|
|
451
480
|
"syntax": "true | false",
|
|
@@ -454,7 +483,8 @@
|
|
|
454
483
|
"initial": "auto",
|
|
455
484
|
"computed": "asSpecified",
|
|
456
485
|
"order": "uniqueOrder",
|
|
457
|
-
"status": "
|
|
486
|
+
"status": "standard",
|
|
487
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property/inherits"
|
|
458
488
|
},
|
|
459
489
|
"initial-value": {
|
|
460
490
|
"syntax": "<declaration-value>?",
|
|
@@ -463,10 +493,11 @@
|
|
|
463
493
|
"percentages": "no",
|
|
464
494
|
"computed": "asSpecified",
|
|
465
495
|
"order": "uniqueOrder",
|
|
466
|
-
"status": "
|
|
496
|
+
"status": "standard",
|
|
497
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property/initial-value"
|
|
467
498
|
}
|
|
468
499
|
},
|
|
469
|
-
"status": "
|
|
500
|
+
"status": "standard",
|
|
470
501
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property"
|
|
471
502
|
},
|
|
472
503
|
"@scope": {
|
|
@@ -485,7 +516,7 @@
|
|
|
485
516
|
"groups": [
|
|
486
517
|
"CSS Animations"
|
|
487
518
|
],
|
|
488
|
-
"status": "
|
|
519
|
+
"status": "standard",
|
|
489
520
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@starting-style"
|
|
490
521
|
},
|
|
491
522
|
"@supports": {
|