View Single Post
Old 05-11-2015, 03:25 AM   #39
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,563
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by AlanHK View Post
If the font kerning doesn't match my hard coded spacing, then by replacing it I've improved it.
What? Do you suggest that your single "0.166em" space (or whatever) is the best possible spacing for all and every font? I beg to differ

Quote:
I hope the hyphenation isn't idiotic enough to put a hyphen between two quotemarks.
I had the same hope when I was younger I've see hyphenations before question marks and after opening quote marks, and I mean real hyphenation, not just a linebreak. Of course the same could happen if you had the quote marks with nothing between them, but having a span boundary between the quote marks increases the chances of something like this happening.

Just an example of how some things that can go wrong:

Code:
some line with <a name="p123"/>an empty element

some line with<a name="p123"/> an empty element
They should be the same, right? Well, it turns out in ADE a line break can happen right after the <a>, and in the first case the preceding space is not discarded, resulting in a line with a visible space at the right margin (if justified). Ebook renderers are much more idiotic than we would like.
Jellby is offline   Reply With Quote