Quote:
Originally Posted by Zora
@page doesn't validate in Oxygen, my XML editor (which I use for assembling epubs).
|
Then Oyxgen is no good for validating ePub or CSS, because @page is part of the
ePub spec, and the
CSS 2.1 spec.
Quote:
What does validate is page {left-margin:2em; right-margin:2em;} ... And it doesn't make a damn bit of difference, in Calibre or ADE.
|
Of course, "page" without the @ means a style to be applied to an element called <page> (which is not allowed in XHTML anyway, but CSS doesn't give a damn about it).