Open jimmywarting opened 4 years ago
While it is common for last names to be family names, such as in the US (example: "The Johnsons"), I think we should pick some other label than "family-name". Because some cultures use patronymic or matronymic naming system, where there is no single family name that is either adopted (by the spouse) or inherited (by the children).
In a patronymic family, the mother, father, son and daughter each have different last names. The only sharing of last names is when the family includes two or more children of the same sex -- and in no case is it a family name that inherits.
I gave this some thoughts about how i was going to map the contact's name into my two input fields (namely "firstname" and "lastname") cuz what i got back was the full name, so i needed a way to split it.
My first thought where: "did i save this contacts name into just one field?" but when i edited the contact, then it was already split up into components.
I read some documentation about autocompletion at mdn and it says this:
name
"name
" rather than breaking the name down into its components is generally preferred because it avoids dealing with the wide diversity of human names and how they are structured; however, you can use the followingautocomplete
values if you do need to break the name down into its components:honorific-prefix
"given-name
"additional-name
"family-name
"honorific-suffix
"nickname
"i think this maybe could be useful to have that option as well.