- From: <seibert@zitmail.uni-paderborn.de>
- Date: Thu, 23 Oct 2003 13:46:08 -0400
- To: www-validator-css@w3.org
Concerning http://jigsaw.w3.org/css-validator/validator-uri.html
If you use CSS-Validator to validate the following simple style-sheet
@media handheld {
p {
background: #fff;
color: #000;
font-size: 9px;
}
}
you only get errors:
Ergebnisse des W3C CSS-Validator mit Objekt:
..........
Fehler
URI : ..........
Zeile: 0 Kontext : p
Ungültige Nummer : backgroundDie Eigenschaft background existiert nicht für
das Medium h : #fff
Zeile: 0 Kontext : p
Ungültige Nummer : colorDie Eigenschaft color existiert nicht für das Medium
h : #000
Zeile: 0 Kontext : p
Ungültige Nummer : font-sizeDie Eigenschaft font-size existiert nicht für das
Medium h : 9px
Ihr validiertes Cascading Style Sheet:
@media handheld {
}
You only get no errors, when the style-sheet is empty, e.g.
@media handheld {
}
When will this behavior be fixed. - Some months ago the css-validator
validated "@media handheld" very well.
Best Regards
Dr. Holger Seibert
holger.seibert@uni-paderborn.de
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
Received on Thursday, 23 October 2003 13:57:40 UTC