Is it possible to put in the markouts of the footnote of epub V3 :
- epub:type="noteref" in the call
(<a id="a0" href="notes.html#a3" epub:type="noteref"> <span class="t5">{1}</span>)
- epub:type="footnote" in the note
(<p id="a3" class="p11" epub:type="footnote"> <a href="004.html#a0"><span class="t5">{1}</span></a> <span class="t8"> This is a note call #1]</span></p>)
Why ? Because some readers like koreader use this markouts to put the note into the bottom of the page like a real book and doesn't use the html link .
thanks for all.