View Single Post
Old 06-19-2017, 07:28 PM   #18
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by Cyberseeker View Post
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>
jackie_w is offline   Reply With Quote