- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 01 Jun 2004 13:54:01 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=776
Summary: pretty printing @charset
Product: CSSValidator
Version: CSS Validator
Platform: Other
URL: http://jigsaw.w3.org/css-
validator/validator?text=@charset+%22us-
ascii%22%3B%0D%0Ap+%7B+color%3A+green+%7D
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Other
AssignedTo: ot@w3.org
ReportedBy: bjoern@hoehrmann.de
QAContact: www-validator-cvs@w3.org
From http://www.w3.org/mid/405a301f.925120022@smtp.bjoern.hoehrmann.de
''
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
''
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
Received on Tuesday, 1 June 2004 09:55:53 UTC