Description

A reference to a footnote or endnote, typically appearing as a superscripted number or symbol in the main body of text.

Examples

Example 1 — Reference to a footnote
<p> … as exhibited in the work of Prof.
   Farnsworth.<a role="doc-noteref" href="#fn-01" class="sup">1</a>
</p>
<aside id="fn-01" role="doc-footnote">
   <p>1. The Fing-Longer is one of the …</p>
</aside>

Relation to ARIA

doc-noteref inherits its semantics from the a link role.

Usage

doc-noteref is typically used on a elements.

For a simplified list of all the elements the role is allowed on, refer to the mapping table in the EPUB Type to ARIA Role Authoring Guide. For the official list of allowed elements, refer to ARIA in HTML.

Related Links