[csswg-drafts] Allow styling of input[type=number] number spinner (#8777)

samhed has just created a new issue for https://github.com/w3c/csswg-drafts:

== Allow styling of input[type=number] number spinner ==
`<input type="number">` elements display spinners in most desktop browsers to increase/decrease the number value. These cannot be styled. There is the non-standard `::-webkit-inner-spin-button`  and `::-webkit-outer-spin-button`, but these are limited and don't work in all browsers. Links regarding the webkit selectors:

https://developer.mozilla.org/en-US/docs/Web/CSS/::-webkit-inner-spin-button
https://developer.mozilla.org/en-US/docs/Web/CSS/::-webkit-outer-spin-button
https://trac.webkit.org/wiki/Styling%20Form%20Controls#inputelement

We'd like to see the possibility to change the appearance of the spinner, providing different buttons icons and hover/active styles.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8777 using your GitHub account


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

Received on Friday, 28 April 2023 06:34:03 UTC