- From: poot <cvsmail@w3.org>
- Date: Tue, 21 Jul 2009 09:22:45 +0900 (JST)
- To: public-html-diffs@w3.org
mike: added the "name" attribute to the <a> element http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.55&r2=1.56&f=h =================================================================== 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:23:21 UTC