Bug 259440
| Summary: | Make dir=auto and dirname apply to more input types | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Vincent Hilla <vhilla> |
| Component: | Forms | Assignee: | Anne van Kesteren <annevk> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | akeerthi, cdumez, webkit-bug-importer, wenson_hsieh |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Vincent Hilla
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Aditya Keerthi
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
<rdar://problem/113127508>
Anne van Kesteren
Pull request: https://github.com/WebKit/WebKit/pull/17339
Anne van Kesteren
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
Committed 269711@main (cca91933e498): <https://commits.webkit.org/269711@main>
Reviewed commits have been landed. Closing PR #17339 and removing active labels.