AlaskaAirlines / auro-hyperlink

Custom hyperlink element to connect webpages or data items to one another
https://auro.alaskaair.com/components/auro/hyperlink
Apache License 2.0
2 stars 2 forks source link

Icons in hyperlinks are not audible accessible #134

Closed blackfalcon closed 1 year ago

blackfalcon commented 2 years ago

Describe the bug

Icons in the hyperlink are not being read aloud by screen readers.

To Reproduce

Steps to reproduce the behavior:

  1. Go to https://auro.alaskaair.com/components/auro/hyperlink
  2. Turn on screen reader
  3. See error

Expected behavior

Icons should read aloud the title text fo the SVG icons to a screen reader.

Additional context

Exit criteria

There should be no additional work required for auro-hyperlink. The work itself is on the auro icons library and the removal of aria-hidden by default.

Once this element is updated with a reference to the updated icons lib, the readability of the icon's alt info by screen readers should be addressed.

blackfalcon commented 1 year ago

Once the following PR is released, this repo will need to be updated to link the updated dependency version.

blackfalcon commented 1 year ago

Released