I get this warning from epubcheck:
WARNING(ACC-011): SVG hyperlinks should have a human-readable title (using the 'title' child element or the 'xlink:title' attribute).
The line referenced is to paragraphs like this with a footnote link, no SVG:
Quote:
<p class="indent">If you assume that the spinning mass is in the form of an ultra-dense ring as is shown in Figure 11, with mass <i>M</i> and electric or magnetic charge <i>Q,</i> then using the Kerr metric, it can be shown <a href="../Text/refs.xhtml#fn9" id="n9" class="noteref">[9]</a>,<a href="../Text/refs.xhtml#fn10" id="n10" class="noteref">[10]</a> that <i>if</i> the spinning ring is dense enough and spinning rapidly enough, it acts like a space-warp and a time machine combined. When a small object is sent through the center of the ring, it does not come out the other side!</p>
|
There are SVG graphics several paragraphs before this (made by "InsertImageSVG" in Sigil) in the file:
Quote:
<div class="breakavoid">
<svg xmlns="http://www.w3.org/2000/svg" height="100%" width="100%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 844 1200" xmlns:xlink="http://www.w3.org/1999/xlink"><image width="844" height="1200" xlink:href="../Images/qfig07.gif"/></svg>
</div>
|
Any idea what is going on and how to placate epubcheck?