a11y: NcUserBubble has clickable <div/>
inside <a/>
#5913
Labels
1. to develop
Accepted and waiting to be taken care of
accessibility
Making sure we design for the widest range of people possible, including those who have disabilities
bug
Something isn't working
feature: userbubble
Related to the userbubble component
There
NcUserBubble
is used as a clickablediv
to implement manual router navigation. It is a UX and a11y issue (how to open it in a new tab or via keyboard?).RouterLink
support to this component. Then it will be actually an interactive link element - feat(NcUserBubble): add RouterLink support #5708div
can be replaced withbutton
ora role="button"
feat(NcUserBubble): add RouterLink support #5708 (comment)Originally posted by @ShGKme in #5708 (review)
The text was updated successfully, but these errors were encountered: