hixie: Technically I forgot to actually allow the permitted DOCTYPEs. This isn't the best way to do it, but it'll do for now. Also, remove a duplicate paragraph. (whatwg r3379)

hixie: Technically I forgot to actually allow the permitted DOCTYPEs.
This isn't the best way to do it, but it'll do for now. Also, remove a
duplicate paragraph. (whatwg r3379)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2510&r2=1.2511&f=h
http://html5.org/tools/web-apps-tracker?from=3378&to=3379

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2510
retrieving revision 1.2511
diff -u -d -r1.2510 -r1.2511
--- Overview.html 8 Jul 2009 08:21:45 -0000 1.2510
+++ Overview.html 8 Jul 2009 08:42:02 -0000 1.2511
@@ -63681,7 +63681,9 @@
   </ul><p>All other <a href="#html-elements">HTML elements</a> and all attribute names and
   values on <a href="#html-elements">HTML elements</a> must be treated as
   <a href="#case-sensitive">case-sensitive</a>.<h2 id="obsolete-features"><span class="secno">12 </span>Obsolete features</h2><h3 id="conforming-but-obsolete-features"><span class="secno">12.1 </span>Conforming but obsolete features</h3><p>Features listed in this section will trigger warnings in
-  conformance checkers.<p>Authors should not specify an <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute in the
+  conformance checkers.<p>In <a href="#syntax">the HTML syntax</a>, authors should not specify <a href="#syntax-doctype" title="syntax-DOCTYPE">DOCTYPE</a>s that get parsed as <a href="#obsolete-permitted-doctype" title="obsolete permitted DOCTYPE">obsolete permitted
+  DOCTYPEs</a>.</p><!-- this is poor form; we really should define
+  this in the syntax section somehow --><p>Authors should not specify an <code title="attr-meta-http-equiv"><a href="#attr-meta-http-equiv">http-equiv</a></code> attribute in the
   <a href="#attr-meta-http-equiv-content-language" title="attr-meta-http-equiv-content-language">Content
   Language</a> state on a <code><a href="#meta">meta</a></code> element. The <code title="attr-lang"><a href="#attr-lang">lang</a></code> attribute should be used instead.<p>Authors should not specify a <code title="attr-img-border"><a href="#attr-img-border">border</a></code> attribute on an
   <code><a href="#the-img-element">img</a></code> element if its value is the string "<code title="">0</code>". CSS should be used instead.<p>Authors should not specify a <code title="attr-script-language"><a href="#attr-script-language">language</a></code> attribute on a
@@ -63694,9 +63696,6 @@
   of the <code title="attr-script-type"><a href="#attr-script-type">type</a></code> attribute.<p>Authors should not specify the <code title="attr-a-name"><a href="#attr-a-name">name</a></code> attribute on <code><a href="#the-a-element">a</a></code>
   elements. If the attribute is present, its value must not be the
   empty string. The <code title="attr-id"><a href="#the-id-attribute">id</a></code> attribute should
-  be used instead.<p>Authors should not specify the <code title="attr-a-name"><a href="#attr-a-name">name</a></code> attribute on <code><a href="#the-a-element">a</a></code>
-  elements. If the attribute is present, its value must not be the
-  empty string. The <code title="attr-id"><a href="#the-id-attribute">id</a></code> attribute should
   be used instead.<p>Authors should not specify the <dfn id="attr-table-summary" title="attr-table-summary"><code>summary</code></dfn> attribute on
   <code><a href="#the-table-element">table</a></code> elements. <!-- 2.65% pages --> The
   <code><a href="#the-caption-element">caption</a></code> element or one of the other <a href="#table-descriptions">techniques</a> described in the

Received on Wednesday, 8 July 2009 08:43:00 UTC