-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Make reset button accessible #15257
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
Make reset button accessible #15257
Conversation
Hmm, is there a way that we could perhaps only set a tooltip, or some other a11y hint? Changing this string to be longer does cause the flyout to be quite a bit... chonkier: @carlos-zamora might have some ideas on UIA properties that might be suitable here. |
No problem, I will add an automation property on it to make it still say Reset and instead another for a screen reader. |
@zadjii-msft pushed an update to the PR. Should add a full description to go with the button. Following guidance from: https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.automation.automationproperties?view=winrt-22621 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for doing this!
Co-authored-by: Dustin L. Howett <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested with Narrator and NVDA
Make the reset button accessible by adding description in reset. Closes #12044 --------- Co-authored-by: Dustin L. Howett <[email protected]> (cherry picked from commit 6abd721) Service-Card-Id: 89047231 Service-Version: 1.17
Make the reset button accessible by adding description in reset.
Closes #12044