Re: [csswg-drafts] [css-borders] Add a 'hairline' border-width value (#3720)

Here's an idea, I don't know if it's a good one:

- `100hl` = `border-round(1px)` = `1px`
- `50hl` = `border-round(0.5px)` = `1px` on low density monitors, `0.5px` on the first Retina displays, etc.
- `1hl` = `border-round(0.01px)` = 1 physical pixel (technically could be more, but unlikely to ever be)

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


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

Received on Wednesday, 21 May 2025 19:51:50 UTC