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.
@@ -44,6 +44,15 @@
44
44
  "status": "standard",
45
45
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Attribute_selectors"
46
46
  },
47
+ "Nesting selector": {
48
+ "syntax": "A { &B { } }",
49
+ "groups": [
50
+ "Basic Selectors",
51
+ "Selectors"
52
+ ],
53
+ "status": "standard",
54
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Nesting_selector"
55
+ },
47
56
  "Selector list": {
48
57
  "syntax": ",",
49
58
  "groups": [
@@ -53,23 +62,23 @@
53
62
  "status": "standard",
54
63
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Selector_list"
55
64
  },
56
- "Adjacent sibling combinator": {
65
+ "Next-sibling combinator": {
57
66
  "syntax": "A + B",
58
67
  "groups": [
59
68
  "Combinators",
60
69
  "Selectors"
61
70
  ],
62
71
  "status": "standard",
63
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Adjacent_sibling_combinator"
72
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Next-sibling_combinator"
64
73
  },
65
- "General sibling combinator": {
74
+ "Subsequent-sibling combinator": {
66
75
  "syntax": "A ~ B",
67
76
  "groups": [
68
77
  "Combinators",
69
78
  "Selectors"
70
79
  ],
71
80
  "status": "standard",
72
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/General_sibling_combinator"
81
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Subsequent-sibling_combinator"
73
82
  },
74
83
  "Child combinator": {
75
84
  "syntax": "A > B",
@@ -98,6 +107,15 @@
98
107
  "status": "standard",
99
108
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Column_combinator"
100
109
  },
110
+ "Namespace separator": {
111
+ "syntax": "A | B",
112
+ "groups": [
113
+ "Combinators",
114
+ "Selectors"
115
+ ],
116
+ "status": "standard",
117
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Namespace_separator"
118
+ },
101
119
  "Pseudo-classes": {
102
120
  "syntax": ":",
103
121
  "groups": [
@@ -125,6 +143,24 @@
125
143
  "status": "standard",
126
144
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:active"
127
145
  },
146
+ ":active-view-transition": {
147
+ "syntax": ":active-view-transition",
148
+ "groups": [
149
+ "Pseudo-classes",
150
+ "Selectors",
151
+ "CSS View Transitions"
152
+ ],
153
+ "status": "standard"
154
+ },
155
+ ":active-view-transition-type()": {
156
+ "syntax": ":active-view-transition-type( <custom-ident># )",
157
+ "groups": [
158
+ "Pseudo-classes",
159
+ "Selectors",
160
+ "CSS View Transitions"
161
+ ],
162
+ "status": "standard"
163
+ },
128
164
  ":any-link": {
129
165
  "syntax": ":any-link",
130
166
  "groups": [
@@ -134,15 +170,34 @@
134
170
  "status": "standard",
135
171
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:any-link"
136
172
  },
173
+ ":autofill": {
174
+ "syntax": ":autofill",
175
+ "groups": [
176
+ "Pseudo-classes",
177
+ "Selectors"
178
+ ],
179
+ "status": "standard",
180
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:autofill"
181
+ },
137
182
  ":blank": {
138
183
  "syntax": ":blank",
139
184
  "groups": [
140
185
  "Pseudo-classes",
141
- "Selectors"
186
+ "Selectors",
187
+ "CSS Paged Media"
142
188
  ],
143
189
  "status": "experimental",
144
190
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:blank"
145
191
  },
192
+ ":buffering": {
193
+ "syntax": ":buffering",
194
+ "groups": [
195
+ "Pseudo-classes",
196
+ "Selectors"
197
+ ],
198
+ "status": "standard",
199
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:buffering"
200
+ },
146
201
  ":checked": {
147
202
  "syntax": ":checked",
148
203
  "groups": [
@@ -179,7 +234,7 @@
179
234
  "status": "standard",
180
235
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:defined"
181
236
  },
182
- ":dir": {
237
+ ":dir()": {
183
238
  "syntax": ":dir( [ ltr | rtl ] )",
184
239
  "groups": [
185
240
  "Pseudo-classes",
@@ -219,7 +274,8 @@
219
274
  "syntax": ":first",
220
275
  "groups": [
221
276
  "Pseudo-classes",
222
- "Selectors"
277
+ "Selectors",
278
+ "CSS Paged Media"
223
279
  ],
224
280
  "status": "standard",
225
281
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:first"
@@ -287,7 +343,7 @@
287
343
  "status": "standard",
288
344
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:future"
289
345
  },
290
- ":has": {
346
+ ":has()": {
291
347
  "syntax": ":has( <forgiving-relative-selector-list> )",
292
348
  "groups": [
293
349
  "Pseudo-classes",
@@ -296,6 +352,24 @@
296
352
  "status": "standard",
297
353
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:has"
298
354
  },
355
+ ":has-slotted": {
356
+ "syntax": ":has-slotted",
357
+ "groups": [
358
+ "Pseudo-classes",
359
+ "Selectors"
360
+ ],
361
+ "status": "experimental",
362
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:has-slotted"
363
+ },
364
+ ":host": {
365
+ "syntax": ":host",
366
+ "groups": [
367
+ "Pseudo-classes",
368
+ "Selectors"
369
+ ],
370
+ "status": "standard",
371
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:host"
372
+ },
299
373
  ":host()": {
300
374
  "syntax": ":host( <compound-selector> )",
301
375
  "groups": [
@@ -303,7 +377,7 @@
303
377
  "Selectors"
304
378
  ],
305
379
  "status": "standard",
306
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:host()"
380
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:host_function"
307
381
  },
308
382
  ":host-context()": {
309
383
  "syntax": ":host-context( <compound-selector> )",
@@ -312,7 +386,7 @@
312
386
  "Selectors"
313
387
  ],
314
388
  "status": "standard",
315
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:host-context()"
389
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:host-context"
316
390
  },
317
391
  ":hover": {
318
392
  "syntax": ":hover",
@@ -350,7 +424,7 @@
350
424
  "status": "standard",
351
425
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:invalid"
352
426
  },
353
- ":is": {
427
+ ":is()": {
354
428
  "syntax": ":is( <forgiving-selector-list> )",
355
429
  "groups": [
356
430
  "Pseudo-classes",
@@ -359,7 +433,7 @@
359
433
  "status": "standard",
360
434
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:is"
361
435
  },
362
- ":lang": {
436
+ ":lang()": {
363
437
  "syntax": ":lang( <language-code> )",
364
438
  "groups": [
365
439
  "Pseudo-classes",
@@ -391,7 +465,7 @@
391
465
  "groups": [
392
466
  "Pseudo-classes",
393
467
  "Selectors",
394
- "CSS Pages"
468
+ "CSS Paged Media"
395
469
  ],
396
470
  "status": "standard",
397
471
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:left"
@@ -414,7 +488,25 @@
414
488
  "status": "experimental",
415
489
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:local-link"
416
490
  },
417
- ":not": {
491
+ ":modal": {
492
+ "syntax": ":modal",
493
+ "groups": [
494
+ "Pseudo-classes",
495
+ "Selectors"
496
+ ],
497
+ "status": "standard",
498
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:modal"
499
+ },
500
+ ":muted": {
501
+ "syntax": ":muted",
502
+ "groups": [
503
+ "Pseudo-classes",
504
+ "Selectors"
505
+ ],
506
+ "status": "standard",
507
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:muted"
508
+ },
509
+ ":not()": {
418
510
  "syntax": ":not( <complex-selector-list> )",
419
511
  "groups": [
420
512
  "Pseudo-classes",
@@ -423,8 +515,8 @@
423
515
  "status": "standard",
424
516
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:not"
425
517
  },
426
- ":nth-child": {
427
- "syntax": ":nth-child( <nth> [ of <complex-selector-list> ]? )",
518
+ ":nth-child()": {
519
+ "syntax": ":nth-child( <an+b> [ of <complex-selector-list> ]? )",
428
520
  "groups": [
429
521
  "Pseudo-classes",
430
522
  "Selectors"
@@ -432,8 +524,8 @@
432
524
  "status": "standard",
433
525
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-child"
434
526
  },
435
- ":nth-last-child": {
436
- "syntax": ":nth-last-child( <nth> [ of <complex-selector-list> ]? )",
527
+ ":nth-last-child()": {
528
+ "syntax": ":nth-last-child( <an+b> [ of <complex-selector-list> ]? )",
437
529
  "groups": [
438
530
  "Pseudo-classes",
439
531
  "Selectors"
@@ -441,8 +533,8 @@
441
533
  "status": "standard",
442
534
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-last-child"
443
535
  },
444
- ":nth-last-of-type": {
445
- "syntax": ":nth-last-of-type( <nth> )",
536
+ ":nth-last-of-type()": {
537
+ "syntax": ":nth-last-of-type( <an+b> )",
446
538
  "groups": [
447
539
  "Pseudo-classes",
448
540
  "Selectors"
@@ -450,8 +542,8 @@
450
542
  "status": "standard",
451
543
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-last-of-type"
452
544
  },
453
- ":nth-of-type": {
454
- "syntax": ":nth-of-type( <nth> )",
545
+ ":nth-of-type()": {
546
+ "syntax": ":nth-of-type( <an+b> )",
455
547
  "groups": [
456
548
  "Pseudo-classes",
457
549
  "Selectors"
@@ -540,6 +632,15 @@
540
632
  "status": "standard",
541
633
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:playing"
542
634
  },
635
+ ":popover-open": {
636
+ "syntax": ":popover-open",
637
+ "groups": [
638
+ "Pseudo-classes",
639
+ "Selectors"
640
+ ],
641
+ "status": "standard",
642
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:popover-open"
643
+ },
543
644
  ":read-only": {
544
645
  "syntax": ":read-only",
545
646
  "groups": [
@@ -572,7 +673,7 @@
572
673
  "groups": [
573
674
  "Pseudo-classes",
574
675
  "Selectors",
575
- "CSS Pages"
676
+ "CSS Paged Media"
576
677
  ],
577
678
  "status": "standard",
578
679
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:right"
@@ -581,8 +682,7 @@
581
682
  "syntax": ":root",
582
683
  "groups": [
583
684
  "Pseudo-classes",
584
- "Selectors",
585
- "CSS Pages"
685
+ "Selectors"
586
686
  ],
587
687
  "status": "standard",
588
688
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:root"
@@ -596,6 +696,33 @@
596
696
  "status": "standard",
597
697
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:scope"
598
698
  },
699
+ ":seeking": {
700
+ "syntax": ":seeking",
701
+ "groups": [
702
+ "Pseudo-classes",
703
+ "Selectors"
704
+ ],
705
+ "status": "standard",
706
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:seeking"
707
+ },
708
+ ":stalled": {
709
+ "syntax": ":stalled",
710
+ "groups": [
711
+ "Pseudo-classes",
712
+ "Selectors"
713
+ ],
714
+ "status": "standard",
715
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:stalled"
716
+ },
717
+ ":state()": {
718
+ "syntax": ":state( <custom-ident> )",
719
+ "groups": [
720
+ "Pseudo-classes",
721
+ "Selectors"
722
+ ],
723
+ "status": "standard",
724
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:state"
725
+ },
599
726
  ":target": {
600
727
  "syntax": ":target",
601
728
  "groups": [
@@ -650,7 +777,16 @@
650
777
  "status": "standard",
651
778
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:visited"
652
779
  },
653
- ":where": {
780
+ ":volume-locked": {
781
+ "syntax": ":volume-locked",
782
+ "groups": [
783
+ "Pseudo-classes",
784
+ "Selectors"
785
+ ],
786
+ "status": "standard",
787
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:volume-locked"
788
+ },
789
+ ":where()": {
654
790
  "syntax": ":where( <complex-selector-list> )",
655
791
  "groups": [
656
792
  "Pseudo-classes",
@@ -659,6 +795,14 @@
659
795
  "status": "standard",
660
796
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:where"
661
797
  },
798
+ ":xr-overlay": {
799
+ "syntax": ":xr-overlay",
800
+ "groups": [
801
+ "Pseudo-classes",
802
+ "Selectors"
803
+ ],
804
+ "status": "experimental"
805
+ },
662
806
  "::-ms-browse": {
663
807
  "syntax": "::-ms-browse",
664
808
  "groups": [
@@ -666,8 +810,7 @@
666
810
  "Selectors",
667
811
  "Microsoft Extensions"
668
812
  ],
669
- "status": "nonstandard",
670
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-browse"
813
+ "status": "nonstandard"
671
814
  },
672
815
  "::-ms-check": {
673
816
  "syntax": "::-ms-check",
@@ -676,8 +819,7 @@
676
819
  "Selectors",
677
820
  "Microsoft Extensions"
678
821
  ],
679
- "status": "nonstandard",
680
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-check"
822
+ "status": "nonstandard"
681
823
  },
682
824
  "::-ms-clear": {
683
825
  "syntax": "::-ms-clear",
@@ -686,8 +828,7 @@
686
828
  "Selectors",
687
829
  "Microsoft Extensions"
688
830
  ],
689
- "status": "nonstandard",
690
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-clear"
831
+ "status": "nonstandard"
691
832
  },
692
833
  "::-ms-expand": {
693
834
  "syntax": "::-ms-expand",
@@ -696,8 +837,7 @@
696
837
  "Selectors",
697
838
  "Microsoft Extensions"
698
839
  ],
699
- "status": "nonstandard",
700
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-expand"
840
+ "status": "nonstandard"
701
841
  },
702
842
  "::-ms-fill": {
703
843
  "syntax": "::-ms-fill",
@@ -706,8 +846,7 @@
706
846
  "Selectors",
707
847
  "Microsoft Extensions"
708
848
  ],
709
- "status": "nonstandard",
710
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-fill"
849
+ "status": "nonstandard"
711
850
  },
712
851
  "::-ms-fill-lower": {
713
852
  "syntax": "::-ms-fill-lower",
@@ -716,8 +855,7 @@
716
855
  "Selectors",
717
856
  "Microsoft Extensions"
718
857
  ],
719
- "status": "nonstandard",
720
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-fill-lower"
858
+ "status": "nonstandard"
721
859
  },
722
860
  "::-ms-fill-upper": {
723
861
  "syntax": "::-ms-fill-upper",
@@ -726,8 +864,7 @@
726
864
  "Selectors",
727
865
  "Microsoft Extensions"
728
866
  ],
729
- "status": "nonstandard",
730
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-fill-upper"
867
+ "status": "nonstandard"
731
868
  },
732
869
  "::-ms-reveal": {
733
870
  "syntax": "::-ms-reveal",
@@ -736,8 +873,7 @@
736
873
  "Selectors",
737
874
  "Microsoft Extensions"
738
875
  ],
739
- "status": "nonstandard",
740
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-reveal"
876
+ "status": "nonstandard"
741
877
  },
742
878
  "::-ms-thumb": {
743
879
  "syntax": "::-ms-thumb",
@@ -746,8 +882,7 @@
746
882
  "Selectors",
747
883
  "Microsoft Extensions"
748
884
  ],
749
- "status": "nonstandard",
750
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-thumb"
885
+ "status": "nonstandard"
751
886
  },
752
887
  "::-ms-ticks-after": {
753
888
  "syntax": "::-ms-ticks-after",
@@ -756,8 +891,7 @@
756
891
  "Selectors",
757
892
  "Microsoft Extensions"
758
893
  ],
759
- "status": "nonstandard",
760
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-ticks-after"
894
+ "status": "nonstandard"
761
895
  },
762
896
  "::-ms-ticks-before": {
763
897
  "syntax": "::-ms-ticks-before",
@@ -766,8 +900,7 @@
766
900
  "Selectors",
767
901
  "Microsoft Extensions"
768
902
  ],
769
- "status": "nonstandard",
770
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-ticks-before"
903
+ "status": "nonstandard"
771
904
  },
772
905
  "::-ms-tooltip": {
773
906
  "syntax": "::-ms-tooltip",
@@ -776,8 +909,7 @@
776
909
  "Selectors",
777
910
  "Microsoft Extensions"
778
911
  ],
779
- "status": "nonstandard",
780
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-tooltip"
912
+ "status": "nonstandard"
781
913
  },
782
914
  "::-ms-track": {
783
915
  "syntax": "::-ms-track",
@@ -786,8 +918,7 @@
786
918
  "Selectors",
787
919
  "Microsoft Extensions"
788
920
  ],
789
- "status": "nonstandard",
790
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-track"
921
+ "status": "nonstandard"
791
922
  },
792
923
  "::-ms-value": {
793
924
  "syntax": "::-ms-value",
@@ -796,8 +927,7 @@
796
927
  "Selectors",
797
928
  "Microsoft Extensions"
798
929
  ],
799
- "status": "nonstandard",
800
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-ms-value"
930
+ "status": "nonstandard"
801
931
  },
802
932
  "::-moz-progress-bar": {
803
933
  "syntax": "::-moz-progress-bar",
@@ -889,7 +1019,7 @@
889
1019
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::-webkit-slider-thumb"
890
1020
  },
891
1021
  "::after": {
892
- "syntax": "/* CSS3 syntax */\n::after\n\n/* CSS2 syntax */\n:after",
1022
+ "syntax": "::after",
893
1023
  "groups": [
894
1024
  "Pseudo-elements",
895
1025
  "Selectors"
@@ -907,7 +1037,7 @@
907
1037
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::backdrop"
908
1038
  },
909
1039
  "::before": {
910
- "syntax": "/* CSS3 syntax */\n::before\n\n/* CSS2 syntax */\n:before",
1040
+ "syntax": "::before",
911
1041
  "groups": [
912
1042
  "Pseudo-elements",
913
1043
  "Selectors"
@@ -916,7 +1046,16 @@
916
1046
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::before"
917
1047
  },
918
1048
  "::cue": {
919
- "syntax": "::cue | ::cue( <selector> )",
1049
+ "syntax": "::cue",
1050
+ "groups": [
1051
+ "Pseudo-elements",
1052
+ "Selectors"
1053
+ ],
1054
+ "status": "standard",
1055
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::cue"
1056
+ },
1057
+ "::cue()": {
1058
+ "syntax": "::cue( <selector> )",
920
1059
  "groups": [
921
1060
  "Pseudo-elements",
922
1061
  "Selectors"
@@ -925,16 +1064,40 @@
925
1064
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::cue"
926
1065
  },
927
1066
  "::cue-region": {
928
- "syntax": "::cue-region | ::cue-region( <selector> )",
1067
+ "syntax": "::cue-region",
1068
+ "groups": [
1069
+ "Pseudo-elements",
1070
+ "Selectors"
1071
+ ],
1072
+ "status": "standard"
1073
+ },
1074
+ "::cue-region()": {
1075
+ "syntax": "::cue-region( <selector> )",
1076
+ "groups": [
1077
+ "Pseudo-elements",
1078
+ "Selectors"
1079
+ ],
1080
+ "status": "standard"
1081
+ },
1082
+ "::details-content": {
1083
+ "syntax": "::details-content",
1084
+ "groups": [
1085
+ "Pseudo-elements",
1086
+ "Selectors"
1087
+ ],
1088
+ "status": "experimental"
1089
+ },
1090
+ "::file-selector-button": {
1091
+ "syntax": "::file-selector-button",
929
1092
  "groups": [
930
1093
  "Pseudo-elements",
931
1094
  "Selectors"
932
1095
  ],
933
1096
  "status": "standard",
934
- "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::cue-region"
1097
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::file-selector-button"
935
1098
  },
936
1099
  "::first-letter": {
937
- "syntax": "/* CSS3 syntax */\n::first-letter\n\n/* CSS2 syntax */\n:first-letter",
1100
+ "syntax": "::first-letter",
938
1101
  "groups": [
939
1102
  "Pseudo-elements",
940
1103
  "Selectors"
@@ -943,7 +1106,7 @@
943
1106
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::first-letter"
944
1107
  },
945
1108
  "::first-line": {
946
- "syntax": "/* CSS3 syntax */\n::first-line\n\n/* CSS2 syntax */\n:first-line",
1109
+ "syntax": "::first-line",
947
1110
  "groups": [
948
1111
  "Pseudo-elements",
949
1112
  "Selectors"
@@ -960,20 +1123,31 @@
960
1123
  "status": "standard",
961
1124
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::grammar-error"
962
1125
  },
1126
+ "::highlight()": {
1127
+ "syntax": "::highlight( <custom-ident> )",
1128
+ "groups": [
1129
+ "Pseudo-elements",
1130
+ "Selectors"
1131
+ ],
1132
+ "status": "standard",
1133
+ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::highlight"
1134
+ },
963
1135
  "::marker": {
964
1136
  "syntax": "::marker",
965
1137
  "groups": [
966
1138
  "Pseudo-elements",
967
- "Selectors"
1139
+ "Selectors",
1140
+ "CSS Lists and Counters"
968
1141
  ],
969
1142
  "status": "standard",
970
1143
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::marker"
971
1144
  },
972
- "::part": {
1145
+ "::part()": {
973
1146
  "syntax": "::part( <ident>+ )",
974
1147
  "groups": [
975
1148
  "Pseudo-elements",
976
- "Selectors"
1149
+ "Selectors",
1150
+ "CSS Shadow Parts"
977
1151
  ],
978
1152
  "status": "standard",
979
1153
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::part"
@@ -996,7 +1170,7 @@
996
1170
  "status": "standard",
997
1171
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::selection"
998
1172
  },
999
- "::slotted": {
1173
+ "::slotted()": {
1000
1174
  "syntax": "::slotted( <compound-selector> )",
1001
1175
  "groups": [
1002
1176
  "Pseudo-elements",
@@ -1027,43 +1201,48 @@
1027
1201
  "syntax": "::view-transition",
1028
1202
  "groups": [
1029
1203
  "Pseudo-elements",
1030
- "Selectors"
1204
+ "Selectors",
1205
+ "CSS View Transitions"
1031
1206
  ],
1032
1207
  "status": "standard",
1033
1208
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::view-transition"
1034
1209
  },
1035
- "::view-transition-group": {
1210
+ "::view-transition-group()": {
1036
1211
  "syntax": "::view-transition-group([ '*' | <custom-ident> ])",
1037
1212
  "groups": [
1038
1213
  "Pseudo-elements",
1039
- "Selectors"
1214
+ "Selectors",
1215
+ "CSS View Transitions"
1040
1216
  ],
1041
1217
  "status": "standard",
1042
1218
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::view-transition-group"
1043
1219
  },
1044
- "::view-transition-image-pair": {
1220
+ "::view-transition-image-pair()": {
1045
1221
  "syntax": "::view-transition-image-pair([ '*' | <custom-ident> ])",
1046
1222
  "groups": [
1047
1223
  "Pseudo-elements",
1048
- "Selectors"
1224
+ "Selectors",
1225
+ "CSS View Transitions"
1049
1226
  ],
1050
1227
  "status": "standard",
1051
1228
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::view-transition-image-pair"
1052
1229
  },
1053
- "::view-transition-new": {
1230
+ "::view-transition-new()": {
1054
1231
  "syntax": "::view-transition-new([ '*' | <custom-ident> ])",
1055
1232
  "groups": [
1056
1233
  "Pseudo-elements",
1057
- "Selectors"
1234
+ "Selectors",
1235
+ "CSS View Transitions"
1058
1236
  ],
1059
1237
  "status": "standard",
1060
1238
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::view-transition-new"
1061
1239
  },
1062
- "::view-transition-old": {
1240
+ "::view-transition-old()": {
1063
1241
  "syntax": "::view-transition-old([ '*' | <custom-ident> ])",
1064
1242
  "groups": [
1065
1243
  "Pseudo-elements",
1066
- "Selectors"
1244
+ "Selectors",
1245
+ "CSS View Transitions"
1067
1246
  ],
1068
1247
  "status": "standard",
1069
1248
  "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::view-transition-old"