-
Notifications
You must be signed in to change notification settings - Fork 905
Closed
Labels
type:bugA mistake or malfunction whose remedy should be straightforward technical workA mistake or malfunction whose remedy should be straightforward technical work
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type:bugA mistake or malfunction whose remedy should be straightforward technical workA mistake or malfunction whose remedy should be straightforward technical work