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

On 04/08/2010 02:51 AM, Anne van Kesteren wrote:
> On Wed, 07 Apr 2010 18:51:31 +0200, Tab Atkins Jr.
> <jackalmage@gmail.com> wrote:
>> Second, they want to be able to clear out the browser decorations that
>> get automatically put into the margin areas. Right now, the only way
>> I see to do that is to use the margin areas from Paged Media and
>> explicitly set their content to none. That is, have a setup like
>> this:
>>
>> @page {
>> @top-left-corner { content: none; }
>> @top-left { content: none; }
>> @top-center { content: none; }
>> @top-right { content: none; }
>> ... repeat 12 more times ...
>> }
>>
>> This is because, theoretically, the printing information is specified
>> in precisely that form in the UA style sheet.
>
> I think it would be nicer to have a simple property that you can put
> within @page that clears the margins or hides them.
>
> page-margin-content:none

"visibility: hidden" will work for that.

~fantasai

Received on Friday, 9 April 2010 00:16:13 UTC