[Webkit-unassigned] [Bug 194700] New: Address autofill does not conform the standard

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 15 02:43:58 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=194700

            Bug ID: 194700
           Summary: Address autofill does not conform the standard
           Product: WebKit
           Version: Safari 12
          Hardware: Unspecified
                OS: All
            Status: NEW
          Severity: Major
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: agektmr at google.com
                CC: cdumez at apple.com, wenson_hsieh at apple.com

Created attachment 362106

  --> https://bugs.webkit.org/attachment.cgi?id=362106&action=review

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)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190215/9d171f45/attachment.html>


More information about the webkit-unassigned mailing list