Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The autocomplete nickname is not working in Google Chrome. #36715

Open
amirfarzamnia opened this issue Nov 10, 2024 · 2 comments
Open

The autocomplete nickname is not working in Google Chrome. #36715

amirfarzamnia opened this issue Nov 10, 2024 · 2 comments
Labels
Content:HTML Hypertext Markup Language docs needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.

Comments

@amirfarzamnia
Copy link

MDN URL

https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete

What specific section or headline is this issue about?

This documentation says that we can use "nickname" as the value of the "autocomplete" attribute in HTML inputs.

What information was incorrect, unhelpful, or incomplete?

This documentation states that "nickname" can be used as a value for the autocomplete attribute in HTML input fields. However, when I try the following code:

<input type="text" autocomplete="nickname">

Google Chrome's developer console displays an error, indicating that this autocomplete value is invalid.

What did you expect to see?

I expected this value to work without triggering an issue.

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

No response

MDN metadata

Page report details
@amirfarzamnia amirfarzamnia added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Nov 10, 2024
@github-actions github-actions bot added the Content:HTML Hypertext Markup Language docs label Nov 10, 2024
@amirfarzamnia
Copy link
Author

image
image

@estelle
Copy link
Member

estelle commented Nov 13, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:HTML Hypertext Markup Language docs needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened.
Projects
None yet
Development

No branches or pull requests

2 participants