The Schema.org site lists the following example content for accessibilityHazard...
<meta itemprop="accessibilityHazard" content="noFlashing"/>
<meta itemprop="accessibilityHazard" content="noMotionSimulation"/>
<meta itemprop="accessibilityHazard" content="noSound"/>
But the linked reference page WebSchemas wiki lists possible values lists them as follows...
<meta itemprop="accessibilityHazard" content="noFlashingHazard"/>
<meta itemprop="accessibilityHazard" content="noMotionSimulationHazard"/>
<meta itemprop="accessibilityHazard" content="noSoundHazard"/>
Which is the correct implementation? Thanks!
The Schema.org site lists the following example
contentforaccessibilityHazard...But the linked reference page WebSchemas wiki lists possible values lists them as follows...
Which is the correct implementation? Thanks!