uswds icon indicating copy to clipboard operation
uswds copied to clipboard

USWDS - Feature: Aria-hide lock icon and flag in banner

Open werdnanoslen opened this issue 3 years ago • 0 comments

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.

Describe the solution you'd like

The lock icon and surrounding parentheses can be made aria-hidden, as it only communicates visual information. https://github.com/uswds/uswds/blob/aa119d40aed62395bf36adf711dd3a1b0625337e/packages/usa-banner/src/usa-banner.twig#L39 image

Ditto for the flag image, which is purely decorative: https://github.com/uswds/uswds/blob/aa119d40aed62395bf36adf711dd3a1b0625337e/packages/usa-banner/src/usa-banner.twig#L16 image

Describe alternatives you've considered

No response

Additional context

No response

Code of Conduct

werdnanoslen avatar Aug 08 '22 15:08 werdnanoslen