Skip to content

Commit 4079f6a

Browse files
zholobovrozele
authored andcommitted
Updated status of accessibility properties support (microsoft#1759)
1 parent df84ac1 commit 4079f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CoreParityStatus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
| Name | Status | Notes |
4949
|------|--------|-------------|
50-
| Accessibility | Partial | Only `accessibilityLiveRegion` and `accessibilityLabel` supported. See [#918](https://github.com/ReactWindows/react-native-windows/issues/918). |
50+
| Accessibility | Partial | Supported: `accessibilityLiveRegion`, `accessibilityLabel`, `importantForAccessibility`, `accessibilityTraits`. Not supported by design: `accessible` - use `importantForAccessibility` instead. In `accessibilityTraits` only `button` and `none` are supported. See [#918](https://github.com/ReactWindows/react-native-windows/issues/918). |
5151
| ActionSheetIOS | n/a | iOS-only. |
5252
| AdSupportIOS | n/a | iOS-only. |
5353
| Alert | Ready | See [Source](../ReactWindows/ReactNative/Modules/Dialog/DialogModule.cs). |

0 commit comments

Comments
 (0)