Skip to content

Commit

Permalink
change 'allowed on' to 'effect on' for link types
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@323 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 22, 2006
1 parent f463e9a commit d4fb41e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions index
Expand Up @@ -14839,7 +14839,7 @@ disallow: http://microformats.org/wiki/rel-enclosure
<tr>
<th rowspan=2>Link type

<th colspan=2>Allowed on...
<th colspan=2>Effect on...

<th rowspan=2>Brief description

Expand Down Expand Up @@ -14883,7 +14883,7 @@ disallow: http://microformats.org/wiki/rel-enclosure
<td><code title=rel-bookmark>bookmark</code></td>
<!-- fourth most used <a rel> value -->

<td>
<td><em>not allowed</em>

<td><a href="#hyperlinks">Hyperlink</a>

Expand All @@ -14903,7 +14903,7 @@ disallow: http://microformats.org/wiki/rel-enclosure
<td><code title=rel-external>external</code></td>
<!-- fifth and sixth most used <a rel> value (sixth is "external nofollow") -->

<td>
<td><em>not allowed</em>

<td><a href="#hyperlinks">Hyperlink</a>

Expand Down Expand Up @@ -14945,7 +14945,7 @@ disallow: http://microformats.org/wiki/rel-enclosure
<td><a href="#links1" title="external resource link">External
Resource</a>

<td>
<td><em>not allowed</em>

<td>Imports an icon to represent the document.

Expand Down Expand Up @@ -14995,7 +14995,7 @@ disallow: http://microformats.org/wiki/rel-enclosure
<td><code title=rel-nofollow>nofollow</code></td>
<!-- most used <a rel> value (and sixth most used is "external nofollow") -->

<td>
<td><em>not allowed</em>

<td><a href="#hyperlinks">Hyperlink</a>

Expand All @@ -15008,7 +15008,7 @@ disallow: http://microformats.org/wiki/rel-enclosure
<td><a href="#links1" title="external resource link">External
Resource</a>

<td>
<td><em>not allowed</em>

<td>Gives the address of the pingback server that handles pingbacks to
this document.
Expand All @@ -15019,7 +15019,7 @@ disallow: http://microformats.org/wiki/rel-enclosure
<td><a href="#links1" title="external resource link">External
Resource</a>

<td>
<td><em>not allowed</em>

<td>Specifies that the target resource should be pre-emptively cached.

Expand Down Expand Up @@ -15052,7 +15052,7 @@ disallow: http://microformats.org/wiki/rel-enclosure
<td><a href="#links1" title="external resource link">External
Resource</a>

<td>
<td><em>not allowed</em>

<td>Imports a stylesheet.

Expand Down
16 changes: 8 additions & 8 deletions source
Expand Up @@ -13173,7 +13173,7 @@ disallow: http://microformats.org/wiki/rel-enclosure
<thead>
<tr>
<th rowspan="2">Link type</th>
<th colspan="2">Allowed on...</th>
<th colspan="2">Effect on...</th>
<th rowspan="2">Brief description</th>
</tr>
<tr>
Expand Down Expand Up @@ -13206,7 +13206,7 @@ disallow: http://microformats.org/wiki/rel-enclosure

<tr>
<td><code title="rel-bookmark">bookmark</code></td> <!-- fourth most used <a rel> value -->
<td></td>
<td><em>not allowed</em></td>
<td><span>Hyperlink</span></td>
<td>Gives the permalink for the nearest ancestor section.</td>
</tr>
Expand All @@ -13220,7 +13220,7 @@ disallow: http://microformats.org/wiki/rel-enclosure

<tr>
<td><code title="rel-external">external</code></td> <!-- fifth and sixth most used <a rel> value (sixth is "external nofollow") -->
<td></td>
<td><em>not allowed</em></td>
<td><span>Hyperlink</span></td>
<td>Indicates that the target resource is not part of the site that the document is part of.</td>
</tr>
Expand Down Expand Up @@ -13249,7 +13249,7 @@ disallow: http://microformats.org/wiki/rel-enclosure
<tr>
<td><code title="rel-icon">icon</code></td> <!-- link rel="shortcut icon" and its ilk are the fourth, sixth, and ninth most used values -->
<td><span title="external resource link">External Resource</span></td>
<td></td>
<td><em>not allowed</em></td>
<td>Imports an icon to represent the document.</td>
</tr>

Expand Down Expand Up @@ -13283,22 +13283,22 @@ disallow: http://microformats.org/wiki/rel-enclosure

<tr>
<td><code title="rel-nofollow">nofollow</code></td> <!-- most used <a rel> value (and sixth most used is "external nofollow") -->
<td></td>
<td><em>not allowed</em></td>
<td><span>Hyperlink</span></td>
<td>Indicates that the document's original author or publisher does not endorse the target document.</td>
</tr>

<tr>
<td><code title="rel-pingback">pingback</code></td>
<td><span title="external resource link">External Resource</span></td>
<td></td>
<td><em>not allowed</em></td>
<td>Gives the address of the pingback server that handles pingbacks to this document.</td>
</tr>

<tr>
<td><code title="rel-prefetch">prefetch</code></td>
<td><span title="external resource link">External Resource</span></td>
<td></td>
<td><em>not allowed</em></td>
<td>Specifies that the target resource should be pre-emptively cached.</td>
</tr>

Expand All @@ -13319,7 +13319,7 @@ disallow: http://microformats.org/wiki/rel-enclosure
<tr>
<td><code title="rel-stylesheet">stylesheet</code></td> <!-- most commonly used <link rel> value, variants came in 7th, 8th, 12th, 17th... -->
<td><span title="external resource link">External Resource</span></td>
<td></td>
<td><em>not allowed</em></td>
<td>Imports a stylesheet.</td>
</tr>

Expand Down

0 comments on commit d4fb41e

Please sign in to comment.