[css3-page] Effect of 'visibility: hidden' on page boxes

Right now the spec says that 'visibility' applies in the @page context.
What should it do? Obviously, it should inherit into the margin boxes
and make them invisible, but what effect should it have on the page
box itself?

   * Should it hide the page background (which covers the entire page,
     including its margins)?
   * Should it hide the page border?
   * Should it hide the document canvas or content?

My inclination atm is to make it not apply to the page box, and just
let it inherit through into the margin boxes, but I wanted to hear
what other people think.

~fantasai

Received on Tuesday, 12 June 2012 02:08:54 UTC