Definition

Indicates that ruby annotations [JLreq] are attached to every CJK ideographic character in the content.

Examples

Example 1 — EPUB 3
<meta property="schema:accessibilityFeature">
   fullRubyAnnotations
</meta>
Example 2 — EPUB 2
<meta name="schema:accessibilityFeature"
      content="fullRubyAnnotations"/>
Example 3 — Audiobooks
"accessibilityFeature": ["fullRubyAnnotations"]

Explanation

The fullRubyAnnotations value indicates that ruby annotations are available for the full text. Ruby annotations are pronunciation guides for languages like Korean and Japanese.

If ruby annotations are provided for only some of the text, use the rubyAnnotations value instead.

Related Links