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

[FE + Version Control] Accessibility Insights Fast Pass: Section 508 502.3.1: (DevHome/button '') The Name property must not contain any characters in the private Unicode range. #3783

Merged
merged 2 commits into from
Sep 9, 2024

Conversation

ssparach
Copy link
Contributor

@ssparach ssparach commented Sep 5, 2024

Summary of the pull request

The PR fixes an accessibility issue in the Add Repositories UI under the Windows Customization File Explorer page.

References and relevant issues

#3665

Detailed description of the pull request / Additional comments

An accessible name was declared for the button through AutomationProperties.Name.

Validation steps performed

Local Build
Ensured that the issue no longer reproduces after the fix is applied using the Accessibility Insights for Windows tool. Some screenshots below:

Without fix the issue is identified in the tool:
image

With fix, the issue no longer appears
image

PR checklist

  • Closes #xxx
  • Tests added/passed
  • Documentation updated

@ssparach ssparach added Needs-Second Pull request that needs another approval Area-FileExplorerIntegration 📁 labels Sep 6, 2024
@krschau krschau removed the Needs-Second Pull request that needs another approval label Sep 9, 2024
@ssparach ssparach merged commit 4810c85 into main Sep 9, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants