In previous versions applying
h1 {
break-before: page;
prince-page-group: start;
}
would allow a different page to be used for the start of each chapter, e.g.
@page :first {
@top {
content: none;
border-bottom: 0 none;
}
}
In version 16 it seems :first only applies to the first page of the document.
It may be just that the syntax has become stricter but I've been unable to figure this out.
h1 {
break-before: page;
prince-page-group: start;
}
would allow a different page to be used for the start of each chapter, e.g.
@page :first {
@top {
content: none;
border-bottom: 0 none;
}
}
In version 16 it seems :first only applies to the first page of the document.
It may be just that the syntax has become stricter but I've been unable to figure this out.
