Re: [csswg-drafts] [css-values-4] Add vhc value (#4329)

> > 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