Bug #89872
openEpic #89595: Improve accessibility of backend
Tooltips in Backend need to become accessible
0%
Description
The title
attribute is not sufficient for an accessible tooltip. There are screen readers that do not announce the title attribute and also users of mobile devices have not chance to see the tooltip.
Equally, the aria-label
attribute is not sufficient, as it does not show a tooltip and is only announced for screen reader users.
Adding both attributes is also not optimal, as some assistive technologies announce the same twice, and touch device users still cannot access the title attribute.
We need a new, globally available tooltip option, that is accessible and can be used in cases where currently title attributes or other alternatives are used.
When the new solution is in place, all usages of the title
attribute and the aria-label
attribute should be checked and there should be a decision whether it should be changed to the tooltip solution or not.