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 775 - pretty printer does not escape special chars
Summary: pretty printer does not escape special chars
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:53 UTC by Bj
Modified: 2004-11-25 13:38 UTC (History)
0 users

See Also:


Attachments

Description Bj 2004-06-01 09:53:06 UTC
From http://www.w3.org/mid/4049fe68.650248878@smtp.bjoern.hoehrmann.de

''
Hi,

  http://jigsaw.w3.org/css-validator/validator?text=x+%7B+background%3A+url%28a%
26b%29+%7D

The pretty printed style sheet contains

  <span class='vPropertyValue'>url(a&b) repeat</span>

which is improper markup.
''
Comment 1 Sijtsche Smeman 2004-11-25 13:38:43 UTC
This is a duplicate of another bug with the same testcase which is already 
fixed too