Definition

Indicates that the content can be rendered with additional word segmentation.

Examples

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

Explanation

The withAdditionalWordSegmentation value indicates that it is possible to render the text with additional space between words to improve the readability.

Space characters are not typically used in languages such as Chinese, Japanese, and Thai, but they can added to improve readability.

Do not use this value with languages that require space characters between words.

Related Links