- From: olivier Thereaux <ot@w3.org>
- Date: Mon, 12 Mar 2007 13:16:07 +0900
- To: Dirk Zimoch <dirk.zimoch@psi.ch>
- Cc: www-validator-css@w3.org
Hi Dirk,
On Mar 9, 2007, at 01:36 , Dirk Zimoch wrote:
> The CSS validator complains about:
>
> @media print {
> ..printlayout {display:compact;}
> }
>
> It gives the error:
> Value Error : display compact is not a display value : compact
>
> But http://www.w3.org/TR/REC-CSS2/visuren.html#propdef-display
> states that compact is a valid value for the display property:
The CSS validator uses CSS 2.1 by default.
http://www.w3.org/TR/CSS21/changes.html#q12
If you wish to validate as CSS2, you can do it through the "More
Options" menu.
Regards,
--
olivier
Received on Monday, 12 March 2007 04:16:18 UTC