- From: Luke Warlow via GitHub <noreply@w3.org>
- Date: Tue, 01 Jul 2025 18:36:34 +0000
- To: public-css-archive@w3.org
So instead it'd be the below?
```
input:is([type=checkbox]:not([switch]), [type=radio]) {
/* These min-size rules ensure accessibility by following WCAG rules:
* https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum.html */
block-size: max(1em, 24px);
inline-size: max(1em, 24px);
/* This font-size rule ensures the checkmark fills the containing box. */
font-size: max(1em, 24px);
...
}
```
--
GitHub Notification of comment by lukewarlow
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12430#issuecomment-3025125963 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 1 July 2025 18:36:35 UTC