Open
Bug 1020839
Opened 11 years ago
Updated 3 years ago
Support autofilling the initials of a name via @maxlength=1
Categories
(Toolkit :: Form Autofill, defect)
Toolkit
Form Autofill
Tracking
()
NEW
People
(Reporter: MattN, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: p=1)
From the spec (see URL):
For example, if the user agent knows that the user's middle name is "Ines", and attempts to prefill a form control that looks like this:
<input name=middle-initial maxlength=1 autocomplete="additional-name">
...then the user agent could convert "Ines" to "I" and prefill it that way.
==
The same could apply to the first-name and last-name fields.
Reporter | ||
Updated•11 years ago
|
Summary: Support autofilling the initials of a name → Support autofilling the initials of a name via @maxlength=1
Reporter | ||
Updated•8 years ago
|
Component: Form Manager → Form Autofill
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•