Re: [csswg-drafts] [css-values] [css-fonts-4] Native map() function in CSS

No, right now `calc((100vw - 400px) / 400px)` is simply invalid - you 
can't divide by a unitted value.  But allowing unit algebra has been 
on our roadmap for a while; when we finally add it, that expression 
will divide a length by a length, resulting in a number.

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

Received on Tuesday, 11 October 2016 01:05:57 UTC