Definition

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

Examples

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

Explanation

The withoutAdditionalWordSegmentation value indicates that it is possible to render the text without additional space between words.

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

Related Links