A minimal .epub file with mock footnotes
(http://kfahlgren.com/frag_id_broke.epub) raises the following error
with epubcheck:
OEBPS/index.html(4): 'ftn.id962795': fragment identifier is not
defined in 'OEBPS/index.html'
Can someone explain why that error would be thrown when there is an
item with id="ftn.id962795" in OEBPS/index.html?
OEBPS/index.html:
36 <p>Just a normal paragraph with a footnote<sup>[<a
id="id962784" href="#ftn.id962784" class="footnote">1</a>]</sup>.</p>
...
75 <div class="footnote">
76 <p><sup>[<a id="ftn.id962784" href="#id962784"
class="para">1</a>] </sup>This is the
77 footnote.</p>
78 </div>
Thanks,
Keith
Bah, sorry. Apparently not enough coffee...
Keith