react-native-data-table icon indicating copy to clipboard operation
react-native-data-table copied to clipboard

Add in appropriate accessibility to components

Open Chris-Petty opened this issue 6 years ago • 0 comments

Related #27

Accessibility for native and for ReactXP/react-native-web. A discussion worth having is if VirtualisedList actually translates to a good webapp DOM structure. It may be better for webapps to implement using HTML table components outright.

Native, consider: https://facebook.github.io/react-native/docs/accessibility

React-native to web frameworks, probably ARIA: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA

Chris-Petty avatar Nov 30 '18 04:11 Chris-Petty