mdn-data 2.24.0 → 2.26.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
@@ -431,7 +431,7 @@
431
431
  "status": "standard"
432
432
  },
433
433
  "page-orientation": {
434
- "syntax": "upright | rotate-left | rotate-right ",
434
+ "syntax": "upright | rotate-left | rotate-right",
435
435
  "media": [
436
436
  "visual",
437
437
  "paged"
@@ -1,8 +1,6 @@
1
1
  {
2
2
  "groupList": {
3
3
  "enum": [
4
- "Basic Selectors",
5
- "Combinators",
6
4
  "Compositing and Blending",
7
5
  "CSS Anchor Positioning",
8
6
  "CSS Animations",
@@ -16,6 +14,7 @@
16
14
  "CSS Conditional Rules",
17
15
  "CSS Containment",
18
16
  "CSS Counter Styles",
17
+ "CSS Custom Highlight API",
19
18
  "CSS Custom Properties for Cascading Variables",
20
19
  "CSS Display",
21
20
  "CSS Easing Functions",
@@ -36,14 +35,16 @@
36
35
  "CSS Motion Path",
37
36
  "CSS Multi-column Layout",
38
37
  "CSS Namespaces",
38
+ "CSS Nesting",
39
39
  "CSS Overflow",
40
40
  "CSS Overscroll Behavior",
41
41
  "CSS Paged Media",
42
42
  "CSS Positioned Layout",
43
- "CSS Regions",
43
+ "CSS Pseudo-Elements",
44
44
  "CSS Resolutions",
45
45
  "CSS Rhythmic Sizing",
46
46
  "CSS Ruby",
47
+ "CSS Scoping",
47
48
  "CSS Scroll Anchoring",
48
49
  "CSS Scroll Snap",
49
50
  "CSS Scrollbars Styling",
@@ -63,20 +64,19 @@
63
64
  "CSS Will Change",
64
65
  "CSS Writing Modes",
65
66
  "Filter Effects",
66
- "Grouping Selectors",
67
+ "Fullscreen API",
67
68
  "MathML",
68
69
  "Media Queries",
69
70
  "Microsoft Extensions",
70
71
  "Motion Path",
71
72
  "Mozilla Extensions",
72
73
  "Pointer Events",
73
- "Pseudo",
74
- "Pseudo-classes",
75
- "Pseudo-elements",
76
74
  "Selectors",
77
75
  "Scalable Vector Graphics",
78
76
  "Scroll-driven Animations",
79
- "WebKit Extensions"
77
+ "WebKit Extensions",
78
+ "WebVTT",
79
+ "WebXR DOM Overlays"
80
80
  ]
81
81
  }
82
82
  }
@@ -56,7 +56,7 @@
56
56
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/atan2"
57
57
  },
58
58
  "attr()": {
59
- "syntax": "attr( <attr-name> <type-or-unit>? [, <attr-fallback> ]? )",
59
+ "syntax": "attr( <attr-name> <attr-type>? , <declaration-value>? )",
60
60
  "groups": [
61
61
  "CSS Values and Units"
62
62
  ],
@@ -2913,7 +2913,7 @@
2913
2913
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-image"
2914
2914
  },
2915
2915
  "border-image-outset": {
2916
- "syntax": "[ <length [0,∞]> | <number [0,∞]> ]{1,4} ",
2916
+ "syntax": "[ <length [0,∞]> | <number [0,∞]> ]{1,4}",
2917
2917
  "media": "visual",
2918
2918
  "inherited": false,
2919
2919
  "animationType": "byComputedValueType",
@@ -2951,7 +2951,7 @@
2951
2951
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/border-image-repeat"
2952
2952
  },
2953
2953
  "border-image-slice": {
2954
- "syntax": "[ <number [0,∞]> | <percentage [0,∞]> ]{1,4} && fill?",
2954
+ "syntax": "[ <number [0,∞]> | <percentage [0,∞]> ]{1,4} && fill?",
2955
2955
  "media": "visual",
2956
2956
  "inherited": false,
2957
2957
  "animationType": "byComputedValueType",
@@ -4557,7 +4557,7 @@
4557
4557
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/counter-set"
4558
4558
  },
4559
4559
  "cursor": {
4560
- "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 ] ]",
4560
+ "syntax": "[ [ <url> [ <x> <y> ]? , ]* <cursor-predefined> ]",
4561
4561
  "media": [
4562
4562
  "visual",
4563
4563
  "interactive"
@@ -8461,7 +8461,7 @@
8461
8461
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position"
8462
8462
  },
8463
8463
  "position-anchor": {
8464
- "syntax": "auto | <anchor-name>",
8464
+ "syntax": "auto | none | <anchor-name>",
8465
8465
  "media": "visual",
8466
8466
  "inherited": false,
8467
8467
  "animationType": "discrete",
@@ -8469,7 +8469,7 @@
8469
8469
  "groups": [
8470
8470
  "CSS Anchor Positioning"
8471
8471
  ],
8472
- "initial": "auto",
8472
+ "initial": "none",
8473
8473
  "appliesto": "absolutelyPositionedElements",
8474
8474
  "computed": "asSpecified",
8475
8475
  "order": "perGrammar",
@@ -9816,6 +9816,22 @@
9816
9816
  "status": "standard",
9817
9817
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-anchor"
9818
9818
  },
9819
+ "text-autospace": {
9820
+ "syntax": "normal | <autospace> | auto",
9821
+ "media": "visual",
9822
+ "inherited": true,
9823
+ "animationType": "discrete",
9824
+ "percentages": "no",
9825
+ "groups": [
9826
+ "CSS Text"
9827
+ ],
9828
+ "initial": "normal",
9829
+ "appliesto": "textElements",
9830
+ "computed": "asSpecified",
9831
+ "order": "perGrammar",
9832
+ "status": "standard",
9833
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-autospace"
9834
+ },
9819
9835
  "text-box": {
9820
9836
  "syntax": "normal | <'text-box-trim'> || <'text-box-edge'>",
9821
9837
  "media": "visual",
@@ -10008,7 +10024,7 @@
10008
10024
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-style"
10009
10025
  },
10010
10026
  "text-decoration-thickness": {
10011
- "syntax": "auto | from-font | <length> | <percentage> ",
10027
+ "syntax": "auto | from-font | <length> | <percentage>",
10012
10028
  "media": "visual",
10013
10029
  "inherited": false,
10014
10030
  "animationType": "byComputedValueType",
@@ -10260,7 +10276,7 @@
10260
10276
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-transform"
10261
10277
  },
10262
10278
  "text-underline-offset": {
10263
- "syntax": "auto | <length> | <percentage> ",
10279
+ "syntax": "auto | <length> | <percentage>",
10264
10280
  "media": "visual",
10265
10281
  "inherited": true,
10266
10282
  "animationType": "byComputedValueType",
@@ -10770,7 +10786,7 @@
10770
10786
  "syntax": "visible | hidden | collapse",
10771
10787
  "media": "visual",
10772
10788
  "inherited": true,
10773
- "animationType": "visibility",
10789
+ "animationType": "discrete",
10774
10790
  "percentages": "no",
10775
10791
  "groups": [
10776
10792
  "CSS Display",