WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
194700
Address autofill does not conform the standard
https://bugs.webkit.org/show_bug.cgi?id=194700
Summary
Address autofill does not conform the standard
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
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2019-02-18 09:02:51 PST
<
rdar://problem/48165736
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug