Re: [csswg-drafts] Do we need :focus-visible-within ? (#3080)

Since I see some comment here, it's worth noting that `:has` is in development  `:has()` in 2 engines (chrome 101+/supporting things based on that chromium build under experimental web platform features and webkit with TP versions like Safari in the most recent).  In both cases, at least currently

```css
.thing:has(:focus-visible) { .... }
```

works just fine, so if that ultimately lands it will address this issue (as well as several others, we should probably review)







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


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

Received on Wednesday, 23 March 2022 17:40:53 UTC