How to make the TTS read a table per column instead of row #1760
mickael-menu
started this conversation in
Ideas
Replies: 2 comments
-
I'm thinking it might be an issue inherent to table usage, since the screen reader will read the text nodes in the HTML order. It could be better to drop tables and use responsive divs with flexbox instead. |
Beta Was this translation helpful? Give feedback.
0 replies
-
HTML document order is used to defined the reading / listening order to generated TTS utterances. I'm moving this issue to a discussion for further ... discussion :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have an editor who wants to have the TTS read each column of a table entirely before switching to the next one. The default behavior in Thorium is to read row per row, which doesn't make sense in this context:
We used
scope="col"
to no avail:Do you know if it's something that can be set in the HTML? Thanks
Beta Was this translation helpful? Give feedback.
All reactions