Confirmed users
183
edits
(Add references) |
(Add bug 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. | ||
== Implementation == | |||
=== Bug list === | |||
* {{bug|1009935}} - Implement the @autocomplete attribute for values other than off/on | |||
* {{bug|939351}} - Implement requestAutocomplete backend | |||
* {{bug|946022}} - Implement requestAutocomplete for Firefox for Android | |||
* {{bug|990367}} - requestAutocomplete UI for Firefox desktop | |||
* {{bug|998077}} - Sync support for autofill data | |||
* {{bug|1007176}} - Implement requestAutocomplete on donate.mozilla.org | |||
* {{bug|1007181}} - Project Review: requestAutoComplete on donate.mozilla.org | |||
== References == | == References == | ||