Open
Bug 1360752
Opened 9 years ago
Updated 3 years ago
[Form Autofill] Handle inputs without <label> or @autocomplete for heuristics
Categories
(Toolkit :: Form Autofill, enhancement, P3)
Tracking
()
NEW
People
(Reporter: MattN, Unassigned)
References
Details
(Keywords: parity-chrome, Whiteboard: [form autofill] )
There are many ways that authors label their form fields for users that don't use <label> and we should use them for our autofill heuristics if @autocomplete field names aren't specified:
* <tr>/<th>
* adjacent text nodes (possibly wrapped in an element e.g. <p>, <b>, etc.)
* <li>
* <dl>
* <div>
* etc.
See the InferLabelFrom* methods in form_autofill_util.cc[1] with their test cases in form_autofill_browsertest.cc.
[1] https://cs.chromium.org/search/?q=inferlabelfrom+file:form_autofill_util.cc+package:%5Echromium$&type=cs
[2] https://cs.chromium.org/chromium/src/chrome/renderer/autofill/form_autofill_browsertest.cc
Updated•8 years ago
|
Component: Form Manager → Form Autofill
Comment 1•8 years ago
|
||
Mass bug change to replace various 'parity' whiteboard flags with the new canonical keywords. (See bug 1443764 comment 13.)
Keywords: parity-chrome
Whiteboard: [form autofill] [parity-chrome] → [form autofill]
Comment 2•5 years ago
|
||
The meta keyword is there, the bug doesn't depend on other bugs and there is no activity for 12 months.
:jimm, maybe it's time to close this bug?
Flags: needinfo?(jmathies)
Updated•5 years ago
|
Comment 3•4 years ago
|
||
The meta keyword is there, the bug doesn't depend on other bugs and there is no activity for 12 months.
:dimi, maybe it's time to close this bug?
Flags: needinfo?(dlee)
Comment 4•4 years ago
|
||
I'll set this to be dependent on Bug 1681985 because I believe the is something we can do to improve fathom CC rulesets.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•