@davidfor
I read
this paragraph on the kobolabs page, especially the "Warning" section; however it seems that the kobo aura one behaves differently: given the following code taken from a real ebook (epub2 converted to kepub with calibre)
Code:
<li><a href="colophon.xhtml">Imprint</a></li>
<li><a href="foreword.xhtml">Foreword</a></li>
the "Imprint" page opens directly, while the "Foreword" page opens in the previewer;
Again, given the following code
Code:
<!-- code from "toc.xhtml" -->
<li><a href="preface.xhtml#toc_6">Organization of This Book</a></li>
<!-- code from "preface.xhtml" -->
<a id="toc_6"></a>
<div class="section">Organization of This Book</div>
the "Organization of This Book" section opens in the previewer.
Is there a technical document that teaches me how to write the code of a link that opens in the previewer (as for the footnotes) and how to write the different code of a link that directly opens the pointed page?