From a880bf626af34f8c5b3fcf4163619e2fb0c39ee6 Mon Sep 17 00:00:00 2001 From: Chris Couzens Date: Fri, 8 Aug 2025 19:28:01 +0100 Subject: [PATCH] Missing noun in css-view-transitions-1/Overview.bs The previous version of this sentence was missing a noun. The sentence at the start of the paragraph makes it clear what's missing. --- css-view-transitions-1/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-view-transitions-1/Overview.bs b/css-view-transitions-1/Overview.bs index ada6530832d..a4917f90952 100644 --- a/css-view-transitions-1/Overview.bs +++ b/css-view-transitions-1/Overview.bs @@ -272,7 +272,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface; If the ''::view-transition-group()'' has a corresponding element in the "new" states, the browser keeps the properties copied over to the ''::view-transition-group()'' in sync with the DOM element in the "new" state. - If the ''::view-transition-group()'' has a corresponding both in the "old" and "new" state, + If the ''::view-transition-group()'' has corresponding elements both in the "old" and "new" state, and the property being copied is interpolatable, the browser also sets up a default animation to animate the property smoothly.