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

Re: circular sliders (like the one below, which I coded a few years back)

![circular slider example](https://user-images.githubusercontent.com/76854602/210015691-3ea0792c-ea97-485f-9982-941babd22bef.png)

My initial thought was they're not common. While searching for "slider design", I came across just two or three such results, the rest... all classic line sliders! So that's an edge case, and if we take the same path as with selectmenu, a perfect use for having slots where we can replace the track with an SVG circle arc (and can even get a cool [3D look with SVG filters](https://codepen.io/thebabydino/pen/RwjzEpm) for that).

But then it was pointed out to me that they're rather common in some apps? So perhaps that's a blind spot for me? I don't have a smartphone, I don't use apps, I've relied solely on looking online for interesting designs in order to see what challenges they would pose when it comes to coding them.

So at this point... not sure.

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


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

Received on Thursday, 29 December 2022 22:14:51 UTC