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
Would that apply to an icon button with accessible name provided via the "aria-label" attribute? For example, please see code snippet below. Is it considered as meeting accessible requirements without accompanying text?
Hi
I have a question on icon buttons. The following resource indicates that text must accompany the icon to ensure accessibility requirements are met. https://wet-boew.github.io/wet-boew-styleguide/design/icons-en.html
Would that apply to an icon button with accessible name provided via the "aria-label" attribute? For example, please see code snippet below. Is it considered as meeting accessible requirements without accompanying text?
<button type="button" title="Close" aria-label="Close"><span class="fa fa-times" aria-hidden="true"></span></button>
The text was updated successfully, but these errors were encountered: