halilozercan / compose-richtext

A collection of Compose libraries for advanced text formatting and alternative display types.
https://halilibo.com/compose-richtext
Apache License 2.0
750 stars 59 forks source link

Adds accessibility to Markdown Headers. #105

Closed SLahay closed 1 year ago

SLahay commented 1 year ago

Users that have Talkback enabled on there device will be able to Navigate by headings when reading Markdown.

halilozercan commented 1 year ago

This semantics can be introduced at richtext-ui#Heading level rather than Markdown which would solve the original problem while increasing the scope.

SLahay commented 1 year ago

I looked for a common point to add the semantics that would cover both Markdown and RichText. Didn't see anything. So I went and added it to what looked like the right spot on Heading to cover RichText. Let me know what you think

bpappin commented 1 year ago

Is this going to be merged?