hi. given:
when elements like
are contained within a <div> having "display: table", then "first", "start", and "last" page-policies always expand to "start"...
@page :left {
@bottom-left {
content: string(lastname, first) "…" string(lastname, last);
font-size: 14pt;
vertical-align: bottom;
padding-bottom: 2em;
}
}
.lastname {
string-set: lastname content();
display: none;
}
when elements like
<div class="lastname">Flintstone</div>
are contained within a <div> having "display: table", then "first", "start", and "last" page-policies always expand to "start"...
Edited by mrose