foundation / foundation-rails

Foundation for Rails
foundation.zurb.com
MIT License
1k stars 375 forks source link

roles in dropdownmenu #310

Closed caseykcc closed 2 months ago

caseykcc commented 1 year ago

Accessibility checks do not support role="menubar" and role="menuitem" as it is used in dropdownmenu. Also in dropdownmenu, role="none" is not allowed on li tag. These things prevent us from passing accessibility scans.
Tabbing off a submenu through to a new menuitem does not close the submenu.