negomi / react-burger-menu

:hamburger: An off-canvas sidebar component with a collection of effects and styles using CSS transitions and SVG path animations
http://negomi.github.io/react-burger-menu/
MIT License
5.05k stars 586 forks source link

Feature/keyboard interactions for menubutton and menu #409

Closed sjarva closed 4 years ago

sjarva commented 4 years ago

Modify the keyboard interaction for menu button and the menu according to WAI ARIA practices 1.1 for navigation menu

If menu button has focus, and

While the menu is open, and

What is not according to WAI ARIA practices

sjarva commented 4 years ago

Created #410 to document what is still missing from recommended practices.

sjarva commented 4 years ago

And same goes for this one, if @negomi you feel that this PR is really contributing to this repository, I'd appreciate if you could label it as hacktoberfest-accepted, because I'm participating in Hacktoberfest (and they've changed the participation rules).

negomi commented 4 years ago

Very excited for these changes 🎉

Fixes #404 Fixes #130