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

Add support for accessibilityPosInSet [Windows Only] #12511

Closed
Tracked by #11901
YajurG opened this issue Dec 8, 2023 · 1 comment · Fixed by #13518
Closed
Tracked by #11901

Add support for accessibilityPosInSet [Windows Only] #12511

YajurG opened this issue Dec 8, 2023 · 1 comment · Fixed by #13518

Comments

@YajurG
Copy link
Contributor

YajurG commented Dec 8, 2023

Add support for the accessibilityPosInSet prop.

Documentation

accessibilitPosInSet Documentation

Behavior

The accessibilityPosInSet prop indicates what position an element is within a set of elements. This prop should take a numeric value.

The value for this prop should be used to set the value of the UIA PositionInSet attached property (See here for documentation on this property).

Implementation Plan

We should:

  1. Take the value of the accessibilityPosInSet prop and set the UIA PositionInSet property for that component to be submitted value.

To Be Clarified

Note this prop should be specified in tandem with the accessibilitySetSize prop. We should consider filing a Yellow or Red Box error if the source only specifies accessibilityPosInSet.

@YajurG YajurG changed the title accessibilityPosInSet [Windows Only] Add support for accessibilityPosInSet [Windows Only] Dec 8, 2023
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) label Dec 8, 2023
@YajurG YajurG self-assigned this Dec 8, 2023
@chrisglein chrisglein added Area: Accessibility and removed Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) labels Dec 14, 2023
@microsoft-github-policy-service microsoft-github-policy-service bot added the Invalid Triage https://github.com/microsoft/react-native-windows/wiki/Triage-Process (label applied by bot) label Dec 15, 2023
@chrisglein chrisglein added enhancement and removed Invalid Triage https://github.com/microsoft/react-native-windows/wiki/Triage-Process (label applied by bot) labels Dec 19, 2023
@chrisglein chrisglein added this to the Backlog milestone Dec 19, 2023
@Yajur-Grover Yajur-Grover assigned Yajur-Grover and unassigned YajurG Feb 5, 2024
@Yajur-Grover Yajur-Grover removed their assignment Apr 24, 2024
@danielayala94
Copy link
Contributor

danielayala94 commented Jun 25, 2024

@Yajur-Grover do we still need this issue open? I see a bunch of filed issues to implement accessibilityPosInSet for each of the core components. Example: #13078

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants