Hmm, I had that checked. Nice to know so I unchecked it.
Regarding the different order of the attributes/properties with those two meta tags, the order isn't important.
Epub 3s also have standard meta tags for the series info. I think calibre also uses that if it's there;
<meta property="belongs-to-collection" id="num">Herries</meta>
<meta refines="#num" property="group-position">1</meta>
<meta refines="#num" property="collection-type">series</meta>
I add those when I'm reworking a book from Project Gutenberg. (Another reason I make epub 3s.)
The series information is especially useful on the Kobo because they have separate screens for books, authors, and series where the books are clumped together on the authors and series screens and it says how many books in each.
|