Skip to content

Commit

Permalink
Merge pull request #3099 from uswds/dw-eo-update-gender
Browse files Browse the repository at this point in the history
Remove and edit patterns related to 1/20/25 EO
  • Loading branch information
annepetersen authored Feb 11, 2025
2 parents ae5a1a7 + bbc63b1 commit c2784cc
Show file tree
Hide file tree
Showing 10 changed files with 183 additions and 486 deletions.
7 changes: 7 additions & 0 deletions _data/changelogs/pattern-user-profile-pronouns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ title: Pronouns
type: pattern
changelogURL:
items:
- date: 2025-02-11
summary: Removed pronouns pattern.
summaryAdditional: Removed content related to the January 20, 2025 Executive Order, \"Defending Women from Gender Ideology Extremism And Restoring Biological Truth To The Federal Government\".
affectsGuidance: true
isBresaking: true
githubRepo: uswds-site
githubPr: 3099
- date: 2025-01-30
summary: Added content alert.
summaryAdditional: This pattern is affected by a recent change in law, policy, or regulation. Expect changes to this pattern in the near future as we adapt to these new requirements.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,30 @@
title: Gender identity and sex
title: Sex
type: pattern
changelogURL:
items:
- date: 2025-02-11
summary: Updated references.
summaryAdditional: |
Updated references to refer only to guidance related to the January 20, 2025 Executive Order, \"Defending Women from Gender Ideology Extremism And Restoring Biological Truth To The Federal Government\".
affectsGuidance: true
githubPr: 3099
githubRepo: uswds-site
- date: 2025-02-11
summary: Updated sex pattern to include only options for \"Male\" and \"Female\".
summaryAdditional: |
Updated content related to the January 20, 2025 Executive Order, \"Defending Women from Gender Ideology Extremism And Restoring Biological Truth To The Federal Government\".
affectsGuidance: true
isBreaking: true
githubPr: 3099
githubRepo: uswds-site
- date: 2025-02-11
summary: Removed gender identity pattern.
summaryAdditional: |
Removed content related to the January 20, 2025 Executive Order, \"Defending Women from Gender Ideology Extremism And Restoring Biological Truth To The Federal Government\".
affectsGuidance: true
isBreaking: true
githubPr: 3099
githubRepo: uswds-site
- date: 2025-02-10
summary: Replaced dead hyperlinks with archived copy.
summaryAdditional: Replaced references to fcsm.gov with plain text and a link to the archived page on archive.org.
Expand Down
16 changes: 16 additions & 0 deletions _data/changelogs/patterns-user-profile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
title: User profile
type: pattern
changelogURL:
items:
- date: 2022-02-11
summary: Removed Pronouns pattern.
summaryAdditional: Removed content related to the January 20, 2025 Executive Order, \"Defending Women from Gender Ideology Extremism And Restoring Biological Truth To The Federal Government\".
isBreaking: yes
githubRepo: uswds-site
githubPr: 3099
- date: 2022-02-11
summary: Updated link to Sex pattern.
summaryAdditional: Removed content related to the January 20, 2025 Executive Order, \"Defending Women from Gender Ideology Extremism And Restoring Biological Truth To The Federal Government\".
isBreaking: yes
githubRepo: uswds-site
githubPr: 3099
8 changes: 0 additions & 8 deletions _includes/patterns/gender-identity.html

This file was deleted.

8 changes: 0 additions & 8 deletions _includes/patterns/pronouns.html

This file was deleted.

39 changes: 6 additions & 33 deletions _includes/patterns/sex.html
Original file line number Diff line number Diff line change
@@ -1,41 +1,14 @@
<h3 class="site-preview-heading">Matching an original birth certificate</h3>

<form class="usa-form usa-form--large">
<fieldset class="usa-fieldset">
<legend class="usa-legend">Sex listed at birth</legend>
<span class="usa-hint" id="slabHint">Please enter the sex that appears on your original birth certificate. Use “X” for a sex listed on your birth certificate that is neither male nor female. <a href="#sex-data-transparency-statement" aria-controls="sex-data-transparency-statement" data-open-modal>Why do we ask for sex information?</a></span>
<div class="usa-radio">
<input class="usa-radio__input" id="slab-male" type="radio" name="sex-listed-at-birth" value="male" />
<label class="usa-radio__label" for="slab-male">Male</label>
</div>
<div class="usa-radio">
<input class="usa-radio__input" id="slab-female" type="radio" name="sex-listed-at-birth" value="female" />
<label class="usa-radio__label" for="slab-female">Female</label>
</div>
<div class="usa-radio">
<input class="usa-radio__input" id="slab-x" type="radio" name="sex-listed-at-birth" value="x" />
<label class="usa-radio__label" for="slab-x">X</label>
</div>
</fieldset>
</form>

<h3 class="site-preview-heading">Matching any qualifying legal document</h3>

<form class="usa-form usa-form--large">
<fieldset class="usa-fieldset">
<legend class="usa-legend">Legal sex</legend>
<span class="usa-hint" id="lsHint">Please enter the sex that appears on your driver's license, state ID, passport, or passport card. Use “X” for a sex listed on your ID that is neither male nor female. <a href="#sex-data-transparency-statement" aria-controls="sex-data-transparency-statement" data-open-modal>Why do we ask for sex information?</a></span>
<div class="usa-radio">
<input class="usa-radio__input" id="ls-male" type="radio" name="legal-sex" value="male" />
<label class="usa-radio__label" for="ls-male">Male</label>
</div>
<legend class="usa-legend">Sex</legend>
<span class="usa-hint" id="slabHint">Please select your sex from the follwing options. <a href="#sex-data-transparency-statement" aria-controls="sex-data-transparency-statement" data-open-modal>Why do we ask for sex information?</a></span>
<div class="usa-radio">
<input class="usa-radio__input" id="ls-female" type="radio" name="legal-sex" value="female" />
<label class="usa-radio__label" for="ls-female">Female</label>
<input class="usa-radio__input" id="input-male" type="radio" name="sex" value="male" />
<label class="usa-radio__label" for="input-male">Male</label>
</div>
<div class="usa-radio">
<input class="usa-radio__input" id="ls-x" type="radio" name="legal-sex" value="x" />
<label class="usa-radio__label" for="ls-x">X</label>
<input class="usa-radio__input" id="input-female" type="radio" name="sex" value="female" />
<label class="usa-radio__label" for="input-female">Female</label>
</div>
</fieldset>
</form>
Expand Down
Loading

0 comments on commit c2784cc

Please sign in to comment.