- From: Jacob Rask via GitHub <sysbot+gh@w3.org>
- Date: Wed, 17 Apr 2024 08:52:38 +0000
- To: public-css-archive@w3.org
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