[Webkit-unassigned] [Bug 133731] Forced date format for input of type=date

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 11 17:22:00 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=133731

Jayden Seric <me at jaydenseric.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |me at jaydenseric.com

--- Comment #1 from Jayden Seric <me at jaydenseric.com> ---
This is not a bug, by spec the value for input[type='date'] must conform to the ISO 8601 standard for computer-readable date and time formats, see https://html.spec.whatwg.org/multipage/forms.html#input-author-notes. The standard format allows things such as the min and max attributes and autocompletion to work.

If you want to submit arbitrary text you should use input[type='text'].

This issue can be closed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181212/1df70c73/attachment-0001.html>


More information about the webkit-unassigned mailing list