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.
List of all elements allowed on
- a
- abbr
- address
- b
- bdi
- bdo
- blockquote
- br
- canvas
- cite
- code
- del
- dfn
- div
- em
- i
- img (with alt text)
- ins
- kbd
- mark
- output
- p
- pre
- q
- rp
- rt
- ruby
- s
- samp
- small
- span
- strong
- sub
- sup
- table
- tbody
- td
- tfoot
- thead
- th
- tr
- time
- u
- var
- wbr