Tooltip description read out twice by screen reader #4240
Labels
Accessibility
P3 Triaged
Issue has been reviewed as part of legacy backlog grooming (project P3).
Priority: Medium
Triaged: new architecture
Triaged, to be addressed in new architecture of the design system
Describe the bug
First the button text is read out, then additional description (aria-describedby). The additional description is being read out twice because it's placed inside of the button and is part of the button text content.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The description should only be read out twice.
Additional context
Some solutions were suggested by @petermakowski
aria-hidden="true"
to the tooltip spanThe text was updated successfully, but these errors were encountered: