- From: Luke Warlow via GitHub <noreply@w3.org>
- Date: Tue, 27 Jan 2026 10:53:32 +0000
- To: public-css-archive@w3.org
lukewarlow has just created a new issue for https://github.com/w3c/csswg-drafts:
== [css-forms-1] Radio buttons should have padding ==
Currently the styles for radio buttons don't provide any gap between the border and the inner "checkmark".
<img width="134" height="101" alt="Image" src="https://github.com/user-attachments/assets/b81f9151-fb14-4419-a3e3-3e6f27d3e401" />
I propose we add:
```css
input[type="radio"] {
padding: 0.15em;
}
```
<img width="133" height="105" alt="Image" src="https://github.com/user-attachments/assets/80a7fb0b-a2ed-4536-99d3-65dbc33349bd" />
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13403 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 27 January 2026 10:53:33 UTC