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

I think my only review comments, after reviewing [8.1.2. Type Checking](https://drafts.csswg.org/css-values-4/#calc-type-checking) are:
* the definition of division seems a little bit on the informal side -- "negate" / "negated" isn't formally defined, and I suppose it's not completely clear what it would mean for the percent hint on a type.  (Can the type in a `calc()` ever have a percent hint?)
* it's not clear what determines whether the result is `<number>` or `<integer>`, though I suspect that's a pre-existing issue.
* I'm worried that the clamping behavior (for infinities) is also underdefined.

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

Received on Thursday, 24 May 2018 22:52:00 UTC