Skip to content

chrome-desktop-showpicker ignores step-attribute #10781

@michael-bliem

Description

@michael-bliem

What is the issue with the HTML Standard?

showpicker for input of type 'datetime-local' or 'time' ignores attribute 'step' in chrome for desktop/windows.

the input-element itself does not ignore this attribute. if edited by keyboard with arrow-keys, the value changes depending on attribute 'step'.

example given:
if focus is on an input-element of type 'time' with attribute 'step' set to 900 (= 15 minutess), the value can be edited per showpicker or per keyboard. if edited per keyboard (with arrow-keys) the value for minutes only shows values 0, 15, 30 and 45. showpicker shows and accepts any number between 0 and 59 ignoring attribute 'step'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidUsed to mark off-topic or spam issues or PRs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions