Re: [csswg-drafts] Ability to style <details>/<summary> to be open (e.g. for print styles) (#2084)

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