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
It seems the <uui-icon> doesn't handle aria-hidden which I think it should otherwise developers would have to remember adding their on their own, which was a big issue with the current backoffice, but better after we added <umb-icon> component in Angular. umbraco/Umbraco-CMS#14780 (comment)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It seems the
<uui-icon>
doesn't handlearia-hidden
which I think it should otherwise developers would have to remember adding their on their own, which was a big issue with the current backoffice, but better after we added<umb-icon>
component in Angular.umbraco/Umbraco-CMS#14780 (comment)
For example see how Shoelace library handle this:
https://github.com/shoelace-style/shoelace/blob/next/src/components/icon/icon.component.ts#L131-L139
Beta Was this translation helpful? Give feedback.
All reactions