Begin making the Tooltip Menu keyboard accessible
See original GitHub issueSTR:
- Go an add-on detail page
- Click on Read all reviews to see the list of reviews
- When the page loads, use only the tab key to navigate the page
- When you tab to the flag link press the space bar or enter key to flag a review
- Press tab to navigate the menu (this does not work)
The TooltipMenu
component added in https://github.com/mozilla/addons-frontend/issues/3534 is not fully keyboard accessible. In the interest of preserving forward momentum, let’s try and tackle this in a separate issue.
A helpful guide: http://heydonworks.com/practical_aria_examples/#progressive-collapsibles
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Tooltips in the time of WCAG 2.1 | Sarah Higley
Focus and hover. The first step is to ensure that the visual display can be controlled by either a keyboard or a mouse....
Read more >ARIA: tooltip role - Accessibility - MDN Web Docs - Mozilla
A tooltip is a contextual text bubble that displays a description for an element that appears on pointer hover or keyboard focus.
Read more >Tooltips & Toggletips - Inclusive Components
The first thing to get right is making the text in the tooltip accessible to assistive technologies. There are a couple of different...
Read more >Tooltips – Web Accessibility for Developers
A tooltip is typically used to display some information about its owning element when a user hovers a mouse pointer over or gives...
Read more >Understanding SC 1.4.13:Content on Hover or Focus (Level AA)
Where receiving and then removing pointer hover or keyboard focus triggers additional content to become visible and then hidden, the following are true:....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
^ there, I edited the title 😄
@kumar303 : I will open another bug, but I think that the root problem is the same(drop down menu should not be left when navigating with keyboard inside it). I agree that this can be closed since the menu is accessible now via keyboard. Marking this as verified.