react-tippy icon indicating copy to clipboard operation
react-tippy copied to clipboard

Chrome audits - [aria-*] attributes do not have valid values

Open denny7 opened this issue 4 years ago • 1 comments

Hello! When I check my page with Chrome Audits I see that I have lower score on Accessibility section. This is because of react-tippy aria attributes.

[aria-*] attributes do not have valid values Failing Elements <div class="" data-tooltipped="" aria-describedby="tippy-tooltip-3" data-original-title="My title" style="display: inline;"><div>My content</div> </div>

Is there a way to fix that?

denny7 avatar Feb 27 '20 08:02 denny7

I think this PR addresses that same accessibility issue. https://github.com/tvkhoa/react-tippy/pull/90 It was approved ~7 months ago, so I'm not sure what's going on.

oakley808 avatar Apr 13 '20 20:04 oakley808