Skip to Content

Accessible Publishing Knowledge Base

Category: HTML - DPUB-ARIA

doc-biblioref

Description

A reference to a bibliography entry.

Examples

Example 1 — Reference to a bibliography entry
<p>
   … "with great power comes great responsibility" <a href="biblio.html#spidey" role="doc-biblioref">[SPIDERMAN]</a>…
</p>

Relation to ARIA

doc-biblioref inherits its semantics from the link role.

Usage

doc-biblioref 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 ↑