Description
A link that allows the user to return to a related location in the content (e.g., from a footnote to its reference or from a glossary definition to where a term is used).
Examples
Example 1 — Backlink to a note's reference
<p role="doc-endnote">
1. The first of three instances is the last to end up in …
<a href="s01.html#fnref-01" role="doc-backlink">[note 1 reference]</a>
</p>
Relation to ARIA
doc-baclink inherits its semantics from the a link role.
Usage
doc-backlink 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