Skip to content

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

Open
@mfreed7

Description

@mfreed7

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions