Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility: Ensure button has discernible text #1757

Closed
ElinorW opened this issue May 26, 2022 · 0 comments · Fixed by #1758
Closed

Accessibility: Ensure button has discernible text #1757

ElinorW opened this issue May 26, 2022 · 0 comments · Fixed by #1758
Assignees
Labels
type: accessibility A general accessibility issue

Comments

@ElinorW
Copy link
Contributor

ElinorW commented May 26, 2022

URL: https://developer.microsoft.com/en-us/graph/graph-explorer

Path:
div[data-focuszone-id="FocusZone81"] > .ms-Pivot-overflowMenuButton.overflowMenuButton-220.ms-Button--hasMenu

Snippet:

Fix ONE of the following:
Element does not have inner text that is visible to screen readers
aria-label attribute does not exist or is empty
aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Element has no title attribute
Element's default semantics were not overridden with role="none" or role="presentation"

@ElinorW ElinorW added the type: accessibility A general accessibility issue label May 26, 2022
@ElinorW ElinorW added this to the 5th May-26th May milestone May 26, 2022
@ElinorW ElinorW self-assigned this May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: accessibility A general accessibility issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant