View Single Post
Old 07-07-2014, 06:49 AM   #3
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,756
Karma: 24032915
Join Date: Dec 2010
Device: Kindle PW2
The epubcheck developers recommend to declare a fallback as follows:

Code:
<item id="css" href="epub_css_r1.css" media-type="text/css" />
<item id="xpgt" href="page-template.xpgt" media-type="application/vnd.adobe-page-template+xml" fallback="css"/>
Unfortunately, this method doesn't work with epubcheck 3.0.1 and has been officially recognized as a high priority bug: Non-core media type stylesheet check ignores fallbacks (ePub Check 3.0.1) #271

Hopefully, this bug will be fixed in the next version.
Doitsu is offline   Reply With Quote