- From: Samuel Bradshaw via GitHub <sysbot+gh@w3.org>
- Date: Sun, 30 Oct 2022 01:59:22 +0000
- To: public-css-archive@w3.org
+1. Another use case is to allow the open/closed state of the details element to be controlled by a preceding checkbox, using the sibling selector – something like
```
#agree-checkbox:checked + details {
toggle-state: open;
}
--
GitHub Notification of comment by samuelbradshaw
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2084#issuecomment-1296061494 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Sunday, 30 October 2022 01:59:23 UTC