You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ebookmaker doesn't appear to detect <svg> elements to create a validating content.opf. The validator being used is https://www.w3.org/publishing/epubcheck/
The text was updated successfully, but these errors were encountered:
When one of the files in the manifest contains an
<svg>
image, the EPUB validator expects that to be noted in thecontent.opf
file. For example:<item id="Section0001.xhtml" href="Text/Section0001.xhtml" media-type="application/xhtml+xml" properties="svg"/>
Ebookmaker doesn't appear to detect
<svg>
elements to create a validating content.opf. The validator being used ishttps://www.w3.org/publishing/epubcheck/
The text was updated successfully, but these errors were encountered: