This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
This is the warning I get. The character encoding specified in the HTTP header (utf-8) is different from the value in the <meta> element (utf-8, utf-8). I will use the value from the HTTP header (utf-8) for this validation. I tested with the website www.slomp.com
Hi, Thanks for reporting this. I've confirmed it occurs with http://www.slomp.com/ but it's caused by the legacy validator code, not the HTML5 validator code. So to avoid it, you can use http://validator.w3.org/nu/ directly.
(In reply to Michael[tm] Smith from comment #1) > Hi, Thanks for reporting this. I've confirmed it occurs with > http://www.slomp.com/ but it's caused by the legacy validator code, not the > HTML5 validator code. So to avoid it, you can use > http://validator.w3.org/nu/ directly. Ah OK, what I did find out is that my <meta charset="UTF-8"> was in the code twice, that caused the issue. So it might be better if the text reads; Warning, <meta charset> has been specified twice or so?
See comment 1