mdn-data 2.17.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.
@@ -10625,6 +10625,21 @@
10625
10625
  "status": "experimental",
10626
10626
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/view-timeline-name"
10627
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
+ },
10628
10643
  "view-transition-name": {
10629
10644
  "syntax": "none | <custom-ident>",
10630
10645
  "media": "visual",
@@ -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": [
@@ -1162,6 +1170,22 @@
1162
1170
  "status": "standard",
1163
1171
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::placeholder"
1164
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
+ },
1165
1189
  "::selection": {
1166
1190
  "syntax": "::selection",
1167
1191
  "groups": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdn-data",
3
- "version": "2.17.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": [