about
about copied to clipboard
[a11y]: <BackButton /> isn't keyboard/screen reader friendly
Audit type
Keyboard navigation
User journey audit issue
#5467
Problem description
The hero's <BackButton />
is not focusable on keyboard navigation. Additionally, screen readers don't read them as links, so it's unclear to the user what the element can do.
Uploading Screen Recording 2022-07-29 at 9.57.08 AM.mov…
Expected behavior
The <BackButton />
should probably have button tag so that it can be focusable and read appropriately by screen readers.
Additional details
No response