mdn-data 2.12.2 → 2.13.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 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",
@@ -123,7 +133,7 @@
123
133
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@document"
124
134
  },
125
135
  "@font-palette-values": {
126
- "syntax": "@font-palette-values <dashed-ident> { <declaration-list> }",
136
+ "syntax": "@font-palette-values <dashed-ident> {\n <declaration-list>\n}",
127
137
  "groups": [
128
138
  "CSS Fonts"
129
139
  ],
@@ -135,7 +145,8 @@
135
145
  "percentages": "no",
136
146
  "computed": "asSpecified",
137
147
  "order": "uniqueOrder",
138
- "status": "standard"
148
+ "status": "standard",
149
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values/base-palette"
139
150
  },
140
151
  "font-family": {
141
152
  "syntax": "<family-name>#",
@@ -144,16 +155,18 @@
144
155
  "percentages": "no",
145
156
  "computed": "asSpecified",
146
157
  "order": "orderOfAppearance",
147
- "status": "standard"
158
+ "status": "standard",
159
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values/font-family"
148
160
  },
149
161
  "override-colors": {
150
- "syntax": "[ <integer [0,∞]> <absolute-color-base> ]#",
162
+ "syntax": "[ <integer [0,∞]> <color> ]#",
151
163
  "media": "all",
152
164
  "initial": "n/a (required)",
153
165
  "percentages": "no",
154
166
  "computed": "asSpecified",
155
167
  "order": "orderOfAppearance",
156
- "status": "standard"
168
+ "status": "standard",
169
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-palette-values/override-colors"
157
170
  }
158
171
  },
159
172
  "status": "standard",
@@ -175,7 +188,8 @@
175
188
  "percentages": "asSpecified",
176
189
  "computed": "asSpecified",
177
190
  "order": "orderOfAppearance",
178
- "status": "experimental"
191
+ "status": "standard",
192
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/ascent-override"
179
193
  },
180
194
  "descent-override": {
181
195
  "syntax": "normal | <percentage>",
@@ -184,7 +198,8 @@
184
198
  "percentages": "asSpecified",
185
199
  "computed": "asSpecified",
186
200
  "order": "orderOfAppearance",
187
- "status": "experimental"
201
+ "status": "standard",
202
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/descent-override"
188
203
  },
189
204
  "font-display": {
190
205
  "syntax": "[ auto | block | swap | fallback | optional ]",
@@ -193,7 +208,8 @@
193
208
  "initial": "auto",
194
209
  "computed": "asSpecified",
195
210
  "order": "uniqueOrder",
196
- "status": "experimental"
211
+ "status": "standard",
212
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-display"
197
213
  },
198
214
  "font-family": {
199
215
  "syntax": "<family-name>",
@@ -202,7 +218,8 @@
202
218
  "percentages": "no",
203
219
  "computed": "asSpecified",
204
220
  "order": "uniqueOrder",
205
- "status": "standard"
221
+ "status": "standard",
222
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-family"
206
223
  },
207
224
  "font-feature-settings": {
208
225
  "syntax": "normal | <feature-tag-value>#",
@@ -211,7 +228,8 @@
211
228
  "percentages": "no",
212
229
  "computed": "asSpecified",
213
230
  "order": "orderOfAppearance",
214
- "status": "standard"
231
+ "status": "standard",
232
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-feature-settings"
215
233
  },
216
234
  "font-variation-settings": {
217
235
  "syntax": "normal | [ <string> <number> ]#",
@@ -220,7 +238,8 @@
220
238
  "percentages": "no",
221
239
  "computed": "asSpecified",
222
240
  "order": "orderOfAppearance",
223
- "status": "standard"
241
+ "status": "standard",
242
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-variation-settings"
224
243
  },
225
244
  "font-stretch": {
226
245
  "syntax": "<font-stretch-absolute>{1,2}",
@@ -229,7 +248,8 @@
229
248
  "percentages": "no",
230
249
  "computed": "asSpecified",
231
250
  "order": "uniqueOrder",
232
- "status": "standard"
251
+ "status": "standard",
252
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-stretch"
233
253
  },
234
254
  "font-style": {
235
255
  "syntax": "normal | italic | oblique <angle>{0,2}",
@@ -238,7 +258,8 @@
238
258
  "percentages": "no",
239
259
  "computed": "asSpecified",
240
260
  "order": "uniqueOrder",
241
- "status": "standard"
261
+ "status": "standard",
262
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-style"
242
263
  },
243
264
  "font-weight": {
244
265
  "syntax": "<font-weight-absolute>{1,2}",
@@ -247,7 +268,8 @@
247
268
  "percentages": "no",
248
269
  "computed": "asSpecified",
249
270
  "order": "uniqueOrder",
250
- "status": "standard"
271
+ "status": "standard",
272
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-weight"
251
273
  },
252
274
  "line-gap-override": {
253
275
  "syntax": "normal | <percentage>",
@@ -256,7 +278,8 @@
256
278
  "percentages": "asSpecified",
257
279
  "computed": "asSpecified",
258
280
  "order": "orderOfAppearance",
259
- "status": "experimental"
281
+ "status": "standard",
282
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/line-gap-override"
260
283
  },
261
284
  "size-adjust": {
262
285
  "syntax": "<percentage>",
@@ -265,7 +288,8 @@
265
288
  "percentages": "asSpecified",
266
289
  "computed": "asSpecified",
267
290
  "order": "orderOfAppearance",
268
- "status": "experimental"
291
+ "status": "standard",
292
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/size-adjust"
269
293
  },
270
294
  "src": {
271
295
  "syntax": "[ <url> [ format( <string># ) ]? | local( <family-name> ) ]#",
@@ -274,7 +298,8 @@
274
298
  "percentages": "no",
275
299
  "computed": "asSpecified",
276
300
  "order": "orderOfAppearance",
277
- "status": "standard"
301
+ "status": "standard",
302
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/src"
278
303
  },
279
304
  "unicode-range": {
280
305
  "syntax": "<unicode-range>#",
@@ -283,7 +308,8 @@
283
308
  "percentages": "no",
284
309
  "computed": "asSpecified",
285
310
  "order": "orderOfAppearance",
286
- "status": "standard"
311
+ "status": "standard",
312
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/unicode-range"
287
313
  }
288
314
  },
289
315
  "status": "standard",
@@ -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": "experimental"
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": "experimental"
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": "experimental"
496
+ "status": "standard",
497
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property/initial-value"
467
498
  }
468
499
  },
469
- "status": "experimental",
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": "experimental",
519
+ "status": "standard",
489
520
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@starting-style"
490
521
  },
491
522
  "@supports": {
@@ -98,6 +98,10 @@
98
98
  "nonstandard",
99
99
  "experimental"
100
100
  ]
101
+ },
102
+ "mdn_url": {
103
+ "type": "string",
104
+ "pattern": "^https://developer.mozilla.org/docs/Web/CSS/"
101
105
  }
102
106
  },
103
107
  "required": [
@@ -83,7 +83,7 @@
83
83
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function/contrast"
84
84
  },
85
85
  "counter()": {
86
- "syntax": "counter( <custom-ident>, <counter-style>? )",
86
+ "syntax": "counter( <counter-name>, <counter-style>? )",
87
87
  "groups": [
88
88
  "CSS Lists and Counters"
89
89
  ],
@@ -91,7 +91,7 @@
91
91
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/counter"
92
92
  },
93
93
  "counters()": {
94
- "syntax": "counters( <custom-ident>, <string>, <counter-style>? )",
94
+ "syntax": "counters( <counter-name>, <string>, <counter-style>? )",
95
95
  "groups": [
96
96
  "CSS Lists and Counters"
97
97
  ],
@@ -121,7 +121,7 @@
121
121
  "groups": [
122
122
  "CSS Miscellaneous"
123
123
  ],
124
- "status": "standard",
124
+ "status": "experimental",
125
125
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/element"
126
126
  },
127
127
  "ellipse()": {
@@ -141,12 +141,12 @@
141
141
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/env"
142
142
  },
143
143
  "fit-content()": {
144
- "syntax": "fit-content( [ <length> | <percentage> ] )",
144
+ "syntax": "fit-content( <length-percentage [0,∞]> )",
145
145
  "groups": [
146
146
  "CSS Box Model"
147
147
  ],
148
148
  "status": "standard",
149
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/fit-content"
149
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/fit-content_function"
150
150
  },
151
151
  "grayscale()": {
152
152
  "syntax": "grayscale( <number-percentage> )",
@@ -266,7 +266,7 @@
266
266
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/min"
267
267
  },
268
268
  "minmax()": {
269
- "syntax": "minmax( [ <length> | <percentage> | min-content | max-content | auto ] , [ <length> | <percentage> | <flex> | min-content | max-content | auto ] )",
269
+ "syntax": "minmax( [ <length-percentage> | min-content | max-content | auto ] , [ <length-percentage> | <flex> | min-content | max-content | auto ] )",
270
270
  "groups": [
271
271
  "CSS Units",
272
272
  "CSS Lengths"
@@ -316,8 +316,16 @@
316
316
  "status": "standard",
317
317
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/image/paint"
318
318
  },
319
+ "palette-mix()": {
320
+ "syntax": "palette-mix(<color-interpolation-method> , [ [normal | light | dark | <palette-identifier> | <palette-mix()> ] && <percentage [0,100]>? ]#{2})",
321
+ "groups": [
322
+ "CSS Fonts"
323
+ ],
324
+ "status": "standard",
325
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/font-palette/palette-mix"
326
+ },
319
327
  "perspective()": {
320
- "syntax": "perspective( <length> )",
328
+ "syntax": "perspective( [ <length [0,∞]> | none ] )",
321
329
  "groups": [
322
330
  "CSS Transforms"
323
331
  ],
@@ -473,7 +481,7 @@
473
481
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function/scaleZ"
474
482
  },
475
483
  "scroll()": {
476
- "syntax": "scroll([<axis> || <scroller>]?)",
484
+ "syntax": "scroll( [ <scroller> || <axis> ]? )",
477
485
  "groups": [
478
486
  "CSS Animations"
479
487
  ],