Skip to content

Commit 2615d9f

Browse files
author
Maura Winstanley
committed
format fixes
1 parent 32b1828 commit 2615d9f

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

specs/Autofill.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Background
2-
The WebView2 team has been asked for an API to allow end developers to set the autofill preferences. We are exposing two of the autofill preferences that will allow toggling between enable and disable autofill for addresses and passwords. Addresses includes things like email addresses, shipping addresses, phone numbers, and names. Passwords includes things like username and passwords for login.
2+
The WebView2 team has been asked for an API to allow end developers to set the autofill preferences. We are exposing two of the autofill preferences that will allow enabling and disabling autofill for addresses and passwords. Addresses includes things like email addresses, shipping addresses, phone numbers, and names. Passwords includes things like usernames and passwords for login.
33

44
In this document we describe the updated API. We'd appreciate your feedback.
55

66

77
# Description
88

99
Autofilling has three components
10-
* Auto-stuffing - filling the corresponding form fields automatically on page load.
10+
* Autostuffing - Filling the corresponding form fields automatically on page load.
1111
* Suggesting - When the user clicks on the form field, drop down suggestions of previously saved forms will be displayed.
1212
* Populating - When clicking on one of the suggestions, the form data will populate the respective fields.
1313

@@ -60,19 +60,22 @@ If address autofill is enabled:
6060
* Address data will be saved
6161
* Upon clicking on the form field, suggestions will appear
6262
* Clicking on one of the suggestions will populate the corresponding fields
63+
6364
If address autofill is disabled
6465
* No new address data will be saved
6566
* Upon clicking on the form field, suggestions will not appear
67+
6668
If password autofill is enabled
6769
* Password data will be autostuffed
6870
* Upon clicking on the form field, suggestions will appear
6971
* Clicking on one of the suggestions will populate the corresponding fields
70-
* Upon submitting the password data, a save password prompt will be displayed that will give the user the option to save or update the password data. If the user selects `Yes`, the new password data will be saved or updated depending on if they have previously entered password data while password autofill is enabled.
72+
* Upon submitting the password data, a save password prompt will be displayed that will give the user the option to save or update the password data. If the user selects `Yes`, the new password data will be saved or updated depending on if they have previously entered password data while password autofill is enabled
73+
7174
If password autofill is disabled
7275
* The password data will be autostuffed
7376
* Upon clicking on the form field, suggestions will appear
74-
* Clicking on one of the suggestions will populate the corresponding fields.
75-
* Upon submitting the password data, no save password prompt will be displayed and no password information is saved or updated.
77+
* Clicking on one of the suggestions will populate the corresponding fields
78+
* Upon submitting the password data, no save password prompt will be displayed and no password information is saved or updated
7679

7780

7881
# API Notes

0 commit comments

Comments
 (0)