adeo / mozaic-design-system

Mozaic Design System
https://mozaic.adeo.cloud
Apache License 2.0
72 stars 17 forks source link

Disable focusability on the left side collapsible menu #807

Closed EmmanuelDemey closed 3 years ago

EmmanuelDemey commented 3 years ago

On the portal, we have a small accessibility issue on the left-side collapsible menu.

When a group is selected, let's say Get started, links inside other groups should ne be focusabe (like the Principles links in the Contributing part).

Based on the selected panel, we should set the tabIndex to other links to -1 with a small of JavaScrit.

tiloyi commented 3 years ago

Solve with https://github.com/adeo/mozaic-design-system/pull/810