Re: [csswg-drafts] [css-forms-1] Radio buttons should have space between border and "checkmark" (#13403)

To clarify do you mean something like below? Or do you have something else in mind?

```css
input[type=radio]:checked::checkmark {
    content: '';
    background-color: currentColor;
    display: inline-block;
    border-radius: inherit;
-   height: 100%;
-   width: 100%;
+   height: 70%;
+   width: 70%;
}
```

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


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

Received on Wednesday, 28 January 2026 00:42:44 UTC