Open

Description
For variables exposed through the user agent (e.g. display cutout) it would be good to have some way of detecting whether an env() variable is available.
Two possible ways we could do this:
- Through the JS API defined in [css-env-1] variables should be exposed to script #2628
- Though CSS.supports() e.g. CSS.supports('env(safe-area-inset-top)') => true