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

though thinking about it, I'm curious how it would work. If there's 1 value that changes, then that's not good. 

If there are 2 values (e.g. something like `inset-ua-chrome-small` and `inset-ua-chrome-large`), what would it take to get a full-height element?

For example:

```css
height: 100vhc;
```

vs

```css
height: calc(100vh - env(inset-ua-chrome-small) + env(inset-ua-chrome-large));
```

If I'm understanding the proposed env variable correctly.

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

Received on Wednesday, 16 October 2019 14:55:21 UTC