Quote:
Originally Posted by Jellby
|
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>