Re: [csswg-drafts] [css-values] Allow division of same types in calc()

Agenda+ to ask about whether I should keep negative-zero tracking within an expression.  (The distinction will disappear when it exits a top-level calculation, at the same time as NaNs disappear.)

Specifically, should `calc(1 / calc(1/(-1/0)))` produce positive infinity or negative infinity?  If negative-zero is tracked, the the inner calc produces negative zero, and the outer calc then produces negative infinity. If it's not, then the inner calc just produces zero, and the outer calc produces positive infinity.

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

Received on Monday, 4 June 2018 19:43:10 UTC