Remove note about Safari time picker for `datetime-local`
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)
Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).
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:
crazy, the screenshot in https://github.com/Fyrd/caniuse/pull/5646#issuecomment-715233820 shows the time picker...
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.