RESOLVED FIXED219216
Use real dates and times as placeholders for date/time inputs with editable components
https://bugs.webkit.org/show_bug.cgi?id=219216
Summary Use real dates and times as placeholders for date/time inputs with editable c...
Aditya Keerthi
Reported 2020-11-20 11:47:17 PST
...
Attachments
Patch (20.75 KB, patch)
2020-11-20 11:52 PST, Aditya Keerthi
no flags
Patch (21.61 KB, patch)
2020-11-29 14:00 PST, Aditya Keerthi
no flags
Aditya Keerthi
Comment 1 2020-11-20 11:47:31 PST
Aditya Keerthi
Comment 2 2020-11-20 11:52:12 PST
Devin Rousso
Comment 3 2020-11-20 17:10:56 PST
Comment on attachment 414702 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=414702&action=review r=me > Source/WebCore/ChangeLog:23 > + placeholders are not customizable in any way, as it is an unspecified aspect Does this include `HTMLInputElement.prototype.set placeholder` and/or basic CSS properties with `::placeholder`? If so, are there plans to add support for these?
Aditya Keerthi
Comment 4 2020-11-20 19:27:49 PST
(In reply to Devin Rousso from comment #3) > Comment on attachment 414702 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=414702&action=review > > r=me > > > Source/WebCore/ChangeLog:23 > > + placeholders are not customizable in any way, as it is an unspecified aspect > > Does this include `HTMLInputElement.prototype.set placeholder` and/or basic > CSS properties with `::placeholder`? If so, are there plans to add support > for these? The placeholder attribute is unsupported for date/time inputs in all browsers, as the behavior is unspecified. There are no plans to add support for these at this time. It is something we could consider once a standard has been established, but that would require consideration of what acceptable values for the attribute would be.
Aditya Keerthi
Comment 5 2020-11-29 14:00:15 PST
EWS
Comment 6 2020-11-30 08:35:42 PST
Committed r270245: <https://trac.webkit.org/changeset/270245> All reviewed patches have been landed. Closing bug and clearing flags on attachment 414993 [details].
Note You need to log in before you can comment on or make changes to this bug.