WPDevelopers / essential-addons-for-elementor-lite

Essential Addons for Elementor. Ultimate elements library for Elementor.
https://essential-addons.com/elementor/
43 stars 40 forks source link

Tooltip Module Not Accessible #752

Closed amberhinds closed 7 months ago

amberhinds commented 10 months ago

Hello,

I was testing the accessibility of your plugin, specifically looking at the tooltips.

These tooltips are missing some key elements to make them work for people with disabilities:

  1. Tooltips need to be able to be triggered with a keyboard alone - currently you're adding tooltips to non-focusable elements (spans), but are not adding them into the focus order.
  2. Your element that triggers the tooltip is missing aria-describedby connecting it to the tooltip so that screen reader users will be able to hear the tooltip.

Would you please fix these things so screen reader users and keyboard-only users can access the information too?

Here are some references that may be helpful:

robinwpdeveloper commented 10 months ago

Hi @amberhinds Thanks for reporting the issue.

We have fixed this on 3084 branch. And will be added in our upcoming release.

Feel free to share any feedback. Cheers.

amberhinds commented 10 months ago

That's great! Thanks for the fix!

rudlinkon commented 7 months ago

This issue has already been fixed. Thank you @amberhinds