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?