web-illinois / toolkit

This library provides styles and web components for creating branded UIUC websites.
18 stars 7 forks source link

Jump/anchor links in FireFox #424

Open mwllr opened 1 year ago

mwllr commented 1 year ago

If we are supporting Firefox at all: When clicking on the jump links in firefox, they don't work. It works in chrome, but not firefox - can this be fixed?

From @NotThatDavidCross : https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-hidden Relevant quote: Warning: Do not use aria-hidden="true" on focusable elements. The link is inside aria-hidden, which isn't recommended for focusable items. If there was a way to put an ID and name on the accordion item title, that would work. This seems like an ILFW accordion issue at best, and unsolvable at worst.