- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Fri, 09 Apr 2010 10:25:26 -0700
- To: "Tab Atkins Jr." <jackalmage@gmail.com>
- CC: www-style list <www-style@w3.org>
On 04/08/2010 10:52 PM, Tab Atkins Jr. wrote:
> 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?
I don't think it should. (That would be kinda useless, no?) Remind me
to clarify css3-page to specify that.
~fantasai
Received on Friday, 9 April 2010 17:26:01 UTC