mdn-data 2.16.0 → 2.18.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.
@@ -554,7 +554,7 @@
554
554
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-radial-gradient"
555
555
  },
556
556
  "rgb()": {
557
- "syntax": "rgb( <percentage>#{3} , <alpha-value>? ) | rgb( <number>#{3} , <alpha-value>? ) | rgb( [ <number> | <percentage> | none ]{3} [ / [ <alpha-value> | none ] ]? )",
557
+ "syntax": "rgb( <percentage>#{3} , <alpha-value>? ) | rgb( <number>#{3} , <alpha-value>? ) | rgb( [ <number> | <percentage> | none ]{3} [ / [ <alpha-value> | none ] ]? )",
558
558
  "groups": [
559
559
  "CSS Color"
560
560
  ],
@@ -562,7 +562,7 @@
562
562
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value/rgb"
563
563
  },
564
564
  "rgba()": {
565
- "syntax": "rgba( <percentage>#{3} , <alpha-value>? ) | rgba( <number>#{3} , <alpha-value>? ) | rgba( [ <number> | <percentage> | none ]{3} [ / [ <alpha-value> | none ] ]? )",
565
+ "syntax": "rgba( <percentage>#{3} , <alpha-value>? ) | rgba( <number>#{3} , <alpha-value>? ) | rgba( [ <number> | <percentage> | none ]{3} [ / [ <alpha-value> | none ] ]? )",
566
566
  "groups": [
567
567
  "CSS Color"
568
568
  ],
@@ -6436,7 +6436,8 @@
6436
6436
  "appliesto": "blockContainersExceptMultiColumnContainers",
6437
6437
  "computed": "asSpecified",
6438
6438
  "order": "perGrammar",
6439
- "status": "standard"
6439
+ "status": "standard",
6440
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/line-clamp"
6440
6441
  },
6441
6442
  "line-height": {
6442
6443
  "syntax": "normal | <number> | <length> | <percentage>",
@@ -10624,6 +10625,21 @@
10624
10625
  "status": "experimental",
10625
10626
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/view-timeline-name"
10626
10627
  },
10628
+ "view-transition-class": {
10629
+ "syntax": "none | <custom-ident>+",
10630
+ "media": "visual",
10631
+ "inherited": false,
10632
+ "animationType": "discrete",
10633
+ "percentages": "no",
10634
+ "groups": [
10635
+ "CSS View Transitions"
10636
+ ],
10637
+ "initial": "none",
10638
+ "appliesto": "allElements",
10639
+ "computed": "asSpecified",
10640
+ "order": "perGrammar",
10641
+ "status": "standard"
10642
+ },
10627
10643
  "view-transition-name": {
10628
10644
  "syntax": "none | <custom-ident>",
10629
10645
  "media": "visual",
@@ -358,7 +358,7 @@
358
358
  "Pseudo-classes",
359
359
  "Selectors"
360
360
  ],
361
- "status": "experimental",
361
+ "status": "standard",
362
362
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:has-slotted"
363
363
  },
364
364
  ":host": {
@@ -732,6 +732,14 @@
732
732
  "status": "standard",
733
733
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:target"
734
734
  },
735
+ ":target-current": {
736
+ "syntax": ":target-current",
737
+ "groups": [
738
+ "Pseudo-classes",
739
+ "Selectors"
740
+ ],
741
+ "status": "experimental"
742
+ },
735
743
  ":target-within": {
736
744
  "syntax": ":target-within",
737
745
  "groups": [
@@ -1085,7 +1093,8 @@
1085
1093
  "Pseudo-elements",
1086
1094
  "Selectors"
1087
1095
  ],
1088
- "status": "experimental"
1096
+ "status": "experimental",
1097
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::details-content"
1089
1098
  },
1090
1099
  "::file-selector-button": {
1091
1100
  "syntax": "::file-selector-button",
@@ -1161,6 +1170,22 @@
1161
1170
  "status": "standard",
1162
1171
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::placeholder"
1163
1172
  },
1173
+ "::scroll-marker": {
1174
+ "syntax": "::scroll-marker",
1175
+ "groups": [
1176
+ "Pseudo-elements",
1177
+ "Selectors"
1178
+ ],
1179
+ "status": "experimental"
1180
+ },
1181
+ "::scroll-marker-group": {
1182
+ "syntax": "::scroll-marker-group",
1183
+ "groups": [
1184
+ "Pseudo-elements",
1185
+ "Selectors"
1186
+ ],
1187
+ "status": "experimental"
1188
+ },
1164
1189
  "::selection": {
1165
1190
  "syntax": "::selection",
1166
1191
  "groups": [
package/css/syntaxes.json CHANGED
@@ -150,7 +150,7 @@
150
150
  "syntax": "<color-base> | currentColor | <system-color> | <light-dark()> | <deprecated-system-color>"
151
151
  },
152
152
  "color()": {
153
- "syntax": "color( [from <color>]? <colorspace-params> [ / [ <alpha-value> | none ] ]? )"
153
+ "syntax": "color( [ from <color> ]? <colorspace-params> [ / [ <alpha-value> | none ] ]? )"
154
154
  },
155
155
  "color-base": {
156
156
  "syntax": "<hex-color> | <color-function> | <named-color> | <color-mix()> | transparent"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdn-data",
3
- "version": "2.16.0",
3
+ "version": "2.18.0",
4
4
  "description": "Open Web data by the Mozilla Developer Network",
5
5
  "main": "index.js",
6
6
  "files": [