- From: René Eschke via GitHub <sysbot+gh@w3.org>
- Date: Tue, 11 Oct 2016 11:00:08 +0000
- To: public-css-archive@w3.org
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