Closed KariRudjord closed 1 year ago
An example of a halftitlepage would be nice. I can't find any in the tests.
So basically there should just be a rule that completely hides sections with epub:type="frontmatter halftitlepage"? Is that correct?
[epub|type~='frontmatter'][epub|type~='halftitlepage'] {
display: none;
}
<section epub:type="frontmatter halftitlepage" id="level1_2">
<p><strong>DEN HVITE LØVEN</strong></p>
</section>
<section epub:type="frontmatter titlepage" id="level1_3">
<h1 class="title" epub:type="fulltitle" id="h1_1">DEN HVITE LØVEN</h1>
<p class="docauthor" epub:type="z3998:author"><strong>MONA GRIVI NORMAN</strong></p>
</section>
That's correct, halftitlepage should be hidden
I decided to implement this in pre-processing.xsl because that is also the place where titlepage is removed.
Works.
To be put into NLB-CSS: setion epub:type="frontmatter halftitlepage" is repeating the title in a new page in productions. Please add to CSS that halftitlepage should be hidden in productions.
To be put into NLB-CSS:
<section id="d6e341" epub:type="frontmatter copyright-page">
shall placed in back of the book (just like colophon).