Closed
Bug 1501911
Opened 6 years ago
Closed 6 years ago
Support autocomplete="address-level3" on form fields
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: MattN, Assigned: MattN)
References
()
Details
Attachments
(1 file)
2.49 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
Form Autofill just gained support for this in bug 1481972 so we should expose this to the web like we do for address-level1 & address-level2. This should be a simple matter of deleting https://searchfox.org/mozilla-central/rev/72b1e834f384a2ffec6eb4ce405fbd4b5e881109/dom/base/AutocompleteFieldList.h#63 and updating tests.
Assignee | ||
Comment 1•6 years ago
|
||
Attachment #9019929 -
Flags: review?(bugs)
Updated•6 years ago
|
Priority: -- → P2
Updated•6 years ago
|
Attachment #9019929 -
Flags: review?(bugs) → review+
Pushed by csabou@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/da8a1b9096cb
Support 'address-level3' in @autocomplete for form fields. r=smaug
Keywords: checkin-needed
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•