View Single Post
Old 12-29-2020, 01:15 AM   #24
jennie2486
Member
jennie2486 began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Feb 2017
Device: Android Tablet
I wonder if anyone else has experienced the same issue as me. After running Access-Aide on an epub 2 and then running ACE, ACE consistently flags the same 4 errors:

Code:
content.opf Serious   Publications must declare the 'schema:accessMode' metadata 
content.opf Moderate   Publications must declare the 'schema:accessModeSufficient' metadata
content.opf Serious   Publications must declare the 'schema:accessibilityFeature' metadata 
content.opf Serious   Publications must declare the 'schema:accessibilitySummary’ metadata
Yet, I've run Access-Aide and made sure all 4 are there:

Code:
<meta content="This publication conforms to WCAG 2.0 AA." name="schema:accessibilitySummary"/>
<meta content="textual" name="schema:accessMode"/>
<meta content="textual" name="schema:accessModeSufficient"/>
<meta content="structuralNavigation" name="schema:accessibilityFeature"/>
However, if I use ACE on an epub 3, after running Access-Aide, I get no errors. I re-read the summaries on both Access-Aide and ACE, neither one said anything about not working for epub 2's.

Is this normal?
jennie2486 is offline   Reply With Quote