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 would be nice to have an aria-label attribute that will help screen reader users understand what action will perform the button.
Without an aria-label attribute:
the sidebar button is identified by the screen readers only as a button element
impossible to the user to know what action will perform the button, once clicked / selected
aria-label has no effect on browsers. It only helps assistive technology attach a label to an HTML element.