- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 29 Jul 2009 12:26:55 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv26787/elements Modified Files: a.html Log Message: made further tweaks to descriptions for some <a> attributes Index: a.html =================================================================== RCS file: /sources/public/html5/markup/elements/a.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- a.html 29 Jul 2009 12:16:40 -0000 1.7 +++ a.html 29 Jul 2009 12:26:53 -0000 1.8 @@ -11,7 +11,14 @@ <dt id="a.attrs.href">href</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> </dl> <dl> <dt id="a.attrs.target">target</dt> @@ -52,7 +59,8 @@ <dd>Specifies that its <a href="#a">a</a> element is a <dfn id="named-hyperlink" - title="named-hyperlink">named hyperlink</dfn>.</dd> + title="named-hyperlink">named hyperlink</dfn>, + with the name given by the value of this attribute.</dd> </dl> </div> <div id="details">
Received on Wednesday, 29 July 2009 12:27:04 UTC