Skip to Content

Accessible Publishing Knowledge Base

Category: HTML - DPUB-ARIA

doc-glossref

Description

A reference to a glossary definition.

Examples

Example 1 — Reference to a glossary entry
<p>
   In monetary policy, <a href="glossary.html#stir" role="doc-glossref">short term interest rates</a> allow 
   central banks to …
</p>

Relation to ARIA

doc-glossref inherits its semantics from the link role.

Usage

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