-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add support for accessibilityPosInSet and accessibilitySetSize to Fabric #13518
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
Conversation
| accessibilityLabel="Press to submit your application!" | ||
| accessibilityRole="Button" | ||
| accessibilityHint="Submit Button" | ||
| accessibilityPosInSet={1} |
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.
Should we also add these to: \vnext\src-win\Libraries\Components...?
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.
No that won't be needed because these are just the example files, not the actual source! The examples live in packages/@rnw and the source for the button control lives in vnext/src-win...
TatianaKapos
left a comment
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.
LGTM! :)
…ric (microsoft#13518) * Add Support for AccessibilityPosInSet * Change files * Format * Add testing * Fix Missing TestID * Add Props to Accessibility Tree Dumps * Update Fabric Snapshots * Update Touchable Example * Update Snapshotes
Description
Type of Change
Why
Add support for accessibilityPosInSet and accessibilitySetSize to Fabric.
Resolves #13077
Resolves #13086
Resolves #12512
Resolves #12511
Resolves #13093
Resolves #13092
Resolves #13090
Resolves #13089
Resolves #13087
Resolves #13084
Resolves #13081
Resolves #13080
Resolves #13078
Resolves #13079
Resolves #13088
What
Testing
Check setting and removing both props on View control. Will validate which other controls also automatically work before merging. Test exists in E2E testing to track data stored in UIA tree.
Changelog
Should this change be included in the release notes: yes
Add support for
accessibilityPosInSetandaccessibilitySetSizeto Fabric.