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 163 - Wrong image dimensions on error page
Summary: Wrong image dimensions on error page
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: Philippe Le Hegaret
QA Contact:
URL: http://jigsaw.w3.org/css-validator/va...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-27 23:20 UTC by Bj
Modified: 2004-05-23 19:11 UTC (History)
0 users

See Also:


Attachments

Description Bj 2003-02-27 23:20:58 UTC
If the validator encounters a fatal error (non well-formed XML, host 
unreachable, etc.) the result includes

  <p><img src='images/mwcss.gif' alt='made with CSS'
      width='72' height='48' /></p>

The actual dimension of that image is 88 x 31px.
Comment 1 Bj 2004-05-23 15:11:55 UTC
Apparently fixed.