- From: Ian Kilpatrick via GitHub <noreply@w3.org>
- Date: Thu, 06 Nov 2025 17:54:40 +0000
- To: public-css-archive@w3.org
Another potential solution to this problem is to use the "scrollable containing-block" if there is a **non-implicit** default anchor. E.g. This doesn't really matter for popover as it is `position:fixed` by default, and doesn't use the scrollable containing-block. And would satisfy the forwards compat constraint in adding implicit anchors to different things, etc (and I suspect most of those things would be `position:fixed` for example. Additionally the "local containing-block" is likely fine for `::before`/`::after` as they are typically fixed-size and are typically used for decoration elements. -- GitHub Notification of comment by bfgeek Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13067#issuecomment-3498632485 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 6 November 2025 17:54:41 UTC