Storybook entry showcasing InteriorLeftNav usage with React-Router
Allow the nested list "drawers" to open when one of their children is focused - ie: tabbing into the list from above or below it.
Changed
Replace click and keypress handlers on li elements with the same handlers on their child anchor tags - fixes a11y DAP violation.
Removed
Removed incomplete aria-role attributes "menu" and "menuitem" that were throwing DAP violations since their implementation was incomplete - fixes a11y DAP violation.
Removed the dynamic assignments of tab-index values in favor of a static list of tabbable and always aria-visible links. fixes a11y DAP violation.
Changelog
New
Changed
li
elements with the same handlers on their child anchor tags - fixes a11y DAP violation.Removed