From c706d4816e8318bfc5eb2c6f08218f337f0a466b Mon Sep 17 00:00:00 2001 From: Chris Mills Date: Fri, 22 May 2026 13:39:15 +0100 Subject: [PATCH] Add data for view-transition-scope property --- css/properties.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/css/properties.json b/css/properties.json index 23704b1f..dc0584b0 100644 --- a/css/properties.json +++ b/css/properties.json @@ -11929,6 +11929,22 @@ "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/view-transition-name" }, + "view-transition-scope": { + "syntax": "none | all", + "media": "visual", + "inherited": false, + "animationType": "discrete", + "percentages": "no", + "groups": [ + "CSS View Transitions" + ], + "initial": "none", + "appliesto": "allElements", + "computed": "asSpecified", + "order": "perGrammar", + "status": "standard", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/view-transition-scope" + }, "visibility": { "syntax": "visible | hidden | collapse", "media": "visual",