Bug 194700

Summary: Address autofill does not conform the standard
Product: WebKit Reporter: Eiji Kitamura <agektmr>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Major CC: cdumez, jberlin, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: Safari 12   
Hardware: Unspecified   
OS: All   
Attachments:
Description Flags
Comparison with Chrome none

Eiji Kitamura
Reported 2019-02-15 02:43:58 PST
Created attachment 362106 [details] Comparison with Chrome TL;DR `input[autocomplete="street-address"]`, `input[autocomplete="address-line1"]` and `input[autocomplete="address-line2"]` does not conform the standard. 1. Go to http://autocomplete-experiment.glitch.me/ 2. Use Safari's autofill feature to fill in address fields What I expect to get: - `input[autocomplete="street-address"]` to contain concatenated string of address-line1 and address-line2 - `input[autocomplete="address-line1"]` to contain address-line1 - `input[autocomplete="address-line2"]` to contain address-line2 What I actually get: - `input[autocomplete="street-address"]` to contain address-line1 - `input[autocomplete="address-line1"]` to contain address-line2 - `input[autocomplete="address-line2"]` to be empty See "street-address", "address-line1" and "address-line2" in the spec [https://w3c.github.io/html/sec-forms.html#autofilling-form-controls-the-autocomplete-attribute](https://w3c.github.io/html/sec-forms.html#autofilling-form-controls-the-autocomplete-attribute)
Attachments
Comparison with Chrome (436.89 KB, image/png)
2019-02-15 02:43 PST, Eiji Kitamura
no flags
Radar WebKit Bug Importer
Comment 1 2019-02-18 09:02:51 PST
Note You need to log in before you can comment on or make changes to this bug.