- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Mon, 03 Apr 2023 18:20:43 +0000
- To: public-css-archive@w3.org
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