Skip to content

Commit

Permalink
Missing contact token values (#34971)
Browse files Browse the repository at this point in the history
* missing contact token values

* review comments

Co-authored-by: Estelle Weyl <estelle@openwebdocs.org>

---------

Co-authored-by: Estelle Weyl <estelle@openwebdocs.org>
  • Loading branch information
gagan-bhullar-tech and estelle authored Jul 22, 2024
1 parent 611b452 commit a0bccef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions files/en-us/web/html/attributes/autocomplete/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,16 @@ The attribute value is either the keyword `off` or `on`, or a space-separated `<
- : A URL, such as a home page or company website address as appropriate given the context of the other fields in the form.
- "`photo`"
- : The URL of an image representing the person, company, or contact information given in the other fields in the form.
- "`home`"
- : The field is for contacting someone at their residence.
- "`work`"
- : The field is for contacting someone at their work.
- "`mobile`"
- : The field is for contacting someone regardless of location.
- "`fax`"
- : Fax machine's contact details.
- "`page`"
- : Pager or beeper's contact details.
- "`webauthn`"
- : Passkeys generated by the [Web Authentication API](/en-US/docs/Web/API/Web_Authentication_API), as requested by a conditional {{domxref("CredentialsContainer.get()", "navigator.credentials.get()")}} call (i.e., one that includes `mediation: 'conditional'`). See [Sign in with a passkey through form autofill](https://web.dev/articles/passkey-form-autofill) for more details.

Expand Down

0 comments on commit a0bccef

Please sign in to comment.