- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Sat, 18 Dec 2010 01:00:04 +0100
- To: Nicholas Zakas <nzakas@yahoo-inc.com>
- Cc: "www-style@w3.org" <www-style@w3.org>
* Nicholas Zakas wrote:
>The CSS3 paged media grammar specifies this:
>
> page :
> PAGE_SYM S* IDENT? pseudo_page? S*
> '{' S* [ declaration | margin ]? [ ';' S* [ declaration | margin ]? ]* '}' S*
> ;
>
>If I'm reading this correctly, then the following example that appears later is incorrect:
>
> @page :first {
> color: green;
>
> @top-left {
> content: "foo";
> color: blue;
> }
> @top-right {
> content: "bar";
> }
> }
http://lists.w3.org/Archives/Public/www-style/2008Jul/thread.html#msg70
Yes, this is a known problem. It seems this is still an open issue, re-
fer to the thread above for some discussion.
--
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
Received on Saturday, 18 December 2010 00:00:45 UTC