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

This is port of internal fix which adds Confirmation of Action feature to many actions in WinUI gallery #1245

Merged
merged 2 commits into from
Apr 4, 2023

Conversation

pratikone
Copy link
Contributor

(Since this code has already been added to internal WinUI gallery and this is just a port, I will just go ahead and merge it.)

Confirmation of Action is an accessibility feature where visual changes are notified to the impaired user using audio notification like Narrator. The common actions where it can be used when a visual is changing color or app theme is changing from light to dark or vice versa.

This PR introduces a AnnounceActionForAccessibility helper function which helps create this contextual announcement. This announcement is used by Narrator to inform the user that a large visual change has happened like scale/rotate of an object.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

@pratikone pratikone requested a review from bpulliam April 3, 2023 23:10
@pratikone pratikone self-assigned this Apr 3, 2023
@pratikone pratikone merged commit de92a36 into main Apr 4, 2023
@pratikone pratikone deleted the user/praanan/portCOAchanges branch April 4, 2023 00:04
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.

None yet

2 participants