[Accordion] Make follow accessibly standards #12632
Labels
accessibility
a11y
component: accordion
This is the name of the generic UI component, not the React module!
Currently, if you have a link of any kind inside your panel and you tab through the page, the tab sequence will tab to hidden items in the closed expansions. The tab sequence should skip links inside of closed panels.
Expected Behavior
The tab sequence should skip links inside of closed panels.
Current Behavior
The tab sequence does not skip links inside of closed panels.
l## Examples
https://springload.github.io/react-accessible-accordion/ This is how accessible accordions should work
Context
We are trying to create an accessible workflow of panels with linked lists inside. Accessible tab behavior is critical to this project.
The text was updated successfully, but these errors were encountered: