RESOLVED FIXED259440
Make dir=auto and dirname apply to more input types
https://bugs.webkit.org/show_bug.cgi?id=259440
Summary Make dir=auto and dirname apply to more input types
Vincent Hilla
Reported 2023-07-24 01:15:25 PDT
See https://github.com/whatwg/html/pull/9490 In form submission, handle dirname for input types hidden, tel, url, email (in addition to the current text, search).
Attachments
Aditya Keerthi
Comment 1 2023-07-24 13:57:07 PDT
I think tel/url/email already work in WebKit since they are all `TextFieldInputType`. Though we probably need to do something in `HiddenInputType`.
Radar WebKit Bug Importer
Comment 2 2023-07-31 01:16:16 PDT
Anne van Kesteren
Comment 3 2023-09-01 04:36:43 PDT
Anne van Kesteren
Comment 4 2023-09-01 04:37:59 PDT
I filed https://github.com/whatwg/html/issues/9669 to investigate if removing support from password makes sense. Removing support from number seems reasonable to me, though let me know if you disagree.
EWS
Comment 5 2023-10-24 06:35:43 PDT
Committed 269711@main (cca91933e498): <https://commits.webkit.org/269711@main> Reviewed commits have been landed. Closing PR #17339 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.