- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 23 Feb 2009 13:29:54 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6614
Summary: Restricting multiple character encoding declarations per
document
Product: HTML WG
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Spec bugs
AssignedTo: dave.null@w3.org
ReportedBy: lachlan.hunt@lachy.id.au
QAContact: public-html-bugzilla@w3.org
CC: ian@hixie.ch, mike@w3.org, public-html@w3.org
The spec states
"There must not be more than one meta element with a charset attribute per
document."
This requirement fails to take into account character encoding declarations
using:
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
The requirement should instead state that there must not be more than one meta
element used as a character encoding declaration per document. This should
make it clear that only one of either <meta charset> or <meta
http-equiv="Content-Type" ...> may appear.
--
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 Monday, 23 February 2009 13:30:09 UTC