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

Sorry if this may be trivial; but where in this formula is the 800px 
limitation? Wouldn't you need a media query surrounding that 
calc-function to ensure that it doesn't get applied to `vw`s greater 
than 800? 

The way I see it the formula alone won't handle it:
`((1200px - 400px) / 400) = 2` .. `18 + 6*2 = 30`, not the desired max
 of `24`.

Please, enlighten me :)

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

Received on Tuesday, 11 October 2016 11:00:20 UTC