Definition

When used with creative works such as books, indicates that the resource includes models to generate tactile 3D objects.

Examples

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

Explanation

The tactileObject value is used to indicate that a publication includes tactile objects.

Due to the need to print tactile objects, hyperlinks to downloadable files are the most common way to make these available.

It is not common for this value to be used outside of accessible republishing, however, due to the specialized work required to create tactile objects.

Related Links