|
179 | 179 | "status": "standard",
|
180 | 180 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:defined"
|
181 | 181 | },
|
182 |
| - ":dir": { |
| 182 | + ":dir()": { |
183 | 183 | "syntax": ":dir( [ ltr | rtl ] )",
|
184 | 184 | "groups": [
|
185 | 185 | "Pseudo-classes",
|
|
287 | 287 | "status": "standard",
|
288 | 288 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:future"
|
289 | 289 | },
|
290 |
| - ":has": { |
| 290 | + ":has()": { |
291 | 291 | "syntax": ":has( <forgiving-relative-selector-list> )",
|
292 | 292 | "groups": [
|
293 | 293 | "Pseudo-classes",
|
|
350 | 350 | "status": "standard",
|
351 | 351 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:invalid"
|
352 | 352 | },
|
353 |
| - ":is": { |
| 353 | + ":is()": { |
354 | 354 | "syntax": ":is( <forgiving-selector-list> )",
|
355 | 355 | "groups": [
|
356 | 356 | "Pseudo-classes",
|
|
359 | 359 | "status": "standard",
|
360 | 360 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:is"
|
361 | 361 | },
|
362 |
| - ":lang": { |
| 362 | + ":lang()": { |
363 | 363 | "syntax": ":lang( <language-code> )",
|
364 | 364 | "groups": [
|
365 | 365 | "Pseudo-classes",
|
|
423 | 423 | "status": "standard",
|
424 | 424 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:modal"
|
425 | 425 | },
|
426 |
| - ":not": { |
| 426 | + ":not()": { |
427 | 427 | "syntax": ":not( <complex-selector-list> )",
|
428 | 428 | "groups": [
|
429 | 429 | "Pseudo-classes",
|
|
432 | 432 | "status": "standard",
|
433 | 433 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:not"
|
434 | 434 | },
|
435 |
| - ":nth-child": { |
| 435 | + ":nth-child()": { |
436 | 436 | "syntax": ":nth-child( <nth> [ of <complex-selector-list> ]? )",
|
437 | 437 | "groups": [
|
438 | 438 | "Pseudo-classes",
|
|
441 | 441 | "status": "standard",
|
442 | 442 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-child"
|
443 | 443 | },
|
444 |
| - ":nth-last-child": { |
| 444 | + ":nth-last-child()": { |
445 | 445 | "syntax": ":nth-last-child( <nth> [ of <complex-selector-list> ]? )",
|
446 | 446 | "groups": [
|
447 | 447 | "Pseudo-classes",
|
|
450 | 450 | "status": "standard",
|
451 | 451 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-last-child"
|
452 | 452 | },
|
453 |
| - ":nth-last-of-type": { |
| 453 | + ":nth-last-of-type()": { |
454 | 454 | "syntax": ":nth-last-of-type( <nth> )",
|
455 | 455 | "groups": [
|
456 | 456 | "Pseudo-classes",
|
|
459 | 459 | "status": "standard",
|
460 | 460 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-last-of-type"
|
461 | 461 | },
|
462 |
| - ":nth-of-type": { |
| 462 | + ":nth-of-type()": { |
463 | 463 | "syntax": ":nth-of-type( <nth> )",
|
464 | 464 | "groups": [
|
465 | 465 | "Pseudo-classes",
|
|
659 | 659 | "status": "standard",
|
660 | 660 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:visited"
|
661 | 661 | },
|
662 |
| - ":where": { |
| 662 | + ":where()": { |
663 | 663 | "syntax": ":where( <complex-selector-list> )",
|
664 | 664 | "groups": [
|
665 | 665 | "Pseudo-classes",
|
|
911 | 911 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::before"
|
912 | 912 | },
|
913 | 913 | "::cue": {
|
914 |
| - "syntax": "::cue | ::cue( <selector> )", |
| 914 | + "syntax": "::cue", |
| 915 | + "groups": [ |
| 916 | + "Pseudo-elements", |
| 917 | + "Selectors" |
| 918 | + ], |
| 919 | + "status": "standard", |
| 920 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::cue" |
| 921 | + }, |
| 922 | + "::cue()": { |
| 923 | + "syntax": "::cue( <selector> )", |
915 | 924 | "groups": [
|
916 | 925 | "Pseudo-elements",
|
917 | 926 | "Selectors"
|
|
920 | 929 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::cue"
|
921 | 930 | },
|
922 | 931 | "::cue-region": {
|
923 |
| - "syntax": "::cue-region | ::cue-region( <selector> )", |
| 932 | + "syntax": "::cue-region", |
| 933 | + "groups": [ |
| 934 | + "Pseudo-elements", |
| 935 | + "Selectors" |
| 936 | + ], |
| 937 | + "status": "standard" |
| 938 | + }, |
| 939 | + "::cue-region()": { |
| 940 | + "syntax": "::cue-region( <selector> )", |
924 | 941 | "groups": [
|
925 | 942 | "Pseudo-elements",
|
926 | 943 | "Selectors"
|
|
963 | 980 | "status": "standard",
|
964 | 981 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::marker"
|
965 | 982 | },
|
966 |
| - "::part": { |
| 983 | + "::part()": { |
967 | 984 | "syntax": "::part( <ident>+ )",
|
968 | 985 | "groups": [
|
969 | 986 | "Pseudo-elements",
|
|
990 | 1007 | "status": "standard",
|
991 | 1008 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::selection"
|
992 | 1009 | },
|
993 |
| - "::slotted": { |
| 1010 | + "::slotted()": { |
994 | 1011 | "syntax": "::slotted( <compound-selector> )",
|
995 | 1012 | "groups": [
|
996 | 1013 | "Pseudo-elements",
|
|
1026 | 1043 | "status": "standard",
|
1027 | 1044 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::view-transition"
|
1028 | 1045 | },
|
1029 |
| - "::view-transition-group": { |
| 1046 | + "::view-transition-group()": { |
1030 | 1047 | "syntax": "::view-transition-group([ '*' | <custom-ident> ])",
|
1031 | 1048 | "groups": [
|
1032 | 1049 | "Pseudo-elements",
|
|
1035 | 1052 | "status": "standard",
|
1036 | 1053 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::view-transition-group"
|
1037 | 1054 | },
|
1038 |
| - "::view-transition-image-pair": { |
| 1055 | + "::view-transition-image-pair()": { |
1039 | 1056 | "syntax": "::view-transition-image-pair([ '*' | <custom-ident> ])",
|
1040 | 1057 | "groups": [
|
1041 | 1058 | "Pseudo-elements",
|
|
1044 | 1061 | "status": "standard",
|
1045 | 1062 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::view-transition-image-pair"
|
1046 | 1063 | },
|
1047 |
| - "::view-transition-new": { |
| 1064 | + "::view-transition-new()": { |
1048 | 1065 | "syntax": "::view-transition-new([ '*' | <custom-ident> ])",
|
1049 | 1066 | "groups": [
|
1050 | 1067 | "Pseudo-elements",
|
|
1053 | 1070 | "status": "standard",
|
1054 | 1071 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::view-transition-new"
|
1055 | 1072 | },
|
1056 |
| - "::view-transition-old": { |
| 1073 | + "::view-transition-old()": { |
1057 | 1074 | "syntax": "::view-transition-old([ '*' | <custom-ident> ])",
|
1058 | 1075 | "groups": [
|
1059 | 1076 | "Pseudo-elements",
|
|
0 commit comments