hixie: Also ban duplicate <a name>s (not just <a name> clashing with id=''). (whatwg r3675)

hixie: Also ban duplicate <a name>s (not just <a name> clashing with
id=''). (whatwg r3675)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2853&r2=1.2854&f=h
http://html5.org/tools/web-apps-tracker?from=3674&to=3675

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2853
retrieving revision 1.2854
diff -u -d -r1.2853 -r1.2854
--- Overview.html 25 Aug 2009 23:45:01 -0000 1.2853
+++ Overview.html 25 Aug 2009 23:55:20 -0000 1.2854
@@ -15328,7 +15328,7 @@
  &lt;legend&gt;The castle through the ages: 1423, 1858, and 1999 respectively.&lt;/legend&gt;
 &lt;/figure&gt;</pre>
 
-  </div><h4 id="the-img-element"><span class="secno">4.8.2 </span>The <dfn><code>img</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/66">ISSUE-66</a> (image-analysis) and <a href="http://www.w3.org/html/wg/tracker/issues/30">ISSUE-30</a> (longdesc) block progress to Last Call</span><dl class="element"><dt>Categories</dt>
+  </div><h4 id="the-img-element"><span class="secno">4.8.2 </span>The <dfn><code>img</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/30">ISSUE-30</a> (longdesc) and <a href="http://www.w3.org/html/wg/tracker/issues/66">ISSUE-66</a> (image-analysis) block progress to Last Call</span><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
    <dd><a href="#embedded-content">Embedded content</a>.</dd>
@@ -17582,7 +17582,7 @@
   <a href="#reflect">reflect</a> the respective content attributes of the same
   name.</p>
 
-  </div><h4 id="video"><span class="secno">4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/10">ISSUE-10</a> (video-smil), <a href="http://www.w3.org/html/wg/tracker/issues/7">ISSUE-7</a> (video-codecs) and <a href="http://www.w3.org/html/wg/tracker/issues/9">ISSUE-9</a> (video-synchronization) block progress to Last Call</span><dl class="element"><dt>Categories</dt>
+  </div><h4 id="video"><span class="secno">4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/7">ISSUE-7</a> (video-codecs), <a href="http://www.w3.org/html/wg/tracker/issues/9">ISSUE-9</a> (video-synchronization) and <a href="http://www.w3.org/html/wg/tracker/issues/10">ISSUE-10</a> (video-smil) block progress to Last Call</span><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
    <dd><a href="#embedded-content">Embedded content</a>.</dd>
@@ -65389,11 +65389,16 @@
   should be entirely omitted instead (with the value "<code title="">JavaScript</code>", it has no effect), or replaced with use
   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 and must not be equal to the value of any of the <a href="#concept-id" title="concept-id">IDs</a> in the element's <a href="#home-subtree">home
-  subtree</a> other than the element's own <a href="#concept-id" title="concept-id">ID</a>, if any. If this attribute is present
-  and the element has an <a href="#concept-id" title="concept-id">ID</a>, then the
-  attribute's value must be equal to the element's <a href="#concept-id" title="concept-id">ID</a>. In earlier versions of the language,
-  this attribute served a similar role as the <code title="attr-id"><a href="#the-id-attribute">id</a></code> attribute. The <code title="attr-id"><a href="#the-id-attribute">id</a></code> attribute should be used instead.<p class="note">The <code title="attr-table-summary"><a href="#attr-table-summary">summary</a></code>
+  empty string and must neither be equal to the value of any of the
+  <a href="#concept-id" title="concept-id">IDs</a> in the element's <a href="#home-subtree">home
+  subtree</a> other than the element's own <a href="#concept-id" title="concept-id">ID</a>, if any, nor be equal to the value of
+  any of the other <code title="attr-a-name"><a href="#attr-a-name">name</a></code> attribues on
+  <code><a href="#the-a-element">a</a></code> elements in the elemnet's <a href="#home-subtree">home
+  subtree</a>. If this attribute is present and the element has an
+  <a href="#concept-id" title="concept-id">ID</a>, then the attribute's value must
+  be equal to the element's <a href="#concept-id" title="concept-id">ID</a>. In
+  earlier versions of the language, this attribute served a similar
+  role as the <code title="attr-id"><a href="#the-id-attribute">id</a></code> attribute. The <code title="attr-id"><a href="#the-id-attribute">id</a></code> attribute should be used instead.<p class="note">The <code title="attr-table-summary"><a href="#attr-table-summary">summary</a></code>
   attribute, defined in the <code><a href="#the-table-element">table</a></code> section, will also
   trigger a warning.<div class="impl">

Received on Tuesday, 25 August 2009 23:56:25 UTC