You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: