- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 25 Dec 2007 21:09:22 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5330
Summary: http request header does not specify
"application/xhtml+xml" in Accept
Product: Validator
Version: HEAD
Platform: Macintosh
URL: http://www.breauxbridge.net
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Website
AssignedTo: dave.null@w3.org
ReportedBy: michaellunsford@mac.com
QAContact: www-validator-cvs@w3.org
the online validator warns: Conflict between Mime Type and Document Type
The document is being served with the text/html Mime Type which is not a
registered media type for the XHTML 1.1 Document Type. The recommended media
type for this document is: application/xhtml+xml
However, the validator fails to inform the server that it supports
application/xhtml+xml as part of the request header. So, the server issues the
text/html header instead.
Received on Tuesday, 25 December 2007 21:09:30 UTC