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 pronouns to autocomplete attribute #10768

Open
aloisdg opened this issue Nov 15, 2024 · 2 comments
Open

Add pronouns to autocomplete attribute #10768

aloisdg opened this issue Nov 15, 2024 · 2 comments
Labels
addition/proposal New features or enhancements needs implementer interest Moving the issue forward requires implementers to express interest

Comments

@aloisdg
Copy link

aloisdg commented Nov 15, 2024

What problem are you trying to solve?

I would like to improve the autocomplete attribute by adding some things.

First I would like to add a token to the list of the autofill field names. This token is "pronouns". We could write an heuristic to get one from "sex" but this is a lot of work for a clunky and error-prone solution. Letting the user autodetermine themselves is far easier. Asking for pronouns is quite a basic nowadays. Here is some example:

Discord:
Discord screenshot of pronoun input

GitHub:
GitHub screenshot of pronoun dropdown

LinkedIn:

LinkedIn screenshot of pronoun dropdown

Codeberg:

Codeberg screenshot of pronoun dropdown

So the spec could look like this:

Field name Meaning Canonical Format Canonical Format Example Control group
"sex" Gender identity (e.g. Female, Fa'afafine) Free-form text, no newlines Male Text
"pronouns" Pronouns (e.g. he/him, she/her, they/them) Free-form text, no newlines he/him Text

More information on Wikipedia : https://en.wikipedia.org/wiki/Pronoun

What solutions exist today?

Mostly having a empty field for pronouns without autocomplete or a dropdown

How would you solve it?

Extend the spec

Anything else?

Related links:

@aloisdg aloisdg added addition/proposal New features or enhancements needs implementer interest Moving the issue forward requires implementers to express interest labels Nov 15, 2024
@aloisdg aloisdg changed the title Improving gender identity of the autocomplete attribute Add pronouns to autocomplete attribute Nov 16, 2024
@annevk
Copy link
Member

annevk commented Nov 18, 2024

Nit: you suggest both "pronoun" and "pronouns" as the token it seems. It should probably be "pronouns".

You can consider WebKit an interested implementer.

@aloisdg
Copy link
Author

aloisdg commented Nov 19, 2024

Nit: you suggest both "pronoun" and "pronouns" as the token it seems. It should probably be "pronouns".

Good catch! Fixed.

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
Development

No branches or pull requests

2 participants