Skip to content

Commit

Permalink
rel=author
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@329 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 22, 2006
1 parent e1e51c7 commit 8a27a48
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 8 deletions.
34 changes: 27 additions & 7 deletions index
Expand Up @@ -686,10 +686,13 @@
"<dfn id=archives title=rel-archives><code>archives</code></dfn>"</a>


<li><a href="#other"><span class=secno>4.5.6. </span>Other link
<li><a href="#link-type1"><span class=secno>4.5.6. </span>Link type
"<dfn id=author title=rel-author><code>author</code></dfn>"</a>

<li><a href="#other"><span class=secno>4.5.7. </span>Other link
types</a>

<li><a href="#image"><span class=secno>4.5.7. </span>Image maps</a>
<li><a href="#image"><span class=secno>4.5.8. </span>Image maps</a>
</ul>

<li><a href="#tabular0"><span class=secno>4.6. </span>Tabular data</a>
Expand Down Expand Up @@ -14821,7 +14824,7 @@ XXX selection ranges -->
materials of historical interest.

<tr>
<td><code title=rel-author>author</code>
<td><code title=rel-author><a href="#author0">author</a></code>

<td><a href="#hyperlink0" title="hyperlink link">Hyperlink</a>

Expand Down Expand Up @@ -15094,7 +15097,7 @@ XXX selection ranges -->
<h4 id=link-type0><span class=secno>4.5.5. </span>Link type "<dfn
id=archives0 title=rel-archives><code>archives</code></dfn>"</h4>

<p>The <code title=rel-alternate><a href="#alternate0">archives</a></code>
<p>The <code title=rel-archives><a href="#archives0">archives</a></code>
keyword may be used with <code><a href="#link0">link</a></code>, <code><a
href="#a0">a</a></code>, and <code><a href="#area0">area</a></code>
elements. For <code><a href="#link0">link</a></code> elements, it creates
Expand All @@ -15105,7 +15108,24 @@ XXX selection ranges -->
records, documents, or other materials of historical interest.

<p class=example>A blog's index page could link to an index of the blog's
past posts with <code title="">rel="archives"</code>.</p>
past posts with <code title="">rel="archives"</code>.

<h4 id=link-type1><span class=secno>4.5.6. </span>Link type "<dfn
id=author0 title=rel-author><code>author</code></dfn>"</h4>

<p>The <code title=rel-author><a href="#author0">author</a></code> keyword
may be used with <code><a href="#link0">link</a></code>, <code><a
href="#a0">a</a></code>, and <code><a href="#area0">area</a></code>
elements. For <code><a href="#link0">link</a></code> elements, it creates
a <a href="#hyperlink0" title="hyperlink link">hyperlink</a>.

<p>The <code title=rel-author><a href="#author0">author</a></code> keyword
indicates that the referenced document provides further information about
the author.

<p>The "referenced document" typically is a <code title="">mailto:</code>
URI giving the e-mail address of the author. <a
href="#refsMAILTO">[MAILTO]</a></p>
<!--
this section defines whether a particular link type is an external resource or a hyperlink

Expand Down Expand Up @@ -15165,11 +15185,11 @@ disallow: http://microformats.org/wiki/rel-enclosure

-->

<h4 id=other><span class=secno>4.5.6. </span>Other link types</h4>
<h4 id=other><span class=secno>4.5.7. </span>Other link types</h4>

<p class=big-issue>Address extensibility.

<h4 id=image><span class=secno>4.5.7. </span>Image maps</h4>
<h4 id=image><span class=secno>4.5.8. </span>Image maps</h4>

<p class=big-issue>...<dfn id=image0>image map</dfn>, <dfn id=valid5>valid
area</dfn>, <dfn id=usemap1
Expand Down
18 changes: 17 additions & 1 deletion source
Expand Up @@ -13337,7 +13337,7 @@ XXX selection ranges -->

<h4>Link type "<dfn title="rel-archives"><code>archives</code></dfn>"</h4>

<p>The <code title="rel-alternate">archives</code> keyword may be
<p>The <code title="rel-archives">archives</code> keyword may be
used with <code>link</code>, <code>a</code>, and <code>area</code>
elements. For <code>link</code> elements, it creates a <span
title="hyperlink link">hyperlink</span>.</p>
Expand All @@ -13350,6 +13350,22 @@ XXX selection ranges -->
blog's past posts with <code title="">rel="archives"</code>.</p>


<h4>Link type "<dfn title="rel-author"><code>author</code></dfn>"</h4>

<p>The <code title="rel-author">author</code> keyword may be
used with <code>link</code>, <code>a</code>, and <code>area</code>
elements. For <code>link</code> elements, it creates a <span
title="hyperlink link">hyperlink</span>.</p>

<p>The <code title="rel-author">author</code> keyword indicates that
the referenced document provides further information about the
author.</p>

<p>The "referenced document" typically is a <code
title="">mailto:</code> URI giving the e-mail address of the
author. <a href="#refsMAILTO">[MAILTO]</a></p>


<!--
this section defines whether a particular link type is an external resource or a hyperlink

Expand Down

0 comments on commit 8a27a48

Please sign in to comment.