-
Notifications
You must be signed in to change notification settings - Fork 113
Add the list of 71 genders implemented on Facebook #55
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
base: master
Are you sure you want to change the base?
Conversation
… of the 2 that were in the OpenGraph specification. - Add a sub-heading "Gender enum" and an unordered list that spans up to three columns depending on the viewport width. - Refer to the list from the gender property entry.
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed. If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Hi, I'd like to bump this! Ran into today in the docs, too. Thanks for filing. |
Can u guys at least add nonbinary |
<li>agender | ||
<li>androgyne | ||
<li>androgynes | ||
<li>androgynous | ||
<li>asexual | ||
<li>bigender | ||
<li>cis | ||
<li>cis female | ||
<li>cis male | ||
<li>cis man | ||
<li>cis woman | ||
<li>cisgender | ||
<li>cisgender female | ||
<li>cisgender male | ||
<li>cisgender man | ||
<li>cisgender woman | ||
<li>f2m | ||
<li>female to male | ||
<li>female to male trans man | ||
<li>female to male transgender man | ||
<li>female to male transsexual man | ||
<li>ftm | ||
<li>gender fluid | ||
<li>gender neutral | ||
<li>gender nonconforming | ||
<li>gender questioning | ||
<li>gender variant | ||
<li>genderqueer | ||
<li>hermaphrodite | ||
<li>intersex | ||
<li>intersex man | ||
<li>intersex person | ||
<li>intersex woman | ||
<li>m2f | ||
<li>male to female | ||
<li>male to female trans woman | ||
<li>male to female transgender woman | ||
<li>male to female transsexual woman | ||
<li>man | ||
<li>mtf | ||
<li>neither | ||
<li>neutrois | ||
<li>non-binary | ||
<li>other | ||
<li>pangender | ||
<li>polygender | ||
<li>t* man | ||
<li>t* woman | ||
<li>trans | ||
<li>trans female | ||
<li>trans male | ||
<li>trans man | ||
<li>trans person | ||
<li>trans*female | ||
<li>trans*male | ||
<li>trans*man | ||
<li>trans*person | ||
<li>trans*woman | ||
<li>transexual | ||
<li>transexual female | ||
<li>transexual male | ||
<li>transexual man | ||
<li>transexual person | ||
<li>transexual woman | ||
<li>transgender female | ||
<li>transgender person | ||
<li>transmasculine | ||
<li>two* person | ||
<li>two-spirit | ||
<li>two-spirit person | ||
<li>woman |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No </li>
closing tags which is theoretically OK because browsers will fix it up, but they are actually needed per HTML spec
Add the list of 71 genders previously implemented on Facebook instead of the 2 that were in the OpenGraph specification.
Please consider making this a
string
, instead of anenum
, humans are not enumerable.