You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo contains code for Accessibility Insights for Windows. We maintain code for its automated checks rule engine at axe-windows. Most false positive questions or rule clarifications belong in axe-windows, whereas questions about the Accessibility Insights tool UI should go here. If you aren't sure, it's definitely OK to use this repo. Thanks for contributing!
Describe the bug
We added new start and stop sounds for event recording, but these don't play when starting and stopping tab stops, making it harder for screen reader users to know whether tab stops is running.
To Reproduce
Enable "provide feedback with sound" in settings, or leave it on "automatic" and set the screen reader flag.
Test an app (set focus, then Shift+F8).
Go to the "tab stops" tab.
Set focus to the app again, and Shift+F7.
Expected behaviour
Sound feedback plays
Actual behaviour
Nothing happens
Admittedly, I think sound feedback here would be of little utility, since tab stops is mostly a visual aid anyway.
The text was updated successfully, but these errors were encountered:
This issue has been marked as ready for team triage; we will triage it in our weekly review and update the issue. Thank you for contributing to Accessibility Insights!
…tab stops" test (#1851)
Similar to that implemented for event recording, this commit adds an audio
cue when the tab stops test is toggled and "provide feedback with sound"
is enabled.
This commit does duplicate a small quantity of code, but this is not
unprecedented for the project.
Addresses #1833.
Please check whether the bug has already been filed.
This repo contains code for Accessibility Insights for Windows. We maintain code for its automated checks rule engine at axe-windows. Most false positive questions or rule clarifications belong in axe-windows, whereas questions about the Accessibility Insights tool UI should go here. If you aren't sure, it's definitely OK to use this repo. Thanks for contributing!
Describe the bug
We added new start and stop sounds for event recording, but these don't play when starting and stopping tab stops, making it harder for screen reader users to know whether tab stops is running.
To Reproduce
Expected behaviour
Sound feedback plays
Actual behaviour
Nothing happens
Admittedly, I think sound feedback here would be of little utility, since tab stops is mostly a visual aid anyway.
The text was updated successfully, but these errors were encountered: