- 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/src In directory hutz:/tmp/cvs-serv25582/src Modified Files: attributes.html terms.html Log Message: un-share the documentation for all attributes that are common to <a>, <area>, and <link> Index: terms.html =================================================================== RCS file: /sources/public/html5/markup/src/terms.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- terms.html 29 Jun 2009 09:18:50 -0000 1.7 +++ terms.html 29 Jul 2009 12:16:40 -0000 1.8 @@ -31,6 +31,12 @@ syntax</a>, <a href="#character-data">character data</a> is as defined in the XML specification <a href="#refsXML">[XML]</a>.</dd> + <dt><dfn id="destination">destination resource</dfn></dt> + <dd>A resource that is the destination associated with an + <a href="#a">a</a> element, + <a href="#area">area</a> element, + or + <a href="#link">link</a> element.</dd> <dt><dfn id="fallback">fallback content</dfn></dt> <dd>Some embedded content elements can have fallback content: content that is to be used when the external resource cannot Index: attributes.html =================================================================== RCS file: /sources/public/html5/markup/src/attributes.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- attributes.html 16 Jan 2009 11:02:49 -0000 1.1 +++ attributes.html 29 Jul 2009 12:16:40 -0000 1.2 @@ -2,45 +2,5 @@ xmlns="http://www.w3.org/1999/xhtml"> <h2>Common/shared attribute definitions</h2> <div id="shared-hyperlink-attrs"> - <dl> - <dt id="shared-hyperlink.attrs.href">href</dt> - <dd>A URL that provides the <dfn - id="destination">destination resource</dfn> of the - hyperlink.</dd> - </dl> - <dl> - <dt id="shared-hyperlink.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="shared-hyperlink.attrs.ping">ping</dt> - <dd>A list of URLs of resources to notify if a - user follows the hyperlink.</dd> - </dl> - <dl> - <dt id="shared-hyperlink.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="shared-hyperlink.attrs.media">media</dt> - <dd>The media for which the - <a href="#destination">destination resource</a> - was designed.</dd> - </dl> - <dl> - <dt id="shared-hyperlink.attrs.hreflang">hreflang</dt> - <dd>The language of the - <a href="#destination">destination resource</a>.</dd> - </dl> - <dl> - <dt id="shared-hyperlink.attrs.type">type</dt> - <dd>The MIME type of the - <a href="#destination">destination resource</a>.</dd> - </dl> </div> </section>
Received on Wednesday, 29 July 2009 12:16:55 UTC