Re: [csswg-drafts] [css-values] mod(−0, +∞) and mod(+0, −∞) not handled correctly (#4723)

It definitely shouldn't be infinity. Replace ∞ with a very large finite number, and the answer is definitely just +0. It *could* be NaN, but the general policy is that we define the behavior for ∞ arguments to be the limit as the argument approaches ∞, if the limit exists; it's only NaN if there's no limit.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4723#issuecomment-582677040 using your GitHub account

Received on Thursday, 6 February 2020 00:22:06 UTC