Definition

For content with timed interaction, this value indicates that the user can control the timing to meet their needs (e.g., pause and reset).

Examples

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

Explanation

The timingControl value is used to indicate that a publication contains content with timed interactions (e.g., a quiz or game with a time limit) and that the timing can be controlled by the user.

As users with disabilities may require additional time to complete tasks, they need to be able to disable, adjust or extend time limits.

Related Links