Re: [csswg-drafts] [css-viewport] Add a meta viewport parameter to control ICB layout behavior for interactive overlays (#7767)

> Open to other suggestions too.

What about `dynamic-ui`? That would be more generic.

I love the approach with the additional meta viewport parameter as it pretty much falls in line with previous usage of it. 👍🏻
And I'd very much love to see it in the browser sooner than later.

One thing I'd like to throw into the discussion is the question if desktop viewport scrollbars should not also be consired dynamic UI and if we could lump them into into this spec, too? 

It happens quite often that they break my plans in regards to viewport related styling as documented here: https://github.com/w3c/csswg-drafts/issues/4691#issuecomment-1103694891 (and it turned out that `overflow: clip` is not enough of a solution, but the non-standard `overflow-x: -moz-hidden-unscrollable` and `overflow-y: overlay` were)

Finally, probably overreaching the scope of this topic: can we make available currently active dynamic UI dimensions via `env()` function? Thinking of `env(dynamic-ui-inset-top)`, `env(dynamic-ui-inset-right)`, `env(dynamic-ui-inset-bottom)` and `env(dynamic-ui-inset-lef)`.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 1 October 2022 12:56:43 UTC