- From: <bugzilla@jessica.w3.org>
- Date: Wed, 23 Jan 2013 09:03:07 +0000
- To: www-validator-cvs@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20742
Bug ID: 20742
Summary: "there can only be one meta-based character encoding
declaration per document"
Classification: Unclassified
Product: Validator
Version: HEAD
Hardware: PC
URL: http://www.w3.org/html/wg/drafts/html/master/document-
metadata.html#charset
OS: All
Status: NEW
Severity: major
Priority: P2
Component: check
Assignee: dave.null@w3.org
Reporter: xn--mlform-iua@xn--mlform-iua.no
QA Contact: www-validator-cvs@w3.org
HTML5 says that
]] In addition, due to a number of restrictions on meta elements, there can
only be one meta-based character encoding declaration per document. [[
Which means that it is an error when the validator doesn't consider the last 3
metatags an error.
<!DOCTYPE html>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta charset="UTF-8">
<title></title>
(Try in valdiator: http://tinyurl.com/bz73pqh )
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Wednesday, 23 January 2013 09:03:09 UTC