Explanation

The unknownMotionSimulationHazard value is used to indicate that a publisher has not yet checked for motion simulation hazards or is unsure whether some content might present a hazard.

This value should typically only be used as a temporary placeholder if a publication must be released before an accessibility review can be completed.

The unknownMotionSimulationHazard value must never be set together with the none, motionSimulation, or noMotionSimuationHazard values, as these values conflict.

The unknownMotionSimulationHazard value should not be set with the unknown value, as these values are redundant.

Examples

Example 1 — EPUB 3
<meta property="schema:accessibilityHazard">unknownMotionSimulationHazard</meta>
<meta property="schema:accessibilityHazard">noFlashingHazard</meta>
<meta property="schema:accessibilityHazard">noSoundHazard</meta>
Example 2 — EPUB 2
<meta name="schema:accessibilityHazard" content="unknownMotionSimulationHazard"/>
<meta name="schema:accessibilityHazard" content="noFlashingHazard"/>
<meta name="schema:accessibilityHazard" content="noSoundHazard"/>
Example 3 — Audiobooks
"accessibilityHazard": [
   "unknownMotionSimulationHazard",
   "noFlashingHazard",
   "noSoundHazard"
]

ONIX Mapping

The unknownMotionSimulationHazard value maps to ONIX list 143 code 26 ("Motion simulation risk unknown").

Related Links