Hi,
Thank you for reporting this behavior!
I confirm that the page-break attributes do not work for <topichead> elements.
I have just logged this issue in our internal issue-tracking-system to be analyzed by the development team and will update this thread once we reach to a conclusion.
L.E: After a first look at the issue, it seems this is triggered by the fact that the outputclass attribute is not copied from the topicref to the corresponding topic.
As a workaround, until we will fix this in a future version, you could try using the below rule in a customization CSS:
Code: Select all
*[class~="pdf2-d/placeholder"] {
page-break-before:always;
}
Regards,
Costin