We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eeafc3 commit 52732eaCopy full SHA for 52732ea
1 file changed
css-values-4/Overview.bs
@@ -3485,10 +3485,11 @@ Type Checking</h3>
3485
3486
If a <dfn export>top-level calculation</dfn>
3487
(a [=math function=] not nested inside of another [=math function=])
3488
- would produce a NaN,
3489
- it instead produces +∞.
3490
- If a [=top-level calculation=] would produce 0⁻,
3491
- it instead produces the standard "unsigned" zero.
+ would produce a value whose numeric part is NaN,
+ it instead act as though the numeric part is +∞.
+ If a [=top-level calculation=]
+ would produce a value whose numeric part is 0⁻,
3492
+ it instead acts as though the numeric part is the standard "unsigned" zero.
3493
3494
<div class=example>
3495
For example, ''calc(-5 * 0)'' produces an unsigned zero--
0 commit comments