Quote:
Originally Posted by Doitsu
I also did some quick tests and everything looks OK. For footnotes and endnotes it would be helpful, if the clip would replace _N_ with a number if a number was selected before the clip was applied.
For example, if I enter a 1, select it and apply an Endnote LI clip the result should be:
Code:
<li id="en1" epub:type="endnote">
<p>
<a href="HREF_FOR_RETURN_FROM_ENDNOTE#en1" epub:type="backlink" role="doc-backlink">[1]</a>
TEXT_OF_ENDNOTE_HERE
</p>
</li>
|
I thought I might have a case where I disagree. For an existing book where on revision you might want to add a second footnote to a chapter using #fn2, I thought epubcheck would choke because #fn1 thro #fn34 had already been used in various chapters thro the book.
But to my surprise, it didn't object to #fn2 being used in two separate chapters. Could this cause a problem in some e-reading devices?
But it did bring up a blue 'error' message about an unrecognised epub:type value "backlink"