- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Thu, 04 Mar 2004 14:35:30 +0100
- To: www-validator-css@w3.org
Hi,
For a style sheet like
@charset "us-ascii";
p { color: green }
The validator will emit a pretty printed style sheet like
"us-ascii";
p {
color : green;
}
which is malformed, see e.g.
http://jigsaw.w3.org/css-validator/validator?text=@charset+%22us-ascii%22%3B%0D%0Ap+%7B+color%3A+green+%7D
regards.
Received on Thursday, 4 March 2004 08:35:55 UTC