Skip to content

Commit 817f58c

Browse files
committed
[css-easing-2][editorial] clarify source of infinites
1 parent a9e3765 commit 817f58c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css-easing-2/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,9 @@ Note: While CSS numbers have a theoretically infinite range
161161
(see [[css-values-4#numeric-ranges]])
162162
UAs will automatically clamp enormous numbers to a reasonable range.
163163
If easing functions are used outside of the CSS context,
164-
care must be taken to either correctly handle potential infinities,
164+
care must be taken to either correctly handle potential infinities
165+
(including those produced by merely <em>very large</em> values
166+
stored in a floating point number),
165167
or clamp the [=output progress value=].
166168

167169
Some types of easing functions

0 commit comments

Comments
 (0)