
: Re: CSS error in EPUB Epubcheck reports an error for a paragraph like: <!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">
I posted an issue at the epubcheck site.
Someone there knew right away what the problem was.
This is acceptable:
<p>Text <span class="red">red</span> regular.</p>
This is acceptable:
<p>Text <span style="color:red">red</span> regular.</p>
This is not acceptable, and is what I had:
<p>Text <span style="red">red</span> regular.</p>
It was hard for me to figure out because the character position reported by epubcheck was at the beginning of the paragraph, far away from the actual error.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Christopher

: CSS error in EPUB Epubcheck reports an error for a paragraph like: <!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">

: Self-hosted, self-updating book repository My Amazon Kindle synchronizes with my Amazon library. Additionally, I have a Calibre library, which publishes its contents via a web server. As far