Explanation

Code 17 is used to indicate that the publication contains content that simulates motion which may cause discomfort in sensitive individuals.

Simulated motion can take a number of forms. For example, interactive games, particularly those with first-person perspectives, can trigger users who are sensitive to motion. Less common in paginated ebooks, but still an issue to consider, is the use of CSS scrolling animations.

When publishers make a motion hazard hazard claim, they should provide details about where the hazard occurs in the accessibility addendum.

If there are no motion simulation hazards, use code 18. If the risk cannot be determined, use code 26.

Only for use in ONIX 3.0 or later.

Examples

Example 1 — Motion simulation hazard
<ProductFormFeature>
   <ProductFormFeatureType>12</ProductFormFeatureType>
   <ProductFormFeatureValue>17</ProductFormFeatureValue>
</ProductFormFeature>
<ProductFormFeature>
   <ProductFormFeatureType>09</ProductFormFeatureType>
   <ProductFormFeatureValue>92</ProductFormFeatureValue>
   <ProductFormFeatureDescription>
      The interactive chase game at the end of chapter 1
      has a first-person perspective that might trigger
      individuals sensitive to motion simulation.
   </ProductFormFeatureDescription>
</ProductFormFeature>

Related Links