Re: [csswg-drafts] [css-anchor-1] Allow anchoring to popover invoker (#8671)

This is already possible via the [implicit anchor element](https://w3c.github.io/csswg-drafts/css-anchor-position/#implicit-anchor-element) - in fact, Popover is currently the *only* thing that can set an implicit anchor.

So in this case the div could write something like `#popover:popover-open { position: fixed; top: anchor(bottom); }` and it would attach to the whichever button invoked it.

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


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

Received on Monday, 3 April 2023 18:20:45 UTC