Fixing accessibility for buttons in "Welcome to DevHome" page by guimafelipe · Pull Request #2311 · microsoft/devhome (original) (raw)
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
- Closes Accessibility fixes for 0.12 milestone #2324
- Tests added/passed
- Documentation updated