accessible-menu icon indicating copy to clipboard operation
accessible-menu copied to clipboard

A JavaScript library to help you generate WAI-ARIA accessible menus in the DOM.

Results 28 accessible-menu issues
Sort by recently updated
recently updated
newest added

## Description Adding the new subclass for [Disclosure Navigation Menu with Top-Level Links](https://www.w3.org/TR/wai-aria-practices-1.2/examples/disclosure/disclosure-navigation-hybrid.html#mythical-page-content). Another good example (specifically for hover options): https://www.davidmacd.com/widgets/menu/tutorial-ar/wcag-tutorial-add-hover-invisible.html ## Related Issues See #164 ## Completion criteria -...

enhancement
WIP

## Summary W3C has created a new example for [Disclosure Navigation Menus with Top-Level Links](https://www.w3.org/TR/wai-aria-practices-1.2/examples/disclosure/disclosure-navigation-hybrid.html). This is something I have been waiting to support, so I'd like to implement this...

enhancement
WIP

## Summary The mobile version of the API docs needs a _lot_ of work. Desktop looks fine, but when you're looking at it on a phone there are multiple elements...

documentation

## Summary When you have a menu set to allow hover (either on or dynamic) and you are interacting with it on a desktop using a touch screen (such as...

bug
help wanted

## Summary When interacting with dropdown menus on mobile, it looks like there's some inconsistency with the focused child when opening/closing menus. What it looks like to me, is the...

bug
help wanted

## Summary Menu shelves/drawer menus have been super popular with clients lately. It would be nice to support them. This most likely wouldn't be an out-of-the-box thing. It probably would...

enhancement

When hover is set to on or dynamic it works fine when you skip from one item to another item when they have a submenu: one submenu closes and the...

bug

## Summary The example codepen for the Top Link Disclosure Menu has separate elements for the top level link, and a toggle to display the submenu (which is the point...

documentation

## Description This fixes #299, at least for my use case, by storing and clearing the leaveDelay timeout that is set when the user's cursor exits a submenu. This has...

bug
needs tests

## Summary With a DisclosureMenu with hover on and leaveDelay > 0, if you hover to open a menu, move your mouse cursor outside the menu, and then return the...

bug