View Single Post
Old 02-11-2024, 07:18 AM   #95
Quoth
Still reading
Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.Quoth ought to be getting tired of karma fortunes by now.
 
Quoth's Avatar
 
Posts: 14,553
Karma: 108666825
Join Date: Jun 2017
Location: Ireland
Device: All 4 Kinds: epub eink, Kindle, android eink, NxtPaper
Quote:
Originally Posted by chrisridd View Post
Personally I'd kill for a tool that could correctly replace HarperCollins' awful typographical mess in their Discworld books of:
Code:
<span class="smallCaps">HELLO I'M DEATH</span>
and
Code:
.smallCaps { font-size: small }
They are doing that because there are ereaders and versions of apps (needed for DRM or Library loans) that don't at all support 'small caps' and it's not semantically small caps anyway. Sometimes the font doesn't have it and I forget if Kindle on iOS or mobi on old Kindles does it.

Death speaks in all upper case / capitals. Unlike some newspaper style guides for AM PM BC AD NATO FM etc it doesn't have to be small caps or transformed sentence case.

Your example of small caps entered in sentence case and transformed in is typically for the start of a paragraph after a break or heading.

I'm sure there are far worse examples of crazy on HarperCollins, The house of Random Penguins, or small publishers like Lume.

Gutenberg has a weird style guide and some of their content uses multiple nested blockquotes simply to change margin. Those can result in a column of broken single words. Standard eBooks goes to an opposite extreme

Last edited by Quoth; 02-11-2024 at 07:21 AM.
Quoth is offline   Reply With Quote