View Single Post
Old 10-27-2015, 09:39 AM   #9
crankypants
Hmm.
crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.crankypants ought to be getting tired of karma fortunes by now.
 
Posts: 124
Karma: 2016606
Join Date: Oct 2015
Device: Android 4.2 Google Play Reader
Quote:
Sigil 0.8.x does support all of these tags, if you use the proper doctype for HTML5 files.
So what's the proper doctype I should be using for my epub3 books? I'm using this:

Code:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title></title>
  <link href="../Styles/Style0001.css" rel="stylesheet" type="text/css" />
</head>
Which was put in there automatically by Sigil.

Wait, am I missing something? I thought EPUB supported XHTML 2 yet the doctype specifies XHTML 1.1. I want to make EPUB3 books with Sigil, that's my whole goal.

Maybe I'm asking the wrong question. How many ereaders actually support EPUB3? EPUB3 has been out for several years, right?

All I want to do is include images in my books. No audio or video yet.

Last edited by crankypants; 10-27-2015 at 09:42 AM.
crankypants is offline   Reply With Quote