From f3c420ef028b58b28270271b0bcba7a1cd74c5ca Mon Sep 17 00:00:00 2001 From: David Awogbemila Date: Wed, 7 Jan 2026 09:33:47 -0500 Subject: [PATCH] Define view timeline range 'scroll' This adds a named ViewTimeline range of 'scroll' as resolved[1] on. [1] https://github.com/w3c/csswg-drafts/issues/9367#issuecomment-2628525742 --- scroll-animations-1/Overview.bs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scroll-animations-1/Overview.bs b/scroll-animations-1/Overview.bs index d9ef7e4be898..cd7879ca811c 100644 --- a/scroll-animations-1/Overview.bs +++ b/scroll-animations-1/Overview.bs @@ -682,6 +682,15 @@ spec:selectors-4; type:dfn; text:selector * 100% progress represents the earliest position at which the [=end=] [=border edge=] of the element’s [=principal box=] coincides with the [=start=] edge of its [=view progress visibility range=]. + +
scroll +
+ Represents the full range of the [=scroll container=] on which the [=view progress timeline=] + is defined. + * 0% progress represents the startmost scroll position of the [=scroll container=] + underlying the [=view progress timeline=]. + * 100% progress represents the endmost scroll position of the [=scroll container=] + underlying the [=view progress timeline=]. ISSUE: Insert diagrams.