- From: Manuel Strehl via GitHub <sysbot+gh@w3.org>
- Date: Fri, 24 May 2024 06:56:10 +0000
- To: public-css-archive@w3.org
Thank you for the pointer!
After reading the other issue (and two other linked ones) I’m still not sure how I would use `::details-content`. Would it be something like this?
```css
details ::details-content:has(:target) {
display: block /* or inline, or use visibility? */;
}
```
--
GitHub Notification of comment by Boldewyn
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2084#issuecomment-2128715199 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 24 May 2024 06:56:11 UTC