Open
Bug 1660083
Opened 4 years ago
Keyboard navigation for the CSS compatibility tooltip doesn't work
Categories
(DevTools :: Inspector: Rules, defect, P3)
DevTools
Inspector: Rules
Tracking
(Not tracked)
NEW
People
(Reporter: mtigley, Unassigned)
References
(Blocks 1 open bug)
Details
Accessing the CSS compatibility tooltip via keyboard navigation isn't possible. There are a number of issues to address:
- The tooltip should not be accessible with just hover events. The user should be able to have the tooltip shown when the compatibility icon is focused when tabbed to.
- There has to be a better way of showing information for which browsers are not supported. Right now, the user has to hover their cursor over a browser icon, which will display a tooltip showing the version.
- The "Learn more" is not accessible from the keyboard.
You need to log in
before you can comment on or make changes to this bug.
Description
•