html5/markup a.html,1.16,1.17 spec.html,1.69,1.70

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

Modified Files:
	a.html spec.html 
Log Message:
made further tweaks to descriptions for some <a> attributes


Index: a.html
===================================================================
RCS file: /sources/public/html5/markup/a.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- a.html	29 Jul 2009 12:16:39 -0000	1.16
+++ a.html	29 Jul 2009 12:26:53 -0000	1.17
@@ -53,14 +53,19 @@
       <a class="ref" href="datatypes.html#common.data.id" title="common.data.id">id</a>
     </span> </dt>
             <dd>Specifies that its <a href="a.html#a">a</a> element is a
-        <dfn id="named-hyperlink" title="named-hyperlink">named hyperlink</dfn>.</dd>
+        <dfn id="named-hyperlink" title="named-hyperlink">named hyperlink</dfn>,
+        with the name given by the value of this attribute.</dd>
           
             <dt><a class="attribute-name" id="a.attrs.href" title="a.attrs.href" href="a.html#a.attrs.href">href</a><span class="attr-values"> = 
       <a class="ref" href="datatypes.html#common.data.uri" title="common.data.uri">uri</a>
     </span> </dt>
             <dd>A URL that provides the
         <a href="terminology.html#destination">destination resource</a>
-        of the hyperlink.</dd>
+        of the hyperlink.
+        If the
+        <a href="a.html#a.attrs.href">href</a>
+        attribute is not specified, the element represents a
+        <dfn id="placeholder-hyperlink" title="placeholder-hyperlink">placeholder hyperlink</dfn>.</dd>
           
             <dt><a class="attribute-name" id="a.attrs.target" title="a.attrs.target" href="a.html#a.attrs.target">target</a><span class="attr-values"> = 
       <a class="ref" href="datatypes.html#common.data.browsing-context-or-keyword" title="common.data.browsing-context-or-keyword">browsing-context-or-keyword</a>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- spec.html	29 Jul 2009 12:16:40 -0000	1.69
+++ spec.html	29 Jul 2009 12:26:53 -0000	1.70
@@ -2456,7 +2456,8 @@
       <a class="ref" href="#common.data.id" title="common.data.id">id</a>
     </span> </dt>
             <dd>Specifies that its <a href="#a">a</a> element is a
-        <dfn id="named-hyperlink" title="named-hyperlink">named hyperlink</dfn>.</dd>
+        <dfn id="named-hyperlink" title="named-hyperlink">named hyperlink</dfn>,
+        with the name given by the value of this attribute.</dd>
           
             <dt>
 <a class="attribute-name" id="a.attrs.href" title="a.attrs.href" href="#a.attrs.href">href</a><span class="attr-values"> = 
@@ -2464,7 +2465,11 @@
     </span> </dt>
             <dd>A URL that provides the
         <a href="#destination">destination resource</a>
-        of the hyperlink.</dd>
+        of the hyperlink.
+        If the
+        <a href="#a.attrs.href">href</a>
+        attribute is not specified, the element represents a
+        <dfn id="placeholder-hyperlink" title="placeholder-hyperlink">placeholder hyperlink</dfn>.</dd>
           
             <dt>
 <a class="attribute-name" id="a.attrs.target" title="a.attrs.target" href="#a.attrs.target">target</a><span class="attr-values"> = 

Received on Wednesday, 29 July 2009 12:27:05 UTC