question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make it accessible please

See original GitHub issue

This is a feature request! Could you make react-tooltip accessible according to this spec https://www.accede-web.com/en/guidelines/rich-interface-components/tooltips-aria/ ?

Or at least white-list aria- role attributes on both trigger and a tooltip container?

Thank you!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:6
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mildrenbencommented, Jun 4, 2020

@stsvilik I’ve only used this module for the first time today, so I don’t know all the ins and outs of it, but my code is as follows:

<Star
  data-tip
  data-for="vaultStar_tooltip"
  className="vaultStar"
  aria-describedby="vaultStar_tooltip"
/>
<Tooltip
  id="vaultStar_tooltip"
  effect="solid"
  place="bottom"
  className="vaultStar_tooltip"
  role="tooltip"
>
  Added to the repo
</Tooltip>
0reactions
danielbarioncommented, Dec 5, 2022

Hi, can you guys please review V5 PR to validate this issue?

Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Use the Accessibility Menu - Android Accessibility Help
The Accessibility Menu is a large on-screen menu to control your Android device. You can control gestures, hardware buttons, navigation, and more.
Read more >
Make your Word documents accessible to people with ...
Learn how to create documents that are accessible to people with disabilities or people who use assistive technologies.
Read more >
Top 10 Tips for Making Your Website Accessible
Choose a content management system that supports accessibility; Use headings correctly to organize the structure of your content; Include proper alt text ...
Read more >
Accessible Meeting and Event Checklist
For updates to this information, please see their checklist (pdf). Making Meetings & Events Accessible. It is our expectation that all meetings and...
Read more >
Introduction to Web Accessibility - W3C
Making the web accessible benefits individuals, businesses, and society. International web standards define what is needed for accessibility. Page Contents.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found