Explanation
The noMotionSimulationHazard value is the opposite of motionSimulation — it is used to
indicate that the the publisher has checked the publication for motion simulation hazards
and is sure that none exist.
The value is not an indication that a lack of motion simulation is a hazard.
The noMotionSimulationHazard value must never be set together with the
unknown,
motionSimulation, or
unknownMotionSimuationHazard
values, as these values conflict.
The noMotionSimulationHazard value should not be set with the
none value, as these values are redundant.
Examples
Example 1 — EPUB 3
<meta property="schema:accessibilityHazard">noMotionSimulationHazard</meta>
<meta property="schema:accessibilityHazard">noFlashingHazard</meta>
<meta property="schema:accessibilityHazard">unknownSoundHazard</meta>
Example 2 — EPUB 2
<meta name="schema:accessibilityHazard" content="noMotionSimulationHazard"/>
<meta name="schema:accessibilityHazard" content="noFlashingHazard"/>
<meta name="schema:accessibilityHazard" content="unknownSoundHazard"/>
Example 3 — Audiobooks
"accessibilityHazard": [
"noMotionSimulationHazard",
"noFlashingHazard",
"unknownSoundHazard"
]
ONIX Mapping
The noMotionSimulationHazard value maps to ONIX list 143 code 18 ("No motion simulation hazard
warning necessary").
Related Links
- Schema.org — accessibilityHazard
- Schema.org Accessibility Vocabulary — noMotionSimulationHazard