-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Added during SprintAffects: Accessibility 🟡Relates to the accessibility of our componentsRelates to the accessibility of our components
Milestone
Description
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.
<p><strong>{{ https.heading }}</strong><br/>{{ https.pretext | trim | raw }} ({{ lock }}) {{ https.posttext | trim | raw }}</p> |
Ditto for the flag image, which is purely decorative:
<img class="usa-banner__header-flag" src="./img/us_flag_small.png" alt="U.S. flag"> |
Describe alternatives you've considered
No response
Additional context
No response
Code of Conduct
- I agree to follow this project's Code of Conduct.
- I checked the current issues for duplicate feature requests.
Metadata
Metadata
Assignees
Labels
Added during SprintAffects: Accessibility 🟡Relates to the accessibility of our componentsRelates to the accessibility of our components
Type
Projects
Status
Done