View Single Post
Old 06-24-2020, 03:26 AM   #131
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by Turtle91 View Post
I just learned that chapter/scene breaks are supposed to be done using an <hr/> [...]
Quote:
Originally Posted by Hitch View Post
My question is, if you can use pictures of an asterism, for crying out loud, (example 2) why not the real thing, or a fleuron? How is an image of asterisks somehow friendlier, accessibility-wise, than a fleuron or 3 asterisks themselves?
Agreed. Still hold same views we held back in 2019, "Why is it so hard to preserve blank lines?".

The <hr/> as scenebreak seems a little odd in ebooks.

For web, maybe, since you can more reliably use more complex CSS3 to substitute/override the look.

But in ebooks? Just KISS. Simple asterisks, simple fleuron.

For EPUB3 Fiction specifically, I wonder if you could also just split each scene into individual <section>s as an alternative... (and leave the simple asterisks/image in there, of course! )

Side Note on <hr>: Usually when I scratch my head on some stuff, I head over to HTML5Doctor and see what they say: "The small & hr elements":

Quote:
[...] I learned <hr> actually means end of one section, start of another, which is the same semantically as </section><section>. Because elements like <section> already indicate this intrinsically, <hr> is more for thematic breaks, such as separating different topics within a section of prose, or between scenes in a novel. However you can use it anywhere you can use a <p>.
Hmmmm... definitely would require more thought + reading into the details/reasoning...

Last edited by Tex2002ans; 06-24-2020 at 03:31 AM.
Tex2002ans is offline   Reply With Quote