View Single Post
Old 10-27-2015, 10:09 AM   #11
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,743
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by crankypants View Post
So what's the proper doctype I should be using for my epub3 books?
Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
Quote:
Originally Posted by crankypants View Post
I want to make EPUB3 books with Sigil, that's my whole goal.
Sigil has only minimal ePub3 support, it's best to start out with an ePub2 and export it with the ePub3 output plugin once you're done to avoid validation issues. (You can't save ePub3 files with Sigil because Sigil'll downconvert them to ePub2 files.)

Quote:
Originally Posted by crankypants View Post
How many ereaders actually support EPUB3? EPUB3 has been out for several years, right?
Very few. Once of them is the Kobo. As for mobile apps, there's iBooks for iOS and Gitden Reader for Android/iOS. Adobe has released a new RMSDK with ePub3 support for eInk readers, but, AFAIK, none of the major reader manufacturers has implemented it yet.

Quote:
Originally Posted by crankypants View Post
All I want to do is include images in my books. No audio or video yet.
In that case epub2 is fully sufficient, because you could easily emulate the functionality of HTML5 tags such as <aside> and <code> with CSS rules.

Quote:
Originally Posted by crankypants View Post
About <blockquote> not working in Sigil 0.8.7 preview.
I haven't been able to reproduce this issue with Windows 10 and Sigil 0.8.7. Did you assign styles to <p> or <blockquote> tags? If so, they might be causing this issue.

Last edited by Doitsu; 10-28-2015 at 03:52 AM.
Doitsu is offline   Reply With Quote