Quote:
Originally Posted by jackie_w
Just a word of warning ... if you do use <blockquote> and you also use epubcheck to validate your epubs, it will complain about a <blockquote> element if it contains text. It expects you to wrap it around a group of child elements containing the text. e.g.
Code:
<blockquote>
<p>Some text</p>
<p>Some more text</p>
</blockquote>
|
Oh, ok. I have not used the child tags. I'll fix that.
Apart from epubcheck noting it as an error, is it a requirement to use child tags for blockquote elements? That something written in the css specs and ereaders expect it?