Skip to Content

Accessible Publishing Knowledge Base

Category: HTML - DPUB-ARIA

doc-backlink

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
<aside role="doc-footnote">
   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>
</aside>

Relation to ARIA

doc-baclink inherits its semantics from the link role.

Usage

doc-backlink 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.

Applies To

EPUB 3 EPUB 2 Audiobooks
Yes No Partial *

* Applies to the table of contents and any supplementary HTML resources.

Related Links

Back to Top ↑