View Single Post
Old 03-05-2016, 06:42 PM   #13
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,651
Karma: 5433388
Join Date: Nov 2009
Device: many
Hi Psymon,

Okay it is correct as it is written, which means that ePub3-itizer is not at fault here. So something in Sigil-0.9.3 is messing up your epub3 when reloaded. I will try to figure out what that is. I just grabbed your book to see what the svg warnings were about.

Quote:
SVG hyperlinks should have a human-readable title (using the 'title' child element or the 'xlink:title' attribute)
Your book has many sections like the following in its code:

Code:
  <div class="svg_outer">
    <div class="svg_inner">
      <svg height="94%" version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 1800" preserveAspectRatio="xMidYMid meet" width="94%" xmlns:xlink="http://www.w3.org/1999/xlink"><image height="1800" id="title-original" width="1200" xlink:href="../Images/walden-titlepage.jpg"/></svg>
    </div>
  </div>
It is just a warning that says your need to add an xlink:title="Walden-TitlePage-Image" attribute (or something along those lines).

This has nothing to do with epub3-itizer operation. And they are just warnings and can be ignored.

Hope this helps,

KevinH
KevinH is offline   Reply With Quote