View Single Post
Old 09-14-2021, 04:34 PM   #30
graycyn
Wizard
graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.graycyn ought to be getting tired of karma fortunes by now.
 
Posts: 1,591
Karma: 11722446
Join Date: Aug 2010
Location: NE Oregon
Device: Kobo Sage, Pocketbook Era, Kobo Forma, Kindle Oasis 2
I also found this page where they write it slightly differently:


Code:
   <meta property="schema:accessibilityHazard">noFlashing</meta>
    <meta property="schema:accessibilityHazard">noSound</meta>
    <meta property="schema:accessibilityHazard">noMotionSimulation</meta>
Though as far as I can tell, if there are no hazards, the simpler version of:

Code:
<meta property="schema:accessibilityHazard">none</meta>
is perhaps more correct.

From https://www.w3.org/wiki/WebSchemas/Accessibility it says:

Quote:
If none of the hazards are known to exist instead of calling out each nonHazard it is recommended to use "none".
So I guess I've more or less answered my own question! Maybe it'll help some other confused soul who has the itch to make ebooks.
graycyn is offline   Reply With Quote