- From: Šime Vidas via GitHub <sysbot+gh@w3.org>
- Date: Mon, 28 Aug 2023 03:05:29 +0000
- To: public-css-archive@w3.org
simevidas has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-overflow-3] Overflow Viewport Propagation does not seem accurate == Spec section: https://drafts.csswg.org/css-overflow-3/#overflow-propagation This spec text confuses me: > UAs must apply the `overflow-*` values set on the root element to the viewport As far as I understand, the viewport is *not* the root scroll container; the viewport is merely the *scrollport* of the root scroll container. So I don’t understand why something like `html { overflow: scroll }` should propagate to the viewport. Should it not propagate to the root scroll container instead? The `overflow` property applies to block containers, and the viewport is not a block container. The root scroll container is a block container, I assume. Could you clarify this? Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9249 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 28 August 2023 03:05:32 UTC