-
Notifications
You must be signed in to change notification settings - Fork 95
Closed
Labels
2. developingWork in progressWork in progressaccessibilityMaking sure we design for the widest range of people possible, including those who have disabilitiesMaking sure we design for the widest range of people possible, including those who have disabilities
Description
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:
- Add a
titleprop to NcAvatar component that will render astitleattribute on the HTML element. Remove custom tooltips. - Show valid value for
aria-labelevery time.
Metadata
Metadata
Assignees
Labels
2. developingWork in progressWork in progressaccessibilityMaking sure we design for the widest range of people possible, including those who have disabilitiesMaking sure we design for the widest range of people possible, including those who have disabilities