View Single Post
Old 07-03-2019, 10:10 AM   #201
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,661
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by JSWolf View Post
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 View Post
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 View Post
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 View Post
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.
DiapDealer is offline   Reply With Quote