- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 21 Jul 2009 00:22:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv18891
Modified Files:
a.html spec.html
Log Message:
added the "name" attribute to the <a> element
Index: a.html
===================================================================
RCS file: /sources/public/html5/markup/a.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- a.html 20 Jul 2009 23:15:30 -0000 1.10
+++ a.html 21 Jul 2009 00:22:24 -0000 1.11
@@ -14,7 +14,15 @@
<div id="a" class="section">
<h2 class="element-head"><span class="element">a</span> – <span class="shortdesc">hyperlink</span> <a class="hash" href="#a">#</a> <a class="toc-bak" href="Overview.html#a-toc">T</a></h2>
<div id="a-longdesc" class="longdesc">
- <p>The <a class="element" href="a.html#a">a</a> element represents a hyperlink.</p>
+ <p>The
+ <a class="element" href="a.html#a">a</a>
+ element represents a
+ hyperlink. If the
+ <a href="syntax.html#contents">contents</a>
+ of an
+ <a class="element" href="a.html#a">a</a>
+ element are empty, the element represents an
+ <dfn id="empty-hyperlink" title="empty-hyperlink">empty hyperlink</dfn>.</p>
</div>
<div class="no-number no-toc" id="a-content">
<h2 class="element-subhead">Content model <a class="hash" href="#a-content">#</a></h2>
@@ -50,7 +58,8 @@
<dt><a class="attribute-name" id="a.attrs.name" title="a.attrs.name" href="a.html#a.attrs.name">name</a><span class="attr-values"> =
<a class="ref" href="datatypes.html#common.data.id" title="common.data.id">id</a>
</span> </dt>
- <dd><i class="TK">(detailed attribute description to come)</i></dd>
+ <dd>Specifies that its <a href="a.html#a">a</a> element is a
+ <dfn id="named-anchor" title="named-anchor">named anchor</dfn>.</dd>
</dl></div>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- spec.html 20 Jul 2009 23:15:32 -0000 1.55
+++ spec.html 21 Jul 2009 00:22:24 -0000 1.56
@@ -2407,7 +2407,15 @@
<span class="element">a</span> – <span class="shortdesc">hyperlink</span> <a class="hash" href="#a">#</a> <a class="toc-bak" href="#a-toc">T</a>
</h2>
<div id="a-longdesc" class="longdesc">
- <p>The <a class="element" href="#a">a</a> element represents a hyperlink.</p>
+ <p>The
+ <a class="element" href="#a">a</a>
+ element represents a
+ hyperlink. If the
+ <a href="#contents">contents</a>
+ of an
+ <a class="element" href="#a">a</a>
+ element are empty, the element represents an
+ <dfn id="empty-hyperlink" title="empty-hyperlink">empty hyperlink</dfn>.</p>
</div>
<div class="no-number no-toc" id="a-content">
<h2 class="element-subhead">Content model <a class="hash" href="#a-content">#</a>
@@ -2450,7 +2458,8 @@
<a class="attribute-name" id="a.attrs.name" title="a.attrs.name" href="#a.attrs.name">name</a><span class="attr-values"> =
<a class="ref" href="#common.data.id" title="common.data.id">id</a>
</span> </dt>
- <dd><i class="TK">(detailed attribute description to come)</i></dd>
+ <dd>Specifies that its <a href="#a">a</a> element is a
+ <dfn id="named-anchor" title="named-anchor">named anchor</dfn>.</dd>
</dl>
</div>
Received on Tuesday, 21 July 2009 00:22:35 UTC