Re: [csswg-drafts] [css-env-1] Clarify how variables can be detected (#2732)

> other than UA sniffing combined with screen measurement we don't have any means at our disposal to read in the values.

Wait, why does:

```
div.style.width = "env(safe-area-inset-top)";
getComputedStyle(div).width
```

not work?

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

Received on Tuesday, 27 August 2019 17:58:29 UTC