View Single Post
Old 05-26-2013, 05:14 PM   #284
met67
Connoisseur
met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.met67 can program the VCR without an owner's manual.
 
Posts: 78
Karma: 165868
Join Date: Jan 2012
Device: Nook Touch
Quote:
Originally Posted by met67 View Post
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 &lt;p&gt;&amp;#160;&lt;/p&gt;.</p>
is changed to
Code:
  <p><span class="koboSpan" id="kobo.18.2">This line follows an empty line made with &lt;p&gt;&amp;#160; &lt;/p&gt;.</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.

Last edited by met67; 05-26-2013 at 05:43 PM.
met67 is offline   Reply With Quote