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
Maybe also allow users to pass in a title/tooltip/description. This is sort of orthogonal to accessibility per se, but could be handy for tooltips. For example:
icon("question", title="This thing does x, y, z")
The text was updated successfully, but these errors were encountered:
See "Better Accessibility" section in https://www.irigoyen.dev/blog/2021/02/17/stop-using-icon-fonts/
Some other resources:
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/Role_Img
https://www.deque.com/blog/creating-accessible-svgs/
https://www.tpgi.com/using-aria-enhance-svg-accessibility/
Maybe also allow users to pass in a title/tooltip/description. This is sort of orthogonal to accessibility per se, but could be handy for tooltips. For example:
The text was updated successfully, but these errors were encountered: