You're missing a critical detail. Page break behavior between files is implicitly defined by the specification. From the EPUB spec:
Quote:
2.3.2: body Element
It is assumed, in formatting, that the default rendering for body is consistent with the CSS property page-break-before having been set to right (which behaves like always on one-page Reading Systems), but may be overridden by an appropriate style sheet declaration.
|
To avoid the extra pages, change the
body tag's
page-break-before property to
always, possibly with an
!important.