Skip to content

Commit dd61a8c

Browse files
authored
[scroll-animations-1] Define view timeline range 'scroll' (w3c#13306)
This adds a named ViewTimeline range of 'scroll' as resolved[1] on. [1] w3c#9367 (comment) Co-authored-by: David Awogbemila <awogbemila@chromium.org>
1 parent 0a3be9a commit dd61a8c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

scroll-animations-1/Overview.bs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,15 @@ spec:selectors-4; type:dfn; text:selector
682682
* 100% progress represents the earliest position at which
683683
the [=end=] [=border edge=] of the element’s [=principal box=]
684684
coincides with the [=start=] edge of its [=view progress visibility range=].
685+
686+
<dt><dfn>scroll</dfn>
687+
<dd>
688+
Represents the full range of the [=scroll container=] on which the [=view progress timeline=]
689+
is defined.
690+
* 0% progress represents the startmost scroll position of the [=scroll container=]
691+
underlying the [=view progress timeline=].
692+
* 100% progress represents the endmost scroll position of the [=scroll container=]
693+
underlying the [=view progress timeline=].
685694
</dl>
686695

687696
ISSUE: Insert diagrams.

0 commit comments

Comments
 (0)