[Webkit-unassigned] [Bug 176112] New: <input> element autocompletes based on placeholder text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 30 10:37:41 PDT 2017


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

            Bug ID: 176112
           Summary: <input> element autocompletes based on placeholder
                    text
           Product: WebKit
           Version: Safari 10
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: noms at chromium.org
                CC: cdumez at apple.com

An <input autocomplete="off" placeholder="my favourite email"> will show email suggestions. It seems to look at the placeholder for magic words, and shouldn't, according to the spec: https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#autofill.

This happens whether the input is outside a form, inside a form, or inside a <form autocomplete=off>.

JSBin: http://jsbin.com/mubaquluka/edit?html,output

-- 
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/20170830/19706b14/attachment.html>


More information about the webkit-unassigned mailing list