Quote:
Originally Posted by met67
I have only noted a minor glitch with a space added before an existing span, which is common in smallcaps texts faked with a smaller size text (w2e macro uses this trick all the time...).
I've opened a bug for this with an example.
|
WOW! That was FAST!
Did I already said thank you for your work? ;-)
P.S. I don't want to look as an ungrateful a***ole, I found another (pathological, I'd say) case where the driver modifies the text:
in my TEST6 epub,
Code:
<p>This line follows an empty line made with <p>&#160;</p>.</p>
is changed to
Code:
<p><span class="koboSpan" id="kobo.18.2">This line follows an empty line made with <p>&#160; </p>.</span></p>
i.e.
This line follows an empty line made with <p>&160;</p>.
is changed to
This line follows an empty line made with <p>&160; </p>.
(note the space between ';' and '<')
Since I couldn't find any practical case where this could be a problem, I won't open a new bug, but I wanted to let you know anyway.