Skip to content

Commit

Permalink
[e] (0) rel doesn't create a hyperlink on <a>/<area>, href does.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@1124 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 5, 2007
1 parent c8a206c commit f7c87e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -32265,8 +32265,7 @@ at the first element with the given ID must be treated as if it was cloned and r
<dt>Hyperlink

<dd>The keyword may be specified on <code><a href="#a">a</a></code> and
<code><a href="#area">area</a></code> elements; it creates a <a
href="#hyperlinks" title=hyperlink>hyperlink</a>.
<code><a href="#area">area</a></code> elements.
</dl>

<dt>Brief description
Expand Down
3 changes: 1 addition & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -29740,8 +29740,7 @@ at the first element with the given ID must be treated as if it was cloned and r
<dt>Hyperlink</dt>

<dd>The keyword may be specified on <code>a</code> and
<code>area</code> elements; it creates a <span
title="hyperlink">hyperlink</span>.</dd>
<code>area</code> elements.</dd>

</dl>

Expand Down

0 comments on commit f7c87e8

Please sign in to comment.