react-native-macos/Libraries/Components/View
Marc Mulcahy 1aeac1c625 Additional Accessibility Roles and States (#24095)
Summary:
Assistive technologies use the accessibility role of a component to tell the disabled user what the component is, and provide hints about how to use it. Many important roles do not have analog AccessibilityTraits on iOS. This PR adds many critical roles, such as editabletext, checkbox, menu, and switch to name a few.

Accessibility states are used to convey the current state of a component. This PR adds several critical states such as checked, unchecked, on and off.

[general] [change] - Adds critical accessibility roles and states.
Pull Request resolved: https://github.com/facebook/react-native/pull/24095

Differential Revision: D15079245

Pulled By: cpojer

fbshipit-source-id: 941b30eb8f5d565597e5ea3a04687d9809cbe372
2019-04-25 06:13:07 -07:00
..
PlatformViewPropTypes.android.js TVViewPropTypes, PlatformViewPropTypes, DeprecatedTVViewPropTypes (#21372) 2018-09-27 16:35:42 -07:00
PlatformViewPropTypes.ios.js TVViewPropTypes, PlatformViewPropTypes, DeprecatedTVViewPropTypes (#21372) 2018-09-27 16:35:42 -07:00
ReactNativeStyleAttributes.js Rename and move ViewStylePropTypes (#21415) 2018-10-01 12:19:15 -07:00
ReactNativeViewAttributes.js - remove accessibilityComponentType and accessibilityTraits props (a11y) (#24344) 2019-04-15 10:53:50 -07:00
View.js Android: Enable views to be nested within <Text> (#23195) 2019-04-01 19:55:23 -07:00
ViewAccessibility.js Additional Accessibility Roles and States (#24095) 2019-04-25 06:13:07 -07:00
ViewNativeComponent.js Remove $FlowFixMe on View 2019-01-09 12:25:31 -08:00
ViewPropTypes.js Keyboard accessibility improvements (#24359) 2019-04-17 09:55:24 -07:00