Skip to content

Commit

Permalink
ENG-3769: Fix a11y issue on draft registration pages (#2199)
Browse files Browse the repository at this point in the history
## Purpose

Fix a11y of an SVG icon on draft registration pages

## Summary of Changes

- Changed @ariaHidden to ensures the SVG icon is not hidden.
- Added aria-label.

Co-authored-by: Uditi Mehta <uditimehta@COSs-MacBook-Pro.local>
  • Loading branch information
uditijmehta and Uditi Mehta committed Apr 29, 2024
1 parent efa364f commit 7665e3c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
tabindex='0'
id={{id}}
@icon='question-circle'
@ariaHidden={{false}}
aria-hidden='false'
aria-label={{this.helpText}}
...attributes
/>
<EmberPopover
Expand Down

0 comments on commit 7665e3c

Please sign in to comment.