This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 776 - pretty printing @charset
Summary: pretty printing @charset
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: Other (show other bugs)
Version: CSS Validator
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Olivier Thereaux
QA Contact: qa-dev tracking
URL: http://jigsaw.w3.org/css-validator/va...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-01 09:54 UTC by Bj
Modified: 2005-08-26 14:37 UTC (History)
0 users

See Also:


Attachments

Description Bj 2004-06-01 09:54:00 UTC
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
''
Comment 1 Yves Lafon 2005-08-26 14:37:24 UTC
Fixed, see http://qa-dev.w3.org:8001/css-validator/