adobe-accessibility / Accessible-Mega-Menu

A demonstration of how to implement a keyboard and screen reader accessible mega menu as a jQuery plugin.
Apache License 2.0
605 stars 199 forks source link

RTL support - reversed navigation keys #41

Open reissr opened 8 years ago

reissr commented 8 years ago

The navigation is now working according to the LEFT / RIGHT arrows, but those has different next / previous meaning in different directions (RTL / LTR).

I've sent a PR with the fix, please merge to the master branch :)

Thanks.