- From: Emilio Cobos Álvarez via GitHub <sysbot+gh@w3.org>
- Date: Thu, 31 Oct 2019 10:58:59 +0000
- To: public-css-archive@w3.org
> > FWIW height: calc(100vh - env(foo, 0px)); does work. That's just because calc(100vh - 0) is invalid, because 0 in calc get's parsed as a , not a , and you can't subtract and s. > > I can't parse this; do have too many, or not enough, negations? This is just github eating my `<` and `>`s. Edited :) -- GitHub Notification of comment by emilio Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4329#issuecomment-548316010 using your GitHub account
Received on Thursday, 31 October 2019 10:59:01 UTC