This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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 )
*** Bug 20743 has been marked as a duplicate of this bug. ***
Re-filed as https://github.com/validator/validator/issues/236