Sami Keijonen

Results 74 comments of Sami Keijonen

I haven't read how screen reader users feel about this. I can ask in a11y channel. But I'd say it's good for keyboard users, and for mobile users.

If someone wants to test out my branch of accessible multi level dropdown menu, here is my [fork](https://github.com/samikeijonen/responsive-nav.js/tree/dropdowns) for it. I'll consider it as alpha/beta release.

Yes you can do that exactly the same way as it would be nav element.

Thanks for feedback! You're probably right, `aria-expanded` doesn't do anything on menu (``). I'll look into it when updating the theme. [The `aria-current` should land in Core](https://core.trac.wordpress.org/ticket/43522) so every theme...

I use Responsive Nav in several WordPress Themes but haven't noticed any problems. Can you link to your site or describe to problems you have.

You can do both using `customToggle` and `navClass` options.

> Isn't customToggle for targeting existing html created for the button? Yes you should use `customToggle` for your own `button`. And note that it really should be a button, not...

> agreement on the basic directory structure we now have in the scaffolding It's not that much about directory structure itself, or at least how to name them and what...