HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/3379

SVNBugCommentTime (UTC)
3379[Conformance Checkers] 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.2009-07-08 08:41
Index: source
===================================================================
--- source	(revision 3378)
+++ source	(revision 3379)
@@ -82370,6 +82370,12 @@
   <p>Features listed in this section will trigger warnings in
   conformance checkers.</p>
 
+  <p>In <span>the HTML syntax</span>, authors should not specify <span
+  title="syntax-DOCTYPE">DOCTYPE</span>s that get parsed as <span
+  title="obsolete permitted DOCTYPE">obsolete permitted
+  DOCTYPEs</span>.</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">http-equiv</code> attribute in the
   <span title="attr-meta-http-equiv-content-language">Content
@@ -82399,12 +82405,6 @@
   empty string. The <code title="attr-id">id</code> attribute should
   be used instead.</p>
 
-  <p>Authors should not specify the <code
-  title="attr-a-name">name</code> attribute on <code>a</code>
-  elements. If the attribute is present, its value must not be the
-  empty string. The <code title="attr-id">id</code> attribute should
-  be used instead.</p>
-
   <p>Authors should not specify the <dfn
   title="attr-table-summary"><code>summary</code></dfn> attribute on
   <code>table</code> elements. <!-- 2.65% pages --> The

|