Quote:
Originally Posted by JSWolf
ePub3, all those extra meta property lines in OPF
ePub2, none
|
Extra meta refines not required for epub3. The're optional. Just like all the optional dc:metadata that all epub2s don't include. Try again.
Quote:
Originally Posted by JSWolf
ePub3, span epub:type
ePub2, none
|
No, epub2 content creators just have to spam the content with extra divs and spans to be able to accommodate the complex css they want to use for their book. Where the more simplistic inherent structural nature of html5 elements and the advantages of css3 allow them to accomplish the same (and more) with less markup and less css.
Quote:
Originally Posted by JSWolf
ePub3, iBooks reference in the OPF header
ePub2, nothing to do with iBooks
|
epub3, nothing to do with iBooks. Tons of epub3 books are created without an iBooks reference in the opf "header" every day.
Quote:
Originally Posted by JSWolf
ePub3, <section></section>
ePub2, none
|
epub2 not none. epub2:
Code:
<div class="section" id="section1"><span class="section_first_line"></span></div>
Jon. You know not of what you speak. Stop trying.