Quote:
Originally Posted by tomtomtom
Yes to both your questions. Here is the line in the book:
<span epub:type="pagebreak" role="doc-pagebreak" id="page22" aria-label="Page 22"></span>
|
If EPUBCheck didn't report any problems, maybe ACE got confused by the following commented-out list item:
Code:
<li><a href="Index.xhtml#_idParaDest-22">Index</a></li>
<!--<li><span>**Figures and Landmarks—</span></li>-->
<li><a href="Body.xhtml#_idTextAnchor132">—Figure 1 Population of France</a></li>
because some parsers expect a space after
<!-- and before
-->. Try adding spaces or delete the comment.