8000 41140 datetime-local time picker by dletorey · Pull Request #28051 · mdn/browser-compat-data · GitHub
[go: up one dir, main page]

Skip to content

Conversation

dletorey
Copy link
Contributor

Summary

  • Added flag for datetime-local input field
  • Added note about timepicker values

Test results and supporting details

  • Tested using datetime-local test code pen using the flag dom.forms.datetime.timepicker, in:
    • Firefox beta 144
    • Firefox Developer Edition 144
    • Firefox Nightly 145

Related issues

@github-actions github-actions bot added the data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML label Sep 30, 2025
@github-actions github-actions bot added the size:s [PR only] 7-24 LoC changed label Sep 30, 2025
Copy link
Contributor
github-actions bot commented Sep 30, 2025

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

@dletorey dletorey changed the title 41140 datetime local time picker 41140 datetime-local time picker Sep 30, 2025
Comment on lines +23 to +33
"flags": [
{
"type": "preference",
"name": "dom.forms.datetime.timepicker",
"value_to_set": "true"
}
],
"notes": [
"Before Firefox 144, only displays a date picker without a time picker, see [bug 1726108](https://bugzil.la/1726108).",
"There is an issue when a `min` and/or `max` attribute is set with a time value the time picker has no values, see [bug 1990226](https://bugzil.la/1990226)."
]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The flag is irrelevant here, because Firefox does support this feature, providing a user interface to modify both date and time. Like Safari, Firefox doesn't provide a time picker, but this is not explicitly required in the spec.

We should revert the notes to mainly state the same as Safari, mentioning bug 1726107.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:html Compat data for HTML elements. https://developer.mozilla.org/docs/Web/HTML size:s [PR only] 7-24 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0