Skip to content

Commit

Permalink
[e] (0) Clarify old purpose of <a name>.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3676 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 26, 2009
1 parent fa48bb5 commit 8cc157a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
11 changes: 6 additions & 5 deletions index
Expand Up @@ -71,7 +71,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-25-august-2009>Draft Standard &mdash; 25 August 2009</h2>
<h2 class="no-num no-toc" id=draft-standard-&mdash;-26-august-2009>Draft Standard &mdash; 26 August 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -71544,13 +71544,14 @@ time:empty { binding: <i title="">time</i>; }</pre>
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
any of the other <code title=attr-a-name><a href=#attr-a-name>name</a></code> attributes on
<code><a href=#the-a-element>a</a></code> elements in the element'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>
earlier versions of the language, this attribute was intended as a
way to specify possible targets for fragment identifiers in <a href=#url title=URL>URLs</a>. The <code title=attr-id><a href=#the-id-attribute>id</a></code>
attribute should be used instead.</p>

<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
Expand Down
11 changes: 6 additions & 5 deletions source
Expand Up @@ -84956,14 +84956,15 @@ time:empty { binding: <i title="">time</i>; }</pre>
<span title="concept-id">IDs</span> in the element's <span>home
subtree</span> other than the element's own <span
title="concept-id">ID</span>, if any, nor be equal to the value of
any of the other <code title="attr-a-name">name</code> attribues on
<code>a</code> elements in the elemnet's <span>home
any of the other <code title="attr-a-name">name</code> attributes on
<code>a</code> elements in the element's <span>home
subtree</span>. If this attribute is present and the element has an
<span title="concept-id">ID</span>, then the attribute's value must
be equal to the element's <span title="concept-id">ID</span>. In
earlier versions of the language, this attribute served a similar
role as the <code title="attr-id">id</code> attribute. The <code
title="attr-id">id</code> attribute should be used instead.</p>
earlier versions of the language, this attribute was intended as a
way to specify possible targets for fragment identifiers in <span
title="URL">URLs</span>. The <code title="attr-id">id</code>
attribute should be used instead.</p>

<p class="note">The <code title="attr-table-summary">summary</code>
attribute, defined in the <code>table</code> section, will also
Expand Down

0 comments on commit 8cc157a

Please sign in to comment.