Skip to Content

Accessible Publishing Knowledge Base

Category: HTML - DPUB-ARIA

doc-epigraph

Description

A quotation set at the start of the work or a section that establishes the theme or sets the mood.

Examples

Example 1 — Epigraph
<blockquote role="doc-epigraph">
   <p>I always get to where I'm going 
         by walking away from where I have been.</p>
         
   <footer>—Winnie the Pooh</footer>
</blockquote>

Relation to ARIA

doc-epigraph inherits its semantics from the section role (i.e., it represents a container of related content, but is not a landmark).

Usage

doc-epigraph is typically used on blockquote and section 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 ↑