You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm 🤔 I'm not sure we have a good way to solve this at the moment ... I believe the ordering of elements comes from @carbon/icon-helpers ... I also wasn't aware that the position of elements mattered for this case, does this cause a specific functionality or accessibility violation?
It's been a while, but I think it had mostly to do with screenreaders not reading the title unless it was first... There may've been an issue with the tooltip feature on some browsers, as well.
Mozilla states that for compatibility it should be first.
When adding a
title
to the icon it is added to the end of the svg:It should be first:
The text was updated successfully, but these errors were encountered: