Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessibility (in editable mode) #17

Open
amyworrall opened this issue Apr 6, 2023 · 0 comments
Open

Accessibility (in editable mode) #17

amyworrall opened this issue Apr 6, 2023 · 0 comments
Labels
architectural-decision For if we need to make a decision before diving in to writing code

Comments

@amyworrall
Copy link
Contributor

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.

@amyworrall amyworrall added the architectural-decision For if we need to make a decision before diving in to writing code label Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architectural-decision For if we need to make a decision before diving in to writing code
Projects
None yet
Development

No branches or pull requests

1 participant