Bugzilla – Bug 960
"there can only be one meta-based character encoding declaration per document"
Last modified: 2016-02-04 17:45:28 CET
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.nu: http://tinyurl.com/a6pvtnf ) The bug has also been reported at https://www.w3.org/Bugs/Public/show_bug.cgi?id=20743
Moved to https://github.com/validator/validator/issues/236