Adam Duncan
Adam Duncan
Hi @acespace90. Unfortunately the `_showModal` method is private. This is one of those _wish we made a few more methods public in v1_ things. It's possible to show a modal...
Hey @cmegown, thanks for pointing that out. The work done on the authoring practices recently has been great! The horizontal/vertical orientation is essentially down to a users' styling. We do...
Do you think having up/down arrow keys disabled by default, with an `enableVerticalKeys` boolean option would be the way? There's a v2 branch that a feature like that could make...
Reminder: Good notes here http://w3c.github.io/aria-practices/#h-note20
Hey @acespace90, thanks for the question. Which component(s) are you referring to? In order to be properly accessible, it's often recommended that focus is shifted to the newly activated element...
Interesting. What screenreader/browser combo are you using? What elements are being used for the custom select menu? I wonder whether it might be related to that. The modal will automatically...
Ah, right. That's great then. Voiceover announces the modal title and dictates all modal content before announcing the focused element. [Here's an example](https://codepen.io/adamduncan/full/KQZqvd) - after the content, Voiceover will announce...
The Adobe menu seems like a great example to follow here. Doesn't look like the .com still runs with it, but [the example page](https://adobe-accessibility.github.io/Accessible-Mega-Menu/) and a [follow-up](http://terrillthompson.com/blog/474) are handy references....
Thanks @gunzip, will check this out. I think this is a great idea. Do you think it's worth getting devs to manually set the active panel as `aria-hidden="false"` to cover...
Sorry, you're right. I'll have a review and merge or feedback! Thanks