browser-compat-data icon indicating copy to clipboard operation
browser-compat-data copied to clipboard

Remove note about Safari time picker for `datetime-local`

Open mkurz opened this issue 4 months ago • 4 comments

Summary

Safari 14.1 and newer displays a time picker for datetime-local. datetime-local was not working correctly in one of the Safari tech previews but was fixed before the final 14.1 release.

Test results and supporting details

See the Safari 14.1 release note (https://developer.apple.com/documentation/safari-release-notes/safari-14_1-release-notes)

Added support for HTML date, time, and datetime-local input types in macOS, enabling date and time controls in forms.

This is confirmed by the according issue (comment 27): https://bugs.webkit.org/show_bug.cgi?id=214946#c27

More confirmations:

  • With screenshot: https://github.com/Fyrd/caniuse/pull/5646#issuecomment-715180664
  • https://github.com/Fyrd/caniuse/pull/5669

A jsfiddle to test yourself: https://jsfiddle.net/8gw2yk5e/

Related issues

  • https://bugs.webkit.org/show_bug.cgi?id=214946#c27 (see comment 27)

mkurz avatar Sep 05 '25 09:09 mkurz

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

github-actions[bot] avatar Sep 05 '25 09:09 github-actions[bot]

This is confirmed by the according issue (comment 27): bugs.webkit.org/show_bug.cgi?id=214946#c27

That comment only mentions the date picker, not the time picker.

Testing in Safari 14.1 confirms the time picker isn't shown:

image

caugner avatar Sep 05 '25 14:09 caugner

crazy, the screenshot in https://github.com/Fyrd/caniuse/pull/5646#issuecomment-715233820 shows the time picker...

mkurz avatar Sep 05 '25 14:09 mkurz

crazy, the screenshot in Fyrd/caniuse#5646 (comment) shows the time picker...

I don't see a time picker in those screenshots, only time fields.

caugner avatar Sep 05 '25 15:09 caugner