[html5] r3379 - [c] (0) Technically I forgot to actually allow the permitted DOCTYPEs. This isn' [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Jul 8 01:41:59 PDT 2009


Author: ianh
Date: 2009-07-08 01:41:57 -0700 (Wed, 08 Jul 2009)
New Revision: 3379

Modified:
   index
   source
Log:
[c] (0) 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.

Modified: index
===================================================================
--- index	2009-07-08 08:21:40 UTC (rev 3378)
+++ index	2009-07-08 08:41:57 UTC (rev 3379)
@@ -69844,6 +69844,10 @@
   <p>Features listed in this section will trigger warnings in
   conformance checkers.</p>
 
+  <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>
@@ -69865,11 +69869,6 @@
   empty string. The <code title=attr-id><a href=#the-id-attribute>id</a></code> attribute should
   be used instead.</p>
 
-  <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>
-
   <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

Modified: source
===================================================================
--- source	2009-07-08 08:21:40 UTC (rev 3378)
+++ source	2009-07-08 08:41:57 UTC (rev 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




More information about the Commit-Watchers mailing list