Closed
Bug 1339726
Opened 8 years ago
Closed 8 years ago
Implement .labels IDL attribute on input, select for form autofill MVP
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 556743
| Tracking | Status | |
|---|---|---|
| firefox54 | --- | affected |
People
(Reporter: zcorpan, Assigned: jdai)
References
Details
Chromium and WebKit support .labels IDL attribute. Gecko and Edge do not.
web-platform-tests:
http://w3c-test.org/html/semantics/forms/the-label-element/labelable-elements.html
http://w3c-test.org/html/semantics/forms/the-label-element/label-attributes.html
http://w3c-test.org/html/dom/interfaces.html
HTML Standard: https://html.spec.whatwg.org/#dom-lfe-labels
Updated•8 years ago
|
Priority: -- → P3
Comment 1•8 years ago
|
||
For some reason I thought we already implemented this… I've added it to the dependencies for Form Autofill: https://wiki.mozilla.org/Firefox/Features/Form_Autofill#Platform_Dependencies
See Also: → 1347176
Whiteboard: [form autofill]
Comment 2•8 years ago
|
||
Note from the offline discussion with Luke and Sean: for the auto form fill MVP, only input and select are necessary.
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → jdai
Status: NEW → ASSIGNED
Updated•8 years ago
|
Whiteboard: [form autofill] → [form autofill:MVP]
| Assignee | ||
Updated•8 years ago
|
Comment 3•8 years ago
|
||
Any reason not to dupe this to bug 556743?
| Assignee | ||
Comment 4•8 years ago
|
||
(In reply to Matthew N. [:MattN] (behind on bugmail; PM if requests are blocking you) from comment #3)
> Any reason not to dupe this to bug 556743?
It’s because for auto form fill MVP, only input and select are necessary. Now, I’m focusing those two elements first. If I have a patch to fit bug 556743, I’ll mark dupe this to bug 556743. Thank you for noticing.
Comment 5•8 years ago
|
||
Could you please update the summary of this bug to explain what it's implementing then?
| Assignee | ||
Updated•8 years ago
|
Summary: Implement .labels IDL attribute on input, button, select, textarea, output, progress, meter → Implement .labels IDL attribute on input, select for form autofill MVP
| Assignee | ||
Comment 6•8 years ago
|
||
I'll fix this bug in bug 556743.
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Whiteboard: [form autofill:MVP]
You need to log in
before you can comment on or make changes to this bug.
Description
•