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

Add a ‘school’ token to the autocomplete attribute #7403

Open
tysongach opened this issue Dec 8, 2021 · 1 comment
Open

Add a ‘school’ token to the autocomplete attribute #7403

tysongach opened this issue Dec 8, 2021 · 1 comment
Labels
addition/proposal New features or enhancements needs implementer interest Moving the issue forward requires implementers to express interest topic: forms

Comments

@tysongach
Copy link

The spec for the autocomplete attribute currently allows for the optional tokens home, work, mobile, fax, or pager alongside other communication-related tokens like email and tel.

I’d like to propose the addition of an optional school token, for targeting an autofill value related to someone’s school or educational institution.

For example, given the input…

<input type="email" autocomplete="work email">

…I’d expect the field to be autofilled with a person’s workplace email like employee@workplace.com. So given the input…

<input type="email" autocomplete="school email">

…I’d expect the field to be autofilled with a person’s school email like student@school.edu.

@annevk annevk added addition/proposal New features or enhancements needs implementer interest Moving the issue forward requires implementers to express interest topic: forms labels Dec 9, 2021
@iamhardikat11
Copy link

I wish to take up this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addition/proposal New features or enhancements needs implementer interest Moving the issue forward requires implementers to express interest topic: forms
Development

No branches or pull requests

3 participants