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)

53 Branch
enhancement

Tracking

()

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
Keywords: meta
Component: Form Manager → Form Autofill
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]

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)
Flags: needinfo?(jmathies)
Keywords: meta
Priority: -- → P3

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)

I'll set this to be dependent on Bug 1681985 because I believe the is something we can do to improve fathom CC rulesets.

Depends on: 1681985
Flags: needinfo?(dlee)
Keywords: meta
Summary: [meta][Form Autofill] Handle inputs without <label> or @autocomplete for heuristics → [Form Autofill] Handle inputs without <label> or @autocomplete for heuristics
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.