- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 07 Aug 2007 05:38:44 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4917
Summary: charset detection in <meta> recognises only lower-case
charset=
Product: Validator
Version: 0.8.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: check
AssignedTo: dave.null@w3.org
ReportedBy: ot@w3.org
QAContact: www-validator-cvs@w3.org
Reporterd by Ernest Unrau
http://lists.w3.org/Archives/Public/www-validator/2007Aug/0053.html
OK:
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=ISO-8859-1">
NOT Recognised:
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=ISO-8859-1">
TODO:
* check HTTP specification for case-sensitivity
(I believe there is nothing mentioned precisely, but HTTP is case-sensitive)
* make the validator's detection less strict
* throw a warning if loose detection caught improper construct
Received on Tuesday, 7 August 2007 05:38:54 UTC