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
<meta property="schema:accessibilityHazard">unknownMotionSimulationHazard</meta>
<meta property="schema:accessibilityHazard">noFlashingHazard</meta>
<meta property="schema:accessibilityHazard">noSoundHazard</meta>
<meta name="schema:accessibilityHazard" content="unknownMotionSimulationHazard"/>
<meta name="schema:accessibilityHazard" content="noFlashingHazard"/>
<meta name="schema:accessibilityHazard" content="noSoundHazard"/>
"accessibilityHazard": [
"unknownMotionSimulationHazard",
"noFlashingHazard",
"noSoundHazard"
]
ONIX Mapping
The unknownMotionSimulationHazard
value maps to ONIX list 143 code 26 ("Motion simulation risk
unknown").
Related Links
- Schema.org — accessibilityHazard
- Schema.org Accessibility Vocabulary — unknownMotionSimulationHazard