View Single Post
Old 08-07-2014, 11:48 AM   #9
Anak
Guru
Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.
 
Posts: 603
Karma: 641742
Join Date: Mar 2012
Location: DE
Device: Kobo Glo
Quote:
Originally Posted by Jellby View Post
But the bit after the "#" is called fragment identifier.
Do epub and epub follow the epub3 semantics?
Vocabulary Association

Note/footnote reference:
Code:
<a epub:type="noteref" href="#n1">1</a>
<a epub:type="footnote" href="#n1">1</a>
In combination with an aside element, which contains the text or definition that should pop-up?

Code:
<aside epub:type="footnote" id="n1">
<p>This text should be displayed in a pop-up screen.</p>
</aside>
Anak is offline   Reply With Quote