kazzkiq / balloon.css

Simple tooltips made of pure CSS

Home Page:https://kazzkiq.github.io/balloon.css/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More focus on a11y

kazzkiq opened this issue · comments

This Issue will lead to breaking changes.

As already discussed in other issues, Balloon.css should be using more acessible attributes in order to show tooltips.

Those Issues are going to be centered here:

This issue aims to solve:

  • Use aria-label for tooltip texts;
  • Enable tooltip on :focus state (but also add an option to disable focus);