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

Fixing accessibility for buttons in "Welcome to DevHome" page #2311

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

guimafelipe
Copy link
Contributor

@guimafelipe guimafelipe commented Feb 26, 2024

Summary of the pull request

There was no accessible names for the buttons in the small cards of the "Welcome to DevHome" page. This PR adds it.

References and relevant issues

Detailed description of the pull request / Additional comments

As for the small cards, its buttons' contents were not simple texts, so the narrator could not narrate its name when keyboard focused. This PR adds the AutomationProperties.Name property with the same text the button has, so the narrator can explicitly narrate it.

Validation steps performed

PR checklist

@vineeththomasalex vineeththomasalex merged commit 131024d into main Feb 28, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accessibility fixes for 0.12 milestone
3 participants