diff --git a/css/selectors.json b/css/selectors.json index 0a6fcbc8..91cde0fd 100644 --- a/css/selectors.json +++ b/css/selectors.json @@ -179,7 +179,7 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:defined" }, - ":dir": { + ":dir()": { "syntax": ":dir( [ ltr | rtl ] )", "groups": [ "Pseudo-classes", @@ -287,7 +287,7 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:future" }, - ":has": { + ":has()": { "syntax": ":has( )", "groups": [ "Pseudo-classes", @@ -350,7 +350,7 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:invalid" }, - ":is": { + ":is()": { "syntax": ":is( )", "groups": [ "Pseudo-classes", @@ -359,7 +359,7 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:is" }, - ":lang": { + ":lang()": { "syntax": ":lang( )", "groups": [ "Pseudo-classes", @@ -423,7 +423,7 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:modal" }, - ":not": { + ":not()": { "syntax": ":not( )", "groups": [ "Pseudo-classes", @@ -432,7 +432,7 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:not" }, - ":nth-child": { + ":nth-child()": { "syntax": ":nth-child( [ of ]? )", "groups": [ "Pseudo-classes", @@ -441,7 +441,7 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-child" }, - ":nth-last-child": { + ":nth-last-child()": { "syntax": ":nth-last-child( [ of ]? )", "groups": [ "Pseudo-classes", @@ -450,7 +450,7 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-last-child" }, - ":nth-last-of-type": { + ":nth-last-of-type()": { "syntax": ":nth-last-of-type( )", "groups": [ "Pseudo-classes", @@ -459,7 +459,7 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-last-of-type" }, - ":nth-of-type": { + ":nth-of-type()": { "syntax": ":nth-of-type( )", "groups": [ "Pseudo-classes", @@ -659,7 +659,7 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:visited" }, - ":where": { + ":where()": { "syntax": ":where( )", "groups": [ "Pseudo-classes", @@ -911,7 +911,16 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::before" }, "::cue": { - "syntax": "::cue | ::cue( )", + "syntax": "::cue", + "groups": [ + "Pseudo-elements", + "Selectors" + ], + "status": "standard", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::cue" + }, + "::cue()": { + "syntax": "::cue( )", "groups": [ "Pseudo-elements", "Selectors" @@ -920,7 +929,15 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::cue" }, "::cue-region": { - "syntax": "::cue-region | ::cue-region( )", + "syntax": "::cue-region", + "groups": [ + "Pseudo-elements", + "Selectors" + ], + "status": "standard" + }, + "::cue-region()": { + "syntax": "::cue-region( )", "groups": [ "Pseudo-elements", "Selectors" @@ -963,7 +980,7 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::marker" }, - "::part": { + "::part()": { "syntax": "::part( + )", "groups": [ "Pseudo-elements", @@ -990,7 +1007,7 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::selection" }, - "::slotted": { + "::slotted()": { "syntax": "::slotted( )", "groups": [ "Pseudo-elements", @@ -1026,7 +1043,7 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::view-transition" }, - "::view-transition-group": { + "::view-transition-group()": { "syntax": "::view-transition-group([ '*' | ])", "groups": [ "Pseudo-elements", @@ -1035,7 +1052,7 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::view-transition-group" }, - "::view-transition-image-pair": { + "::view-transition-image-pair()": { "syntax": "::view-transition-image-pair([ '*' | ])", "groups": [ "Pseudo-elements", @@ -1044,7 +1061,7 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::view-transition-image-pair" }, - "::view-transition-new": { + "::view-transition-new()": { "syntax": "::view-transition-new([ '*' | ])", "groups": [ "Pseudo-elements", @@ -1053,7 +1070,7 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/::view-transition-new" }, - "::view-transition-old": { + "::view-transition-old()": { "syntax": "::view-transition-old([ '*' | ])", "groups": [ "Pseudo-elements",