[csswg-drafts] [css-overflow-5] ::scroll-marker-group should use its originating element as its implicit anchor element (#10494)

tabatkins has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-overflow-5] ::scroll-marker-group should use its originating element as its implicit anchor element ==
An expected common behavior for ::scroll-marker-group is that it'll be abspos and attached to its scroller. This currently would require use of `anchor-name` on the scroller, but I think we can just set the scroller as the ::scroll-marker-group's [implicit anchor element](https://drafts.csswg.org/css-anchor-position/#implicit) instead. This way, assuming `position-anchor` isn't set on ::scroll-marker-group, it'll automatically anchor itself to its scroller. You'd be able to do things like set `inset-area: right center;` without any additional effort, etc.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10494 using your GitHub account


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

Received on Tuesday, 25 June 2024 16:05:40 UTC