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

[CLOSED] Adds autofill detail tokens to the autocomplete attribute #10841

Open
core-ai-bot opened this issue Aug 30, 2021 · 4 comments
Open

[CLOSED] Adds autofill detail tokens to the autocomplete attribute #10841

core-ai-bot opened this issue Aug 30, 2021 · 4 comments

Comments

@core-ai-bot
Copy link
Member

Issue by Dandandans
Saturday Aug 27, 2016 at 02:06 GMT
Originally opened as adobe/brackets#12721


Inspired by Jason Grigsby and Christian Heilmann, this update adds autofill detail tokens to the autocomplete attribute.


Dandandans included the following code: https://github.com/adobe/brackets/pull/12721/commits

@core-ai-bot
Copy link
Member Author

Comment by Denisov21
Sunday Aug 28, 2016 at 16:26 GMT


Good idea!

@core-ai-bot
Copy link
Member Author

Comment by mcdado
Wednesday Sep 14, 2016 at 10:06 GMT


Lovely! I was about to make the same PR since Atom uses this list.

But there is one problem, I think: looking at <input> - HTML | MDN I see that you did not include "on" and "off".

@core-ai-bot
Copy link
Member Author

Comment by Dandandans
Wednesday Sep 14, 2016 at 14:48 GMT


@mcdado, yes, it's a nice +1 for both Atom and Brackets.

I intended to include the on and off values, but I misread the WHATWG standard for the autofill anchor mantle.

When autocomplete is wearing the autofill anchor mantle, on and off shouldn't be combined with autofill detail tokens — e.g. autocomplete="on street-address".

The values on and off are still part of the spec, even though off's usefulness is debatable, and should be included as values.

Thanks for helping me rethink this!

@core-ai-bot
Copy link
Member Author

Comment by zaggino
Thursday Sep 15, 2016 at 23:25 GMT


👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant