- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 29 Jul 2009 12:16:42 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv25582/elements Modified Files: a.html area.html link.html meta.http-equiv.default-style.html Log Message: un-share the documentation for all attributes that are common to <a>, <area>, and <link> Index: a.html =================================================================== RCS file: /sources/public/html5/markup/elements/a.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- a.html 29 Jul 2009 07:19:25 -0000 1.6 +++ a.html 29 Jul 2009 12:16:40 -0000 1.7 @@ -8,6 +8,46 @@ </div> <div id="attributes"> <dl> + <dt id="a.attrs.href">href</dt> + <dd>A URL that provides the + <a href="#destination">destination resource</a> + of the hyperlink.</dd> + </dl> + <dl> + <dt id="a.attrs.target">target</dt> + <dd>A name or keyword giving a + <a href="#context">browsing context</a> for UAs to use when + following the hyperlink.</dd> + </dl> + <dl> + <dt id="a.attrs.ping">ping</dt> + <dd>A list of URLs of resources to notify if a + user follows the hyperlink.</dd> + </dl> + <dl> + <dt id="a.attrs.rel">rel</dt> + <dd>A list of tokens that specify the relationship between + the document containing the hyperlink and the + <a href="#destination">destination resource</a> + indicated by the hyperlink.</dd> + </dl> + <dl> + <dt id="a.attrs.media">media</dt> + <dd>The media for which the + <a href="#destination">destination resource</a> + was designed.</dd> + </dl> + <dl> + <dt id="a.attrs.hreflang">hreflang</dt> + <dd>The language of the + <a href="#destination">destination resource</a>.</dd> + </dl> + <dl> + <dt id="a.attrs.type">type</dt> + <dd>The MIME type of the + <a href="#destination">destination resource</a>.</dd> + </dl> + <dl> <dt id="a.attrs.name">name</dt> <dd>Specifies that its <a href="#a">a</a> element is a <dfn Index: area.html =================================================================== RCS file: /sources/public/html5/markup/elements/area.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- area.html 29 Jul 2009 07:19:25 -0000 1.4 +++ area.html 29 Jul 2009 12:16:40 -0000 1.5 @@ -11,40 +11,46 @@ <div id="attributes"> <dl> <dt id="area.attrs.href">href</dt> - <dd>A URL for the - <strong class="html5term">destination resource</strong> - of the hyperlink.</dd> + <dd>A URL that provides the + <a href="#destination">destination resource</a> + of the hyperlink for this + <a href="#area" class="element">area</a>.</dd> </dl> <dl> <dt id="area.attrs.target">target</dt> - <dd>The name of a <strong class="html5term">valid browsing - context name or keyword</strong> for UAs to use as the - name when following the hyperlink.</dd> + <dd>A name or keyword giving a + <a href="#context">browsing context</a> for UAs to use when + following the hyperlink for this + <a href="#area" class="element">area</a>.</dd> </dl> <dl> <dt id="area.attrs.ping">ping</dt> <dd>A list of URLs of resources to notify if a - user follows the hyperlink.</dd> + user follows the hyperlink for this + <a href="#area" class="element">area</a>.</dd> </dl> <dl> <dt id="area.attrs.rel">rel</dt> <dd>A list of tokens that specify the relationship between - the document containing the hyperlink and the - <strong class="html5term">destination resource</strong> - indicated by the hyperlink.</dd> + the document containing the <a href="#area" class="element">area</a> and the + <a href="#destination">destination resource</a> + indicated by the <a href="#area" class="element">area</a>.</dd> </dl> <dl> <dt id="area.attrs.media">media</dt> - <dd>The media for which the target document was - designed.</dd> + <dd>The media for which the + <a href="#destination">destination resource</a> + was designed.</dd> </dl> <dl> <dt id="area.attrs.hreflang">hreflang</dt> - <dd>The language of the linked resource.</dd> + <dd>The language of the + <a href="#destination">destination resource</a>.</dd> </dl> <dl> <dt id="area.attrs.type">type</dt> - <dd>The MIME type of the linked resource.</dd> + <dd>The MIME type of the + <a href="#destination">destination resource</a>.</dd> </dl> <dl> <dt id="area.attrs.alt">alt</dt> Index: meta.http-equiv.default-style.html =================================================================== RCS file: /sources/public/html5/markup/elements/meta.http-equiv.default-style.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- meta.http-equiv.default-style.html 8 Jun 2009 00:53:37 -0000 1.3 +++ meta.http-equiv.default-style.html 29 Jul 2009 12:16:40 -0000 1.4 @@ -25,7 +25,7 @@ >title</a> attribute on a <a href="#link">link</a> element in the same document, and that <a href="#link">link</a> element must have an <a - href="#shared-hyperlink.attrs.href" >href</a> + href="#link.attrs.href" >href</a> attribute that references the location of a CSS stylesheet.</li> <li>The name must match the value of the <a Index: link.html =================================================================== RCS file: /sources/public/html5/markup/elements/link.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- link.html 13 Feb 2009 12:07:30 -0000 1.4 +++ link.html 29 Jul 2009 12:16:40 -0000 1.5 @@ -2,56 +2,40 @@ <h4>The link element</h4> <div id="shortdesc">inter-document relationship metadata</div> <div id="longdesc"> - <p>The <a href="#link" class="element">link</a> element allows - authors to link their document to other resources.</p> + <p>The + <a href="#link" class="element">link</a> + element represents metadata that expresses inter-document + relationships.</p> </div> <div id="attributes"> <dl> <dt id="link.attrs.href">href</dt> - <dd>The destination of the link is given by the - <code>href</code> attribute, which must be present and - must contain a <a href="#valid8">valid URL</a>. If the - <code title="attr-link-href"><a - href="#href1">href</a></code> attribute is absent, then - the element does not define a link.</dd> + <dd>A URL that provides the + <a href="#destination">destination resource</a> + of the <a href="#link" class="element">link</a>.</dd> </dl> <dl> <dt id="link.attrs.rel">rel</dt> - <dd>The type of link indicated (the relationship) is given - by the value of the <code>rel</code> attribute, which must - be present, and must have a value that is a <a - href="#set-of">set of space-separated tokens</a>. The <a - href="#linkTypes">allowed values and their meanings</a> are - defined in a later section. If the <code - title="attr-link-rel"><a href="#rel">rel</a></code> attribute - is absent, or if the value used is not allowed according to the - definitions in this specification, then the element does not - define a link.</dd> + <dd>A list of tokens that specify the relationship between + the document containing the <a href="#link" class="element">link</a> and the + <a href="#destination">destination resource</a> + indicated by the <a href="#link" class="element">link</a>.</dd> </dl> <dl> <dt id="link.attrs.media">media</dt> - <dd>Specifies which media the resource applies to.</dd> + <dd>The media for which the + <a href="#destination">destination resource</a> + was designed.</dd> </dl> <dl> <dt id="link.attrs.hreflang">hreflang</dt> - <dd>The <code>hreflang</code> attribute on the <code><a - href="#link">link</a></code> element has the same - semantics as the <a href="#hreflang3" - title="attr-hyperlink-hreflang"><code>hreflang</code> - attribute on hyperlink elements</a>.</dd> + <dd>The language of the + <a href="#destination">destination resource</a>.</dd> </dl> <dl> <dt id="link.attrs.type">type</dt> - <dd>Specifies the MIME type of the linked resource.</dd> - </dl> - <dl> - <dt id="link.attrs.title">title</dt> - <dd>The title of the link. With one exception, it is purely - advisory. The exception is for style sheet links, where - the <code title="attr-link-title"><a - href="#title2">title</a></code> attribute defines <a - href="#alternative">alternative style sheet - sets</a>.</dd> + <dd>The MIME type of the + <a href="#destination">destination resource</a>.</dd> </dl> <dl> <dt id="link.attrs.sizes">sizes</dt>
Received on Wednesday, 29 July 2009 12:16:54 UTC