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 90 - text/css should be redirected to the CSS Validator.
Summary: text/css should be redirected to the CSS Validator.
Status: RESOLVED FIXED
Alias: None
Product: Validator
Classification: Unclassified
Component: check (show other bugs)
Version: 0.6.0
Hardware: Other other
: P2 enhancement
Target Milestone: 0.6.1
Assignee: Terje Bless
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-26 23:21 UTC by Terje Bless
Modified: 2002-11-27 08:50 UTC (History)
0 users

See Also:


Attachments

Description Terje Bless 2002-11-26 23:21:41 UTC
From Tantek Celik:

When the MarkUp Validator is asked to retrieve a document with a text/css MIME
Content-Type, it should silently redirect the request to
http://jigsaw.w3.org/css-validator/validator?uri=<URI> instead of complaining
about an unknown MIME type.
Comment 1 Terje Bless 2002-11-26 23:22:36 UTC
This looks like it's easy to do with minimal side-effects so I'm targetting
0.6.1. Will have to think about the UI aspects of this though...
Comment 2 Terje Bless 2002-11-27 03:50:16 UTC
Added redirect to Jigsaw for text/css. Closing bug, but may reopen based on
feedback if the UI aspects turn out to be too confusing.