Closed
Bug 1347426
Opened 9 years ago
Closed 9 years ago
Implement section-* for autocomplete attribute
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: jdai, Assigned: jdai)
References
()
Details
(Whiteboard: [form autofill:M2])
Attachments
(1 file, 1 obsolete file)
|
7.30 KB,
patch
|
jdai
:
review+
|
Details | Diff | Splinter Review |
Updated•9 years ago
|
Whiteboard: [form autofill]
Updated•9 years ago
|
Priority: -- → P2
Comment 1•9 years ago
|
||
Hi John, thanks for bug 1340477 comment 3 and filing this. Please also help with this! :)
Hi Vance, due to the Dawn project, any changes to the expected timeframe for this bug? Or it remains targeting by June 12?
Flags: needinfo?(vchen)
Flags: needinfo?(jdai)
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jdai
Status: NEW → ASSIGNED
Flags: needinfo?(jdai)
Updated•9 years ago
|
Whiteboard: [form autofill] → [form autofill:MVP]
Comment 2•9 years ago
|
||
Had meeting with Vance last week, it's fine for clearing the NI for the schedule question.
Flags: needinfo?(vchen)
| Assignee | ||
Comment 3•9 years ago
|
||
- Support section-* can be parsed by autocomplete attribute.
- Update test_autocompleteinfo.html and test_input_autocomplete.html accordingly.
The optional section-* field is showed by
1) Two tokens, (section-* field[1])
2) Three tokens, (section-* mode[2] field), (section-* contact[3] tel_field)
3) Four tokens, (section-* mode contact tel_field)
[1] https://html.spec.whatwg.org/#autofill-detail-tokens
[2] mode means shipping or billing.
[3] contact means home, work, mobile, fax, and page.
Hi Olli,
I saw parsing autocomplete attribute was reviewed by you. Could you help to review this patch? Thank you.
Try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=06d1c651044c924a2f0e2a3447c5866c42b5623e&filter-tier=1&group_state=expanded
Attachment #8859456 -
Flags: review?(bugs)
Comment 4•9 years ago
|
||
Do other browsers supports section-*?
| Assignee | ||
Comment 5•9 years ago
|
||
(In reply to Olli Pettay [:smaug] from comment #4)
> Do other browsers supports section-*?
Safari 10.0.3 support section-*. Chromium and Edge don't do proper token splitting in the processing model[1]. They just return what you set in autocomplete attribute.
[1] https://html.spec.whatwg.org/multipage/forms.html#autofill-processing-model
Comment 6•9 years ago
|
||
Comment on attachment 8859456 [details] [diff] [review]
patch, v1
Please add more tests for invalid values.
Like cases when tokens are in random order, or when there are tokens like
secti or so.
Attachment #8859456 -
Flags: review?(bugs) → review+
| Assignee | ||
Comment 7•9 years ago
|
||
Address comment #2, which is adding more tests for invalid values.
Try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=367a72205caef3e731e1ab33b195c931f707e606&group_state=expanded&filter-tier=1
Attachment #8859456 -
Attachment is obsolete: true
Attachment #8859528 -
Flags: review+
| Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6efbe0c856e3
Implement section-* for autocomplete attribute. r=smaug
Keywords: checkin-needed
Comment 9•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•9 years ago
|
Whiteboard: [form autofill:MVP] → [form autofill:M2]
Comment 10•9 years ago
|
||
As per San-Francisco meeting with :vchen, marking this bug as qe-.
Flags: qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•