On Thu, Aug 26, 2010 at 6:22 AM, Philip M. Hofer (Frumph) &lt;<a href="mailto:philip@frumph.net">philip@frumph.net</a>&gt; wrote:<br>&gt; ** Correct content-type meta declaration: &lt;nowiki&gt;&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;&lt;?php bloginfo(&#39;html_type&#39;); ?&gt;; charset=&lt;?php bloginfo(&#39;charset&#39;); ?&gt;&quot; /&gt;&lt;/nowiki&gt; declared before &lt;nowiki&gt;&lt;title&gt;&lt;/nowiki&gt;<br>

&gt;  <br>&gt; This has been verified with the core team as being not a requirement due to elements in it are HTML5, removed from the theme_review codex as a requirement.<br>&gt;  <br>&gt; - Phil<div><br></div><div>HTML5 allows for &lt;meta charset&gt; instead of the longer version. Charset should remain a requirement, but it is up to the developer to chose their doctype and which tag they wish to use. No different than requiring a doctype but not mandating which one, as long as it is syntactically correct.</div>