Confirmed users
183
edits
(Add comparison of strategies) |
(Add references) |
||
| Line 98: | Line 98: | ||
On the other hand, '''requestAutocomplete''' only works with websites that have changed their input flow to explicitly request some personal information from the browser. This feature shows a browser-provided interface that provides data to the website. While the feature could be used in an "unclear" way to populate visible fields, similarly to form autofill, we can ensure that the difference is clear by '''requiring that target form fields are hidden''' at the time of the request to autocomplete them. | On the other hand, '''requestAutocomplete''' only works with websites that have changed their input flow to explicitly request some personal information from the browser. This feature shows a browser-provided interface that provides data to the website. While the feature could be used in an "unclear" way to populate visible fields, similarly to form autofill, we can ensure that the difference is clear by '''requiring that target form fields are hidden''' at the time of the request to autocomplete them. | ||
== References == | |||
* [https://etherpad.mozilla.org/requestautocomplete requestAutocomplete Etherpad] | |||
* [http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#autofill WHATWG Autofill specification work] | |||
* [https://www.w3.org/Bugs/Public/buglist.cgi?component=HTML&list_id=34802&product=WHATWG&resolution=---&short_desc=autocomplete&short_desc_type=allwordssubstr WHATWG Autofill specification bug list] | |||
* [https://code.google.com/p/chromium/issues/list?can=2&q=Cr%3DUI-Browser-Autofill-Interactive Chromium Autofill implementation bug list] | |||
* [https://bugzilla.mozilla.org/buglist.cgi?list_id=10261611&classification=Components&query_format=advanced&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&component=Form%20Manager&product=Toolkit Form Manager bug list] | |||
* [https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion MDN documentation mentioning form autocompletion] | |||