You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lexical's editable mode uses a UITextView as its frontend. We currently rely on UITextView's built in accessibility.
This means that we're not surfacing things like e.g. list items to VoiceOver. (VoiceOver reads out the text, but with no way of knowing that it's a bulleted list item rather than a paragraph.)
We should think about how we can surface that information to VoiceOver.
The text was updated successfully, but these errors were encountered:
Lexical's editable mode uses a UITextView as its frontend. We currently rely on UITextView's built in accessibility.
This means that we're not surfacing things like e.g. list items to VoiceOver. (VoiceOver reads out the text, but with no way of knowing that it's a bulleted list item rather than a paragraph.)
We should think about how we can surface that information to VoiceOver.
The text was updated successfully, but these errors were encountered: