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 15 - Wrong MIME type for SVG.
Summary: Wrong MIME type for SVG.
Status: RESOLVED FIXED
Alias: None
Product: Validator
Classification: Unclassified
Component: Website (show other bugs)
Version: 0.6.0b1
Hardware: All All
: P2 normal
Target Milestone: 0.6.0b3
Assignee: Terje Bless
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-25 02:13 UTC by Terje Bless
Modified: 2005-02-03 17:35 UTC (History)
0 users

See Also:


Attachments

Description Terje Bless 2002-10-25 02:13:16 UTC
Reported by Niklas Gustavsson:

A small "bug". The MIME type specified for SVG on
http://validator.w3.org:8001/whatsnew.html (image/svg) is wrong. The correct
MIME type for SVG is image/svg+xml. I haven't tested what's actually being
used in the validator.
Comment 1 Terje Bless 2002-10-25 08:12:05 UTC
Fixed. We support both MIME types (image/svg and image/svg+xml), but the note on
/whatsnew.html now lists image/svg+xml.