Skip to content

Commit 513bdc1

Browse files
feat(css): Add data for :target-current ::scroll-marker ::scroll-marker-group
1 parent 83add30 commit 513bdc1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

css/selectors.json

+24
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,14 @@
732732
"status": "standard",
733733
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:target"
734734
},
735+
":target-current": {
736+
"syntax": ":target-current",
737+
"groups": [
738+
"Pseudo-classes",
739+
"Selectors"
740+
],
741+
"status": "experimental"
742+
},
735743
":target-within": {
736744
"syntax": ":target-within",
737745
"groups": [
@@ -1162,6 +1170,22 @@
11621170
"status": "standard",
11631171
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::placeholder"
11641172
},
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+
},
11651189
"::selection": {
11661190
"syntax": "::selection",
11671191
"groups": [

0 commit comments

Comments
 (0)