Quote:
Originally Posted by Cyberseeker
Code:
ERROR(OPF-014): The property 'svg' should be declared in the OPF file.
|
In Epub3, if you want it to validate with epubcheck, any html file which contains an <svg> tag needs to be declared in the OPF manifest e.g.
Code:
<manifest>
... ...
<item href="text/fullpage_map.xhtml" id="map" media-type="application/xhtml+xml" properties="svg"/>
... ...
</manifest>