Skip to content

Commit

Permalink
[css-values-5] Specify how to handle a too-large random() range. #11634
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins committed Feb 14, 2025
1 parent 442fc2c commit 6740d94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css-values-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2123,6 +2123,11 @@ Argument Ranges</h4>
If C is infinite,
the result is A.

If A and B are finite,
but the distance between them (''B - A'')
is large enough to become infinite in the user agent,
the result is NaN.

(If C is zero or negative,
the result is A,
but that falls out of the standard definition.)
Expand Down

0 comments on commit 6740d94

Please sign in to comment.