Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make rel=author apply to section, not just page
git-svn-id: http://svn.whatwg.org/webapps@334 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 22, 2006
1 parent 2c02cf8 commit 821b65a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
16 changes: 12 additions & 4 deletions index
Expand Up @@ -15138,11 +15138,19 @@ XXX selection ranges -->
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>For <code><a href="#a0">a</a></code> and <code><a
href="#area0">area</a></code> elements, the <code title=rel-author><a
href="#author0">author</a></code> keyword indicates that the referenced
document provides further information about the author of the section that
the element defining the hyperlink <a href="#applyToSection">applies</a>
to.

<p>For <code><a href="#link0">link</a></code> elements, the <code
title=rel-author><a href="#author0">author</a></code> keyword indicates
that the referenced document provides further information about the author
for the page as a whole.

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

Expand Down
17 changes: 12 additions & 5 deletions source
Expand Up @@ -13366,12 +13366,19 @@ XXX selection ranges -->
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>For <code>a</code> and <code>area</code> elements, the <code
title="rel-author">author</code> keyword indicates that the
referenced document provides further information about the author of
the section that the element defining the hyperlink <a
href="#applyToSection">applies</a> to.</p>

<p>For <code>link</code> elements, the <code
title="rel-author">author</code> keyword indicates that the
referenced document provides further information about the author
for the page as a whole.</p>

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

<p><strong>Synonyms</strong>: For historical reasons, user agents
Expand Down

0 comments on commit 821b65a

Please sign in to comment.