Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions scroll-animations-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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=].

<dt><dfn>scroll</dfn>
<dd>
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=].
</dl>

ISSUE: Insert diagrams.
Expand Down