html5/markup/elements a.html,1.4,1.5

Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv18891/elements

Modified Files:
	a.html 
Log Message:
added the "name" attribute to the <a> element


Index: a.html
===================================================================
RCS file: /sources/public/html5/markup/elements/a.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a.html	16 Jan 2009 11:02:49 -0000	1.4
+++ a.html	21 Jul 2009 00:22:24 -0000	1.5
@@ -2,6 +2,25 @@
   <h4>The a element</h4>
   <div id="shortdesc">hyperlink</div>
   <div id="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 id="attributes">
+    <dl>
+      <dt id="a.attrs.name">name</dt>
+      <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>
 </div>

Received on Tuesday, 21 July 2009 00:22:35 UTC