Skip to content

Accessibility issues with screen reader #691

@froston

Description

@froston

I'm having issues with the react-tooltip accessibility with screen readers. The library renders the tooltip structure in this way:

image

That causes the screen reader to read all the style tag content before getting to the tooltip's text, which is not desired.
I guess the style tag should either be moved outside the tooltip's markup or contain aria-hidden="true" attribute in order to be skipped by screen readers.
Is there some other solution to this issue? Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions