Re: [css3-page] Stability of sections of Paged Media

On Thu, Apr 8, 2010 at 10:34 PM, fantasai <fantasai.lists@inkedblade.net> wrote:
> Visibility inherits, so you can just write
>  @page {
>    visibility: hidden;
>  }
> and that will apply to all the margins. Now, if you happen to be setting
> @page backgrounds or borders, you'll lose those, too, but if you're not,
> it will have the effect of hiding all margin boxes.

Ah, gotcha.  Didn't realize that the margin boxes were children of
@page in the box tree.  That won't hide the page area too?

~TJ

Received on Friday, 9 April 2010 05:53:24 UTC