You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/Autofill.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Autofill has three components
10
10
* Auto-populate - Populate the corresponding form fields automatically on page load.
11
11
* Suggest - When the user clicks on the form field, drop down suggestions of previously saved forms will be displayed.
12
12
* Populate - When clicking on one of the suggestions, the form data will populate the respective fields.
13
+
13
14
The general autofill setting and password autofill setting behave independently. Their behavior differs as well.
14
15
When the password autofill setting is disabled, no new password data is saved and no Save/Update Password prompts are displayed. However, if there was password data already saved before disabling this setting, then that password information is auto-populated, suggestions are shown and clicking on one will populate the fields. When the password autofill setting is enabled, password information is auto-populated, suggestions are shown and clicking on one will populate the fields, new data is saved, and a Save/Update Password prompt is displayed. The password autofill setting default behavior is enabled.
15
16
When the general autofill setting is disabled, no suggestions appear, and no new information is saved. When the general autofill setting is enabled, information is saved, suggestions appear and clicking on one will populate the form fields.
@@ -20,19 +21,21 @@ When the general autofill setting is disabled, no suggestions appear, and no new
0 commit comments