[BITV]: Rework native tooltips on NcAvatar #3677
Labels
2. developing
Work in progress
accessibility
Making sure we design for the widest range of people possible, including those who have disabilities
Problem
To show a tooltip on a several components we currently use v-tooltip. An example can be found in https://github.com/nextcloud/nextcloud-vue/blob/master/src/components/NcAvatar/NcAvatar.vue#L112
v-tooltip is not accessible and we want to migrate to native tooltips (title attribute) instead. An overview can be found in #2503.
Solution / ToDo:
title
prop to NcAvatar component that will render astitle
attribute on the HTML element. Remove custom tooltips.aria-label
every time.The text was updated successfully, but these errors were encountered: