Skip to Content

Accessible Publishing Knowledge Base

withoutAdditionalWordSegmentation

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.

ONIX Mapping

There is currently no equivalent ONIX metadata code for this value.

Applies To

EPUB 3 EPUB 2 Audiobooks
Yes Yes Yes

Related Links

Back to Top ↑