diff --git a/css/at-rules.json b/css/at-rules.json index 1cd7298d..6204ef19 100644 --- a/css/at-rules.json +++ b/css/at-rules.json @@ -531,5 +531,27 @@ ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@supports" + }, + "@view-transition": { + "syntax": "@view-transition {\n \n}", + "interfaces": [ + "CSSViewTransitionRule" + ], + "groups": [ + "CSS View Transitions" + ], + "descriptors": { + "navigation": { + "syntax": "auto | none", + "media": "all", + "initial": "none", + "percentages": "no", + "computed": "asSpecified", + "order": "uniqueOrder", + "status": "standard" + } + }, + "status": "standard", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@view-transition" } }