Open
Description
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
?