View Single Post
Old 06-08-2020, 10:42 PM   #30
Mister L
Groupie
Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.Mister L is the 'tall, dark, handsome stranger' all the fortune-tellers are referring to.
 
Posts: 179
Karma: 91148
Join Date: Jun 2010
Device: Sony 350
Quote:
Originally Posted by JSWolf View Post
1. What text-to-speech program reads chapter headers with an <h? differently then the same chapter header with a <p?
Quote:
Originally Posted by DiapDealer View Post
My guess would be just about all of them.
Same, my guess would also be all of them worth mentioning.

Quote:
Originally Posted by JSWolf View Post
2. Why would you want to turn off the CSS? That's not a solution for anything. If I turned off or deleted the CSS, I get a basically unreadable eBook.
If an ebook is "basically unreadable" without the help of css, it means the person who made the ebook is doing html (very, very) wrong. CSS is purely for aesthetic styling, making it pretty. The underlying structure and semantic meaning (heading vs paragraph vs citation, emphasis...) should always be handled by the html.

Just as an experiment, take an epub with proper semantic html and delete / disactivate the css, and compare that to an epub without correctly structured text after deleting the css. Bear in mind that to all machines (for text-to-speech etc.), html with no semantic structure is more or less the same as trying to read a novel in .txt format, to a human.
Mister L is offline   Reply With Quote