This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Created attachment 732 [details] patch with proposed changes see http://lists.w3.org/Archives/Public/www-validator/2009Jul/0034.html and http://www.annmanor.ca/news.shtml that page contains the element <meta charset="utf-8" /> , which is a conformant character-encoding declaration in HTML5. So the HTML5 facet should not emit a "No Character Encoding Found" warning. for a proposed fix, see the attached patch
Unfortunately the patch is not correct for two reasons: 1) It would only affect scenarios where a charset override ("hard" or "fallback") is present, and 2) $File->{DOCTYPE} will always be undefined at that point because no attempt to parse the doctype has been made yet. We already have bug 5992 tracking this issue, so I'm marking this one as its duplicate. *** This bug has been marked as a duplicate of bug 5992 ***