diff --git a/css/selectors.json b/css/selectors.json index 91cde0fd..ad12b054 100644 --- a/css/selectors.json +++ b/css/selectors.json @@ -125,6 +125,22 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:active" }, + ":active-view-transition": { + "syntax": ":active-view-transition", + "groups": [ + "Pseudo-classes", + "Selectors" + ], + "status": "standard" + }, + ":active-view-transition-type()": { + "syntax": ":active-view-transition-type( # )", + "groups": [ + "Pseudo-classes", + "Selectors" + ], + "status": "standard" + }, ":any-link": { "syntax": ":any-link", "groups": [ @@ -134,6 +150,15 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:any-link" }, + ":autofill": { + "syntax": ":autofill", + "groups": [ + "Pseudo-classes", + "Selectors" + ], + "status": "standard", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:autofill" + }, ":blank": { "syntax": ":blank", "groups": [ @@ -143,6 +168,15 @@ "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:blank" }, + ":buffering": { + "syntax": ":buffering", + "groups": [ + "Pseudo-classes", + "Selectors" + ], + "status": "standard", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:buffering" + }, ":checked": { "syntax": ":checked", "groups": [