Re: [csswg-drafts] [css-pseudo-4] Standardizing input[type="range"] styling (#4410)

We've been able to implement every component so far in our new CSS based design system using CSS only. Range styling was the first major roadblock where we couldn't accomplish an accessible design across browsers without resorting to JavaScript.

[This](https://github.com/w3c/csswg-drafts/issues/4410#issuecomment-1722028412) looks like a great and simple proposal to me, getting it standardised and implemented would allow the removal of a lot of poor workarounds across the web.

```html
<input type="range">
   <::slider-track />
   <::slider-fill />
   <::slider-thumb />
</input>
```

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


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

Received on Wednesday, 17 April 2024 08:52:39 UTC