iamacup / react-native-markdown-display

React Native 100% compatible CommonMark renderer
MIT License
568 stars 167 forks source link

Accessibility Support #152

Closed lfaz closed 9 months ago

lfaz commented 2 years ago

It seems like the read speaker reads the whole content as one element (text) even when there is link inside, would it be possible to notify the user about the link and separate text from link as different selectable elements for people who use read speaker?

Basically I want to add focus (accessible={true}) for link elements inside the markdown tag, But there is no way to do it.

Currently for user with vision disabilities is not very informative what the content contains!

alanlima-fr commented 1 month ago

Up on that, is there a way to handle accessibility ?