- From: richarddunnebsc via GitHub <noreply@w3.org>
- Date: Mon, 23 Mar 2026 19:49:32 +0000
- To: public-css-archive@w3.org
richarddunnebsc has just created a new issue for https://github.com/w3c/csswg-drafts: == Replace height and width attributes for checkbox and radio inputs == The height and width attributes for checkbox and radio inputs are always the same, the checkbox is a square and the radio button is a circle, so wouldn't a single size attribute make more sense for both. `<input type="checkbox" size="20px">` // size is length of a side `<input type="radio" size="20px">` // size is length of diameter Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13703 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 23 March 2026 19:49:33 UTC