Closed Bug 1347426 Opened 9 years ago Closed 9 years ago

Implement section-* for autocomplete attribute

Categories

(Core :: DOM: Core & HTML, enhancement, P2)

enhancement

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)

Whiteboard: [form autofill]
Priority: -- → P2
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: nobody → jdai
Status: NEW → ASSIGNED
Flags: needinfo?(jdai)
Whiteboard: [form autofill] → [form autofill:MVP]
Had meeting with Vance last week, it's fine for clearing the NI for the schedule question.
Flags: needinfo?(vchen)
Attached patch patch, v1 (obsolete) — Splinter Review
- 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)
Do other browsers supports section-*?
(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 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+
Attached patch patch, v2Splinter Review
Attachment #8859456 - Attachment is obsolete: true
Attachment #8859528 - Flags: review+
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
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Whiteboard: [form autofill:MVP] → [form autofill:M2]
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.

Attachment

General

Created:
Updated:
Size: