From 368e926ceabced4d0d2d563681eb38f6f93c577b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 17 Oct 2014 09:57:35 +0530 Subject: [PATCH] ... --- manual/faq.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manual/faq.rst b/manual/faq.rst index a4fe0f6721..4ed8fd1ada 100644 --- a/manual/faq.rst +++ b/manual/faq.rst @@ -131,7 +131,11 @@ output a valid EPUB. calibre tries hard to ensure that EPUBs it produces actuall work as intended on a wide variety of devices, a goal that is incompatible with producing valid EPUBs, and one that is far more important to the vast majority of its users. If you need a tool that always produces valid EPUBs, calibre is not -for you. +for you. This means, that if you want to send a calibre produced EPUB to an +online store that uses an EPUB validity checker, you have to make sure that the +EPUB is valid yourself, calibre will not do it for you -- in other words you +must feed calibre valid XHTML + CSS as the input documents. + How do I use some of the advanced features of the conversion tools? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~