- From: <fora@annevankesteren.nl>
- Date: Thu, 07 Jul 2005 10:55:12 +0200
- To: www-style@w3.org
Where in CSS3 is defined that @page is allowed in @media as in:
# @media print{
# @page{
# margin:2cm;
# }
# }
I couldn't find it anywhere and I guess it should have been defined in CSS 3
media queries which points to CSS 2.1 (or 2.0, actually) which I believe
forbids it. However, the CSS 3 paged media module gives some examples of it
which make it same like it is allowed. (And it would make sense.)
I used:
<http://www.w3.org/TR/CSS21/grammar.html#q1>
<http://www.w3.org/TR/css3-page/>
<http://www.w3.org/TR/css3-mediaqueries/>
Kind regards,
Anne
Received on Thursday, 7 July 2005 08:55:15 UTC