You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Definition tooltip does not support Hoverable requirement
Environment
React Storybook
Operating system
Windows 7
Browser
Firefox and Chrome
Detailed description
Although the tooltip appears on both hover and keyboard focus, when activated by mouse hover, it is not possible to move the mouse down to the tooltip content.
What did you expect to happen?
A requirement of WCAG is:
Hoverable
If pointer hover can trigger the additional content, then the pointer can be moved over the additional content without the additional content disappearing
This allows someone who has magnified the content to be able to read the tooltip information.
What happened instead?
The tooltip content disappears the moment the pointer leaves the target area.
I don't think this is currently achievable with our pure CSS approach to definition and icon tooltips. to satisfy this requirement I believe this would mean extending the interactive tooltip for the time being, or getting started on a definition/icon tooltip refactor
Definition tooltip does not support Hoverable requirement
Environment
React Storybook
Detailed description
Although the tooltip appears on both hover and keyboard focus, when activated by mouse hover, it is not possible to move the mouse down to the tooltip content.
A requirement of WCAG is:
This allows someone who has magnified the content to be able to read the tooltip information.
The tooltip content disappears the moment the pointer leaves the target area.
Content on hover or focus
Steps to reproduce the issue
Additional information
Screenshot of storybook with custom tooltip exposed.
The text was updated successfully, but these errors were encountered: