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
When a user is logged in, the menu button for User Settings is not constructed in a way that maps to the expected pattern. There are two elements in the element - a "link" to the actual page for the User Settings, and a menu button that has the same options that exist on the User Settings page. The only option that is different is the "Log Out". Consider if the menu button is necessary.
Also, adding an aria-label to the link will provide more information about the destination for the screen reader user. For example:
From a11y review -
When a user is logged in, the menu button for User Settings is not constructed in a way that maps to the expected pattern. There are two elements in the element - a "link" to the actual page for the User Settings, and a menu button that has the same options that exist on the User Settings page. The only option that is different is the "Log Out". Consider if the menu button is necessary.
Also, adding an aria-label to the link will provide more information about the destination for the screen reader user. For example:
<a class="ui button" href="/account/settings/profile/" aria-label="User Settings and Profile"> <i class="user icon"></i> [email protected] </a>
The text was updated successfully, but these errors were encountered: