Hi,
the way running elements are specified in Prince (at least according to the documentation) clashes with that of the current W3C Working Draft.
Here's an example. In comments the W3C way, outside comments the Prince way. The W3C way does not work with Prince. Besides, the element is not centered, despite it is placed in the bottom-center margin area.
@page {
margin: 2cm 3cm 2cm 3cm;
@bottom-center {
content: flow(footer);
/* content: element(footer);*/
}
}
div#anId {
flow: static(footer);
/* position: running(footer);*/
}
How do I deal with compatibility with W3C?
Thanks
the way running elements are specified in Prince (at least according to the documentation) clashes with that of the current W3C Working Draft.
Here's an example. In comments the W3C way, outside comments the Prince way. The W3C way does not work with Prince. Besides, the element is not centered, despite it is placed in the bottom-center margin area.
@page {
margin: 2cm 3cm 2cm 3cm;
@bottom-center {
content: flow(footer);
/* content: element(footer);*/
}
}
div#anId {
flow: static(footer);
/* position: running(footer);*/
}
How do I deal with compatibility with W3C?
Thanks