Skip to content

Commit

Permalink
[css-values-4] Per WG resolution, censor NaNs to 0. Closes #7067
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins committed Apr 27, 2022
1 parent 9598e95 commit b5113b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-values-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3990,7 +3990,7 @@ Type Checking</h3>
If a <dfn export>top-level calculation</dfn>
(a [=math function=] not nested inside of another [=math function=])
would produce a value whose numeric part is NaN,
it instead act as though the numeric part is +∞.
it instead act as though the numeric part is 0.
If a [=top-level calculation=]
would produce a value whose numeric part is 0⁻,
it instead acts as though the numeric part is the standard "unsigned" zero.
Expand Down

0 comments on commit b5113b9

Please sign in to comment.