Re: [csswg-drafts] [selectors] Shouldn't there be a pseudo selector for `:unchecked` inputs? (#10746)

Interesting point - while browsers can visualize the indeterminate state on a standalone checkbox, it is not accessible to users directly. In my understanding of the specs the `indeterminate` state is just a visualization controlled by JS and not linked to the un-/checked state in any way.

In my logical understanding an input is always unchecked if ...

`input[type=checkbox|radio]`
- initially not checked OR
- unchecked by user

Did I miss something?

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


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

Received on Wednesday, 30 April 2025 00:34:40 UTC