- From: <bugzilla@jessica.w3.org>
- Date: Tue, 23 Aug 2011 19:31:06 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=12509
Ville Skyttä <ville.skytta@iki.fi> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #2 from Ville Skyttä <ville.skytta@iki.fi> 2011-08-23 19:31:06 UTC ---
That server seems to deliver different content types to different user agents.
Firefox gets application/xhtml+xml indeed, but for example wget, HEAD (from
libwww-perl) and the validator get text/html from it:
$ wget -S --spider http://jasonsmath.com/ 2>&1 | grep Content-Type
Content-Type: text/html
$ HEAD http://jasonsmath.com/ | grep Content-Type
Content-Type: text/html
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Tuesday, 23 August 2011 19:31:07 UTC