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
Tooltips are stored outside of the normal document flow, and as a result can't be read easily by screen readers.
Expected Behavior
Update all locations where tooltip text is used to provide additional context or information, and add a VisuallyHidden text component with the same information.
Optional thought: Make an accessible tooltip with default properties (hover + focus enabled) that automatically injects this?
ex:
Reproduction
A minimal example that exhibits the behavior.
Environment
Any additional information about your environment. E.g. OS version, python version, browser etc.
The text was updated successfully, but these errors were encountered:
Description
Expected Behavior
VisuallyHidden
text component with the same information.ex:
Reproduction
A minimal example that exhibits the behavior.
Environment
Any additional information about your environment. E.g. OS version, python version, browser etc.
The text was updated successfully, but these errors were encountered: