- From: CSS Meeting Bot via GitHub <sysbot+gh@w3.org>
- Date: Sat, 28 Sep 2024 00:50:11 +0000
- To: public-css-archive@w3.org
The CSS Working Group just discussed ``[selectors] Shouldn't there be a pseudo selector for `:unchecked` inputs?``, and agreed to the following: * `RESOLVED: Define :unchecked for elements for which :checked applies, exclusive with :indeterminate` <details><summary>The full IRC log of that discussion</summary> <emilio> fantasai: proposal to have :unchecked, parallel to :checked and :indeterminate<br> <emilio> ... parallel to other pseudos like :enabled/:disabled<br> <emilio> ... apparently this one is the only one that doesn't have it<br> <emilio> ... proposal is to add it<br> <emilio> Rossen9: so when does this match?<br> <emilio> fantasai: when it can be checked but isn't<br> <emilio> q+<br> <Rossen9> ack emilio<br> <fantasai> fantasai: e.g. div:not(:checked) matches but div:unchecked doesn't<br> <fantasai> emilio: is it exclusive with :indeterminate?<br> <fantasai> fantasai: yes<br> <emilio> fantasai: because indeterminate means it's not checked or unchecked<br> <emilio> dbaron: checked can match radio/input/option<br> <emilio> ... indeterminate can match radio/checkbox/progress<br> <kizu> q+<br> <emilio> ... I assume this would match only the things checked might match?<br> <emilio> fantasai: yes<br> <dbaron> https://html.spec.whatwg.org/multipage/semantics-other.html#selector-checked<br> <Rossen9> ack kizu<br> <emilio> kizu: in scroll-marker :checked was mentioned as something we'd match<br> <emilio> ... should we have :unchecked too?<br> <emilio> fantasai: I think we shouldn't have :checked for that<br> <emilio> flackr: if we use :checked it probably should<br> <kbabbitt> :unchecked sounds good to me<br> <emilio> PROPOSED: Define :unchecked for elements for which :checked applies, exclusive with :indeterminate<br> <emilio> RESOLVED: Define :unchecked for elements for which :checked applies, exclusive with :indeterminate<br> </details> -- GitHub Notification of comment by css-meeting-bot Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10746#issuecomment-2380324495 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 28 September 2024 00:50:12 UTC