Skip to content

Commit

Permalink
[scroll-animations-1] Return negative infinity for times coinciding w…
Browse files Browse the repository at this point in the history
…ith zero-length range. #8114
  • Loading branch information
fantasai committed Jun 1, 2023
1 parent 38c9a63 commit 0350741
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scroll-animations-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1375,9 +1375,8 @@ spec: cssom-view-1; type: dfn;
and return it.

If the start and end points of the [=named timeline range=] coincide,
return negative infinity for time values before it,
positive infinity for time values after it,
and zero for time values coinciding with that point.
return negative infinity for time values earlier or equal to that point,
and positive infinity for time values after it.

<dt>
If {{AnimationTimeOptions/range}} is provided
Expand Down

0 comments on commit 0350741

Please sign in to comment.