Results 22 issues of Andrew Nelson

### Is your feature request related to a problem? Please describe. There are some graphical elements in the banner that are purely visual and add unnecessary content for screenreaders. ###...

Type: Enhancement
Affects: Accessibility 🟡
Status: Active 🟢
Added during Sprint

for issue #1138

The lock icon and surrounding parentheses can be made `aria-hidden`, as it only communicates visual information. https://github.com/trussworks/react-uswds/blob/c9f71d7d7989fb9c7ab2e264d1af26436dcb66c3/src/components/GovBanner/GovBanner.tsx#L64 Ditto for the flag image, which is purely decorative: https://github.com/trussworks/react-uswds/blob/c9f71d7d7989fb9c7ab2e264d1af26436dcb66c3/src/components/GovBanner/GovBanner.tsx#L129-L133

**ReactUSWDS Version & USWDS Version:** ReactUSWDS: 2.8.0 USWDS: 2.13.1 **Describe the bug** Nav dropdown button doesn't close when clicking outside of it. Instead, it stays open until clicking the button...

type: bug

### Describe the bug The site-alert [component](https://designsystem.digital.gov/components/site-alert/) doesn’t have any way of raising its importance to screen readers. I consider this a usability/a11y bug, but may be more appropriate as...

Affects: Accessibility 🟡
Affects: Markup 🟡
Package: Alert
Status: Scheduled 🟢

### Is your feature request related to a problem? Please describe. Not a problem really, but ideally we should use semantic elements where possible, especially since we already give it...

Type: Feature Request
Status: Triage

### Describe the bug The Alert page's usability guidance mentions Alerts should be dismissable. ### Steps to reproduce the bug https://github.com/uswds/uswds-site/blob/7943e666c36de06b0cf7190cb860d89b25eda4d2/_components/alert/guidance/usability.md?plain=1#L5 ### Expected Behavior Should this be removed until there...

Type: Bug
Role: Content

**ReactUSWDS Version & USWDS Version:** react-uswds v9 **Describe the bug** The StepIndicator has English "completed" and "not completed" hard-coded in its `sr-only` span, preventing i18n **To Reproduce** Steps to reproduce...

type: bug
good first issue
a11y
i18n

# Summary These are the features released by [USWDS in 3.8.0](https://github.com/uswds/uswds/releases/tag/v3.8.0) and [3.8.1](https://github.com/uswds/uswds/releases/tag/v3.8.1): * Added styles for indeterminate checkboxes and radios * Added the ability to customize which headings will...

uswds update

**ReactUSWDS Version & USWDS Version:** Current main, tag 9.0.0 **Describe the bug** Some recent Vite/build changes seem to have resulted in the uswds.svg 404ing on the [deployed storybook](https://trussworks.github.io/react-uswds/?path=/docs/welcome--docs), though it...

type: bug
good first issue
good first infra issue