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 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.
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 instead. This way, assumingposition-anchor
isn't set on ::scroll-marker-group, it'll automatically anchor itself to its scroller. You'd be able to do things like setinset-area: right center;
without any additional effort, etc.