View Single Post
Old 01-12-2016, 06:15 AM   #9
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,738
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Notjohn View Post
Quote:
Originally Posted by Doitsu View Post
Flightcrew is an ePub2 validator and will display error messages for all ePub3 specific attributes. (ePubCheck will display similar error messages.)
Does that mean we can't sell an ePub3 through Apple, which requires that our books pass ePubCheck?
Maybe I should have been more precise. What I meant to say was that if you use:

Code:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
and epub3-only attributes, for example,

Code:
<span epub:type="pagebreak" id="page1">1</span>
in an ePub2 book, both ePubCheck and Flightcrew will obviously complain about it.

If you convert an ePub2 book that passed ePubCheck with the Sigil ePub3 plugin you'll end up with a valid ePub3 book that also passes ePubCheck.

However, passing ePubCheck alone might not be sufficient for the iBook store, because Apple also requires ePub3 books to be Apple Asset Guide-compliant; moreover iBooks is not fully ePub3 compliant.
Doitsu is offline   Reply With Quote