Re: [csswg-drafts] [css-anchor-position-1] A pseudo class for anchor-positioned state? (#9465)

Isn't this covered by style container queries? Like this:

```css
[popover]
{  @container not style(anchor-default: initial)
   {  inset : auto
   ;  }}
```

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


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

Received on Sunday, 15 October 2023 03:03:33 UTC