- From: Dirk Zimoch <dirk.zimoch@psi.ch>
- Date: Thu, 08 Mar 2007 17:36:37 +0100
- To: www-validator-css@w3.org
Hello,
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:
9.2.5 The 'display' property
'display'
Value: inline | block | list-item | run-in | compact | marker | table |
inline-table | table-row-group | table-header-group | table-footer-group |
table-row | table-column-group | table-column | table-cell | table-caption |
none | inherit
Initial: inline
Applies to: all elements
Inherited: no
Percentages: N/A
Media: all
Best regards
Dirk zimoch
--
Dr. Dirk Zimoch
Computing and Controls
Paul Scherrer Institut
phone +41 56 310 5182
fax +41 56 310 4413
Received on Monday, 12 March 2007 04:02:51 UTC