- From: Anne van Kesteren <annevk@opera.com>
- Date: Thu, 08 Apr 2010 11:51:14 +0200
- To: "www-style list" <www-style@w3.org>, "Tab Atkins Jr." <jackalmage@gmail.com>
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
or some such.
--
Anne van Kesteren
http://annevankesteren.nl/
Received on Thursday, 8 April 2010 09:52:05 UTC