w3c / Unicorn

Unicorn - W3C's Unified Validator
https://validator.w3.org/unicorn/
Other
127 stars 59 forks source link

Unicorn validator does not want to check ATOM feeds #169

Open vivienlacourba opened 8 years ago

vivienlacourba commented 8 years ago

Reported by izuzak on 17 Nov 2012 13:51 UTC Hi,

The "stand-alone" feed validator (http://validator.w3.org/feed/) works perfectly on ATOM feeds, while the Unicorn-based feed validator (http://validator.w3.org/unicorn/#validate-by-uri+task_feed) reports an error: "The mime-type of your document (application/atom+xml) is unsupported by this task." I suppose there is a media type check that is performed, but shouldn't be.

Thanks,

Ivan

vivienlacourba commented 8 years ago

Comment by tgambet on 19 Nov 2012 14:53 UTC Thanks for the report. I've added application/atom+xml to the list of supported mime-types of the feedvalidator. There might be others that we overlooked so I'll leave this ticket open for now. The update will be pushed soon.

vivienlacourba commented 8 years ago

Comment by anonymous on 28 Nov 2013 08:42 UTC It would be great if the validator could proceed with other checks even if the mime-type is unsupported. Currently, HTTP validation fails for image/png and application/json too...

sindarina commented 8 years ago

This is also true for RSS feeds; The mime-type of your document (application/rss+xml) is unsupported by this task.