mlms13 / Navtacular

A horizontal navigation bar with menus that doesn't depend on Javascript for core functionality.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Navigation using keyboard is probably non-existant

mlms13 opened this issue · comments

Maybe try :active?

Tried :active and :focus here and neither worked. The problem is that we're tabbing past the li and into the a. The menu can be shown using a + selector, but if you keep tabbing, you just go to the next .navtacular-link and not into the actual .navtacular-menu. This will probably need javascript to say when a sublink of .navtacular-menu is active, keep the menu open.

I don't know of any way in CSS to propagate(?) states up a few levels.

Would we be inclined to implement something like this?

3120fce solves this in the interim. It would be nice to implement something similar to what Adobe uses, but at least for now we can tab through all the links in the menu.