Add support for `accessibilitySetSize` [Windows Only]
Add support for the accessibilitySetSize prop.
Documentation
accessibilitySetSize documentation
Behavior
The accessibilitySetSize prop indicates to accessibility services that the Component is within a set with the given size.
The value of this prop should be used to set the UIA SizeOfSet attached property (See here for documentation of this property).
Implementation Plan
We should:
- Take the value of the
accessibilitySetSizeprop and set the UIASizeOfSetproperty for that component to be submitted value.
To Be Clarified
Note this prop should be specified in tandem with the accessibilityPosInSet prop. We should consider filing a Yellow or Red Box error if the source only specifies accessibilityPosInSet.
@Yajur-Grover do we still need this issue open? I see a bunch of filed issues to implement accessibilitySetSize for each of the core components. Example: #13164