mdn-data 2.14.0 → 2.16.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
@@ -2,7 +2,7 @@
2
2
  "@charset": {
3
3
  "syntax": "@charset \"<charset>\";",
4
4
  "groups": [
5
- "CSS Charsets"
5
+ "CSS Syntax"
6
6
  ],
7
7
  "status": "standard",
8
8
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@charset"
@@ -123,8 +123,7 @@
123
123
  "@document": {
124
124
  "syntax": "@document [ <url> | url-prefix(<string>) | domain(<string>) | media-document(<string>) | regexp(<string>) ]# {\n <group-rule-body>\n}",
125
125
  "interfaces": [
126
- "CSSGroupingRule",
127
- "CSSConditionRule"
126
+ "CSSDocumentRule"
128
127
  ],
129
128
  "groups": [
130
129
  "CSS Conditional Rules"
@@ -162,7 +161,7 @@
162
161
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/descent-override"
163
162
  },
164
163
  "font-display": {
165
- "syntax": "[ auto | block | swap | fallback | optional ]",
164
+ "syntax": "auto | block | swap | fallback | optional",
166
165
  "media": "visual",
167
166
  "percentages": "no",
168
167
  "initial": "auto",
@@ -191,16 +190,6 @@
191
190
  "status": "standard",
192
191
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-feature-settings"
193
192
  },
194
- "font-variation-settings": {
195
- "syntax": "normal | [ <string> <number> ]#",
196
- "media": "all",
197
- "initial": "normal",
198
- "percentages": "no",
199
- "computed": "asSpecified",
200
- "order": "orderOfAppearance",
201
- "status": "standard",
202
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-variation-settings"
203
- },
204
193
  "font-stretch": {
205
194
  "syntax": "<font-stretch-absolute>{1,2}",
206
195
  "media": "all",
@@ -221,6 +210,16 @@
221
210
  "status": "standard",
222
211
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-style"
223
212
  },
213
+ "font-variation-settings": {
214
+ "syntax": "normal | [ <string> <number> ]#",
215
+ "media": "all",
216
+ "initial": "normal",
217
+ "percentages": "no",
218
+ "computed": "asSpecified",
219
+ "order": "orderOfAppearance",
220
+ "status": "standard",
221
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-variation-settings"
222
+ },
224
223
  "font-weight": {
225
224
  "syntax": "<font-weight-absolute>{1,2}",
226
225
  "media": "all",
@@ -262,7 +261,7 @@
262
261
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/src"
263
262
  },
264
263
  "unicode-range": {
265
- "syntax": "<unicode-range>#",
264
+ "syntax": "<unicode-range-token>#",
266
265
  "media": "all",
267
266
  "initial": "U+0-10FFFF",
268
267
  "percentages": "no",
@@ -288,6 +287,9 @@
288
287
  },
289
288
  "@font-palette-values": {
290
289
  "syntax": "@font-palette-values <dashed-ident> {\n <declaration-list>\n}",
290
+ "interfaces": [
291
+ "CSSFontPaletteValuesRule"
292
+ ],
291
293
  "groups": [
292
294
  "CSS Fonts"
293
295
  ],
@@ -328,9 +330,11 @@
328
330
  },
329
331
  "@import": {
330
332
  "syntax": "@import [ <string> | <url> ]\n [ layer | layer(<layer-name>) ]?\n [ supports( [ <supports-condition> | <declaration> ] ) ]?\n <media-query-list>? ;",
333
+ "interfaces": [
334
+ "CSSImportRule"
335
+ ],
331
336
  "groups": [
332
- "CSS Conditional Rules",
333
- "Media Queries"
337
+ "CSS Cascading and Inheritance"
334
338
  ],
335
339
  "status": "standard",
336
340
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@import"
@@ -362,10 +366,7 @@
362
366
  "@media": {
363
367
  "syntax": "@media <media-query-list> {\n <group-rule-body>\n}",
364
368
  "interfaces": [
365
- "CSSGroupingRule",
366
- "CSSConditionRule",
367
- "CSSMediaRule",
368
- "CSSCustomMediaRule"
369
+ "CSSMediaRule"
369
370
  ],
370
371
  "groups": [
371
372
  "CSS Conditional Rules",
@@ -376,6 +377,9 @@
376
377
  },
377
378
  "@namespace": {
378
379
  "syntax": "@namespace <namespace-prefix>? [ <string> | <url> ];",
380
+ "interfaces": [
381
+ "CSSNamespaceRule"
382
+ ],
379
383
  "groups": [
380
384
  "CSS Namespaces"
381
385
  ],
@@ -388,7 +392,7 @@
388
392
  "CSSPageRule"
389
393
  ],
390
394
  "groups": [
391
- "CSS Pages"
395
+ "CSS Paged Media"
392
396
  ],
393
397
  "descriptors": {
394
398
  "bleed": {
@@ -451,7 +455,7 @@
451
455
  "CSSPositionTryRule"
452
456
  ],
453
457
  "groups": [
454
- "CSS Positioning"
458
+ "CSS Anchor Positioning"
455
459
  ],
456
460
  "status": "experimental",
457
461
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@position-try"
@@ -459,23 +463,12 @@
459
463
  "@property": {
460
464
  "syntax": "@property <custom-property-name> {\n <declaration-list>\n}",
461
465
  "interfaces": [
462
- "CSS",
463
466
  "CSSPropertyRule"
464
467
  ],
465
468
  "groups": [
466
469
  "CSS Houdini"
467
470
  ],
468
471
  "descriptors": {
469
- "syntax": {
470
- "syntax": "<string>",
471
- "media": "all",
472
- "percentages": "no",
473
- "initial": "n/a (required)",
474
- "computed": "asSpecified",
475
- "order": "uniqueOrder",
476
- "status": "standard",
477
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property/syntax"
478
- },
479
472
  "inherits": {
480
473
  "syntax": "true | false",
481
474
  "media": "all",
@@ -495,6 +488,16 @@
495
488
  "order": "uniqueOrder",
496
489
  "status": "standard",
497
490
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property/initial-value"
491
+ },
492
+ "syntax": {
493
+ "syntax": "<string>",
494
+ "media": "all",
495
+ "percentages": "no",
496
+ "initial": "n/a (required)",
497
+ "computed": "asSpecified",
498
+ "order": "uniqueOrder",
499
+ "status": "standard",
500
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@property/syntax"
498
501
  }
499
502
  },
500
503
  "status": "standard",
@@ -502,6 +505,9 @@
502
505
  },
503
506
  "@scope": {
504
507
  "syntax": "@scope [(<scope-start>)]? [to (<scope-end>)]? {\n <rule-list>\n}",
508
+ "interfaces": [
509
+ "CSSScopeRule"
510
+ ],
505
511
  "groups": [
506
512
  "CSS Conditional Rules"
507
513
  ],
@@ -514,7 +520,7 @@
514
520
  "CSSStartingStyleRule"
515
521
  ],
516
522
  "groups": [
517
- "CSS Animations"
523
+ "CSS Transitions"
518
524
  ],
519
525
  "status": "standard",
520
526
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@starting-style"
@@ -522,8 +528,6 @@
522
528
  "@supports": {
523
529
  "syntax": "@supports <supports-condition> {\n <group-rule-body>\n}",
524
530
  "interfaces": [
525
- "CSSGroupingRule",
526
- "CSSConditionRule",
527
531
  "CSSSupportsRule"
528
532
  ],
529
533
  "groups": [
@@ -531,5 +535,36 @@
531
535
  ],
532
536
  "status": "standard",
533
537
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@supports"
538
+ },
539
+ "@view-transition": {
540
+ "syntax": "@view-transition {\n <declaration-list>\n}",
541
+ "interfaces": [
542
+ "CSSViewTransitionRule"
543
+ ],
544
+ "groups": [
545
+ "CSS View Transitions"
546
+ ],
547
+ "descriptors": {
548
+ "navigation": {
549
+ "syntax": "auto | none",
550
+ "media": "all",
551
+ "initial": "none",
552
+ "percentages": "no",
553
+ "computed": "asSpecified",
554
+ "order": "uniqueOrder",
555
+ "status": "standard"
556
+ },
557
+ "types": {
558
+ "syntax": "none | <custom-ident>+",
559
+ "media": "all",
560
+ "initial": "none",
561
+ "percentages": "no",
562
+ "computed": "asSpecified",
563
+ "order": "uniqueOrder",
564
+ "status": "standard"
565
+ }
566
+ },
567
+ "status": "standard",
568
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@view-transition"
534
569
  }
535
570
  }
@@ -96,7 +96,8 @@
96
96
  "enum": [
97
97
  "standard",
98
98
  "nonstandard",
99
- "experimental"
99
+ "experimental",
100
+ "obsolete"
100
101
  ]
101
102
  },
102
103
  "mdn_url": {
@@ -118,7 +119,8 @@
118
119
  "enum": [
119
120
  "standard",
120
121
  "nonstandard",
121
- "experimental"
122
+ "experimental",
123
+ "obsolete"
122
124
  ]
123
125
  },
124
126
  "mdn_url": {
@@ -4,24 +4,23 @@
4
4
  "Basic Selectors",
5
5
  "Combinators",
6
6
  "Compositing and Blending",
7
+ "CSS Anchor Positioning",
7
8
  "CSS Angles",
8
9
  "CSS Animations",
9
10
  "CSS Backgrounds and Borders",
10
11
  "CSS Basic User Interface",
11
- "CSS Box Model",
12
12
  "CSS Box Alignment",
13
- "CSS Break",
13
+ "CSS Box Model",
14
+ "CSS Box Sizing",
14
15
  "CSS Cascading and Inheritance",
15
- "CSS Charsets",
16
16
  "CSS Color",
17
- "CSS Columns",
18
17
  "CSS Conditional Rules",
19
18
  "CSS Containment",
20
19
  "CSS Counter Styles",
21
- "CSS Device Adaptation",
20
+ "CSS Custom Properties for Cascading Variables",
22
21
  "CSS Display",
22
+ "CSS Environment Variables",
23
23
  "CSS Flexible Box Layout",
24
- "CSS Flexible Lengths",
25
24
  "CSS Fonts",
26
25
  "CSS Fragmentation",
27
26
  "CSS Frequencies",
@@ -32,23 +31,26 @@
32
31
  "CSS Inline",
33
32
  "CSS Lengths",
34
33
  "CSS Lists and Counters",
35
- "CSS Logical Properties",
34
+ "CSS Logical Properties and Values",
36
35
  "CSS Masking",
37
- "CSS Miscellaneous",
36
+ "CSS Mobile Text Size Adjustment",
38
37
  "CSS Motion Path",
38
+ "CSS Multi-column Layout",
39
39
  "CSS Namespaces",
40
40
  "CSS Overflow",
41
- "CSS Pages",
41
+ "CSS Overscroll Behavior",
42
+ "CSS Paged Media",
42
43
  "CSS Positioning",
43
- "CSS Regions",
44
44
  "CSS Resolutions",
45
+ "CSS Rhythmic Sizing",
45
46
  "CSS Ruby",
46
47
  "CSS Scroll Anchoring",
47
- "CSS Scrollbars",
48
48
  "CSS Scroll Snap",
49
+ "CSS Scrollbars Styling",
49
50
  "CSS Shadow Parts",
50
51
  "CSS Shapes",
51
52
  "CSS Speech",
53
+ "CSS Syntax",
52
54
  "CSS Table",
53
55
  "CSS Text",
54
56
  "CSS Text Decoration",
@@ -57,16 +59,17 @@
57
59
  "CSS Transitions",
58
60
  "CSS Types",
59
61
  "CSS Units",
60
- "CSS Variables",
62
+ "CSS Values and Units",
61
63
  "CSS View Transitions",
64
+ "CSS Viewport",
62
65
  "CSS Will Change",
63
66
  "CSS Writing Modes",
64
- "CSSOM View",
65
67
  "Filter Effects",
66
68
  "Grouping Selectors",
67
69
  "MathML",
68
70
  "Media Queries",
69
71
  "Microsoft Extensions",
72
+ "Motion Path",
70
73
  "Mozilla Extensions",
71
74
  "Pointer Events",
72
75
  "Pseudo",
@@ -74,6 +77,7 @@
74
77
  "Pseudo-elements",
75
78
  "Selectors",
76
79
  "Scalable Vector Graphics",
80
+ "Scroll-driven Animations",
77
81
  "WebKit Extensions"
78
82
  ]
79
83
  }