-
Notifications
You must be signed in to change notification settings - Fork 95
Closed
Labels
accessibilityMaking sure we design for the widest range of people possible, including those who have disabilitiesMaking sure we design for the widest range of people possible, including those who have disabilitiesbugSomething isn't workingSomething isn't workingdescoped
Description
- Menu opening button does not need
aria-haspopupbecause it is not arole="menu", but a hasmenu, and is deprecated. Can be removed because we havearia-expanded - Menu should be inserted in the DOM directly behind the button itself → this would also fix the bug where in the files list on scrolling, the menu scrolls away.
-
aria-labelproperty is not needed as there is a text label already, can be removed. - Focus should initially stay on the toggle button, not move into first entry of the list
- Focus should not loop through the menu but after last entry, close the menu and move to next
- Same with Shift-Tab, should move back to toggle button after first entry
- Focus needs to get border
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
accessibilityMaking sure we design for the widest range of people possible, including those who have disabilitiesMaking sure we design for the widest range of people possible, including those who have disabilitiesbugSomething isn't workingSomething isn't workingdescoped