Explanation

The noFlashingHazard value is the opposite of flashing — it is used to indicate that the the publisher has checked the publication for flashing hazards and is sure that none exist.

The value is not an indication that a lack of flashing is a hazard.

The noFlashingHazard value must never be set together with the unknown, flashing, or unknownFlashingHazard values, as these values conflict.

The noFlashingHazard value should not be set with the none value, as these values are redundant.

Examples

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

ONIX Mapping

The noFlashingHazard value maps to ONIX list 143 code 14 ("No flashing hazard warning necessary").

Related Links