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: seperate text body into seperate elements #1

Open
shortwavesurfer2009 opened this issue Sep 26, 2023 · 2 comments
Open

Comments

@shortwavesurfer2009
Copy link

shortwavesurfer2009 commented Sep 26, 2023

When using Talkback posts with line breaks are read as a single chunk of text instead of being seperated into one element per paragraph.

Here is what combustible does:
Screenshot_20230926-143047_Combustible
Screenshot_20230926-143059_Combustible
Screenshot_20230926-144334_Combustible

And here is how Thunder does:
Screenshot_20230926-143545_Thunder
Screenshot_20230926-143548_Thunder

@TheBrokenRail
Copy link
Owner

Do you mean something like this?

If so, I'm not entirely sure I would implement this. It seems like Talkback treats each TextView as its own element. If my understanding is correct, the only way to split it up would be to use multiple TextViews. Unfortunately, I don't think Markwon (the library Combustible uses for parsing Markdown) supports this.

Jerboa also uses Markdown, does it also have the issue?

@shortwavesurfer2009
Copy link
Author

Do you mean something like this?

If so, I'm not entirely sure I would implement this. It seems like Talkback treats each TextView as its own element. If my understanding is correct, the only way to split it up would be to use multiple TextViews. Unfortunately, I don't think Markwon (the library Combustible uses for parsing Markdown) supports this.

Jerboa also uses Markdown, does it also have the issue?

Yeah, that is what i mean. I havrnt used Jerboa in a long time so i had to check, and yes, it has the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants