Advanced Screen Reader Readability on Fabric
chiaramooney opened this issue · 0 comments
chiaramooney commented
Add support for additional react-native props that provide additional, richer information to ATs about the focused control in specific scenarios.
Task | Description | Status |
---|---|---|
accessibilityPosInSet [Windows Only] | Add support for accessibilityPosInSet prop. |
|
accessibilitySetSize [Windows Only] | Add support for accessibilitySetSize prop. |
|
accessibilityLabeledBy (Android-only in core) | Add support for accessibilityLabeledBy prop. |
|
nativeId (for use with LabeledBy) | Add support for nativeId prop. |
|
accessibilityHint | Add support for accessibilityHint prop. |
#12036 |
accessibilityValue | Add support for accessibilityValue prop. |
|
accessibilityLiveRegion / aria-live | Add support for accessibilityLiveRegion /aria-live prop. |
|
Name | UIA should have Name data for every component. |
#12030 (partial), #12186 |
ControlType | UIA should have ControlType data for every component. |
#11876 |
LocalizedControlType | UIA should have LocalizedControlType data for every component. |
|
IsKeyboardFocusable | UIA should have IsKeyboardFocusable data for every component. |
#11674 |
BoundingRectangle | UIA should have BoundingRectangle data for every component. |
#11508 |
AccessKey | UIA should have AccessKey data for every component. |
|
AcceleratorKey | UIA should have AcceleratorKey data for every component. |
|
HelpText | UIA should have HelpText data for every component. |
#12186 |