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.
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.