[Bug]: Accessibility Issue - aria-controls
in sidebar not connected to any HTML element
#31382
Labels
aria-controls
in sidebar not connected to any HTML element
#31382
Describe the bug
In the sidebar navigation of storybook, I have parent categories that contain either direct children pages or subfolders. The subfolders buttons all have a
aria-controls
attribute which should technically refer to the ID of the element that the button controls but no such ID exists in the sidebar.Reproduction link
https://next.design-system.post.ch/?path=/docs/introduction--docs
Reproduction steps
Typography
aria-controls="foundations-typography-overview"
on the buttonfoundations-typography-overview
in the page, we can see that there is only one occurence which refers to the aria-controls, meaning no element has this ID, even though the folder has been opened and the element it is therefore controlling is visible.System
Additional context
No response
The text was updated successfully, but these errors were encountered: