Re: [csswg-drafts] [css-forms-1] Checkbox and radio sizing should meet WCAG minimum sizing (#12430)

Current draft spec (per above PR) is:

```
   /* These size rules ensure accessibility by following WCAG rules:
     * https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum.html */
    block-size: 1em;
    inline-size: 1em;
    font-size: max(1em, 24px);
```

Agenda+ to confirm with the WG and close.

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


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

Received on Monday, 26 January 2026 22:26:41 UTC