[csswg-drafts] [css-forms-1] A few issues with <input type=number> pseudos (#11890)

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

== [css-forms-1] A few issues with <input type=number> pseudos ==
I like that there are pseudos for styling the step-up and step-down buttons. I'm wondering if those need to be replaceable, e.g. with custom element buttons?

Also, even absent that, I think the stylesheet needs to include `display:flex` for both the `<input>` itself (which contains the `::field-text` and the `::step-control`, and should have `flex-direction: row`) and the `::step-control` (which contains the buttons, and should have `flex-direction:column`).

Actually a number of controls that have defined internal structure like this should likely also have `display:flex`? 

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


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

Received on Monday, 10 March 2025 17:49:41 UTC