Skip to content

Commit

Permalink
[e] (0) Move rel=pingback registration from spec to wiki.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12224

git-svn-id: http://svn.whatwg.org/webapps@6534 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 4, 2011
1 parent 979ba58 commit 26a33b5
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 56 deletions.
60 changes: 33 additions & 27 deletions complete.html
Expand Up @@ -781,16 +781,15 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
<li><a href=#link-type-license><span class=secno>4.12.5.6 </span>Link type "<code>license</code>"</a></li>
<li><a href=#link-type-nofollow><span class=secno>4.12.5.7 </span>Link type "<code>nofollow</code>"</a></li>
<li><a href=#link-type-noreferrer><span class=secno>4.12.5.8 </span>Link type "<code>noreferrer</code>"</a></li>
<li><a href=#link-type-pingback><span class=secno>4.12.5.9 </span>Link type "<code>pingback</code>"</a></li>
<li><a href=#link-type-prefetch><span class=secno>4.12.5.10 </span>Link type "<code>prefetch</code>"</a></li>
<li><a href=#link-type-search><span class=secno>4.12.5.11 </span>Link type "<code>search</code>"</a></li>
<li><a href=#link-type-stylesheet><span class=secno>4.12.5.12 </span>Link type "<code>stylesheet</code>"</a></li>
<li><a href=#link-type-tag><span class=secno>4.12.5.13 </span>Link type "<code>tag</code>"</a></li>
<li><a href=#sequential-link-types><span class=secno>4.12.5.14 </span>Sequential link types</a>
<li><a href=#link-type-prefetch><span class=secno>4.12.5.9 </span>Link type "<code>prefetch</code>"</a></li>
<li><a href=#link-type-search><span class=secno>4.12.5.10 </span>Link type "<code>search</code>"</a></li>
<li><a href=#link-type-stylesheet><span class=secno>4.12.5.11 </span>Link type "<code>stylesheet</code>"</a></li>
<li><a href=#link-type-tag><span class=secno>4.12.5.12 </span>Link type "<code>tag</code>"</a></li>
<li><a href=#sequential-link-types><span class=secno>4.12.5.13 </span>Sequential link types</a>
<ol>
<li><a href=#link-type-next><span class=secno>4.12.5.14.1 </span>Link type "<code>next</code>"</a></li>
<li><a href=#link-type-prev><span class=secno>4.12.5.14.2 </span>Link type "<code>prev</code>"</a></ol></li>
<li><a href=#other-link-types><span class=secno>4.12.5.15 </span>Other link types</a></ol></ol></li>
<li><a href=#link-type-next><span class=secno>4.12.5.13.1 </span>Link type "<code>next</code>"</a></li>
<li><a href=#link-type-prev><span class=secno>4.12.5.13.2 </span>Link type "<code>prev</code>"</a></ol></li>
<li><a href=#other-link-types><span class=secno>4.12.5.14 </span>Other link types</a></ol></ol></li>
<li><a href=#common-idioms-without-dedicated-elements><span class=secno>4.13 </span>Common idioms without dedicated elements</a>
<ol>
<li><a href=#the-main-part-of-the-content><span class=secno>4.13.1 </span>The main part of the content</a></li>
Expand Down Expand Up @@ -54933,11 +54932,14 @@ <h4 id=linkTypes><span class=secno>4.12.5 </span>Link types</h4>
<td><em>not allowed</em></td>
<td><a href=#hyperlink-annotation title="hyperlink annotation">Annotation</a></td>
<td>Requires that the user agent not send an HTTP <code title=http-referer>Referer</code> (sic) header if the user follows the hyperlink.</td>
<tr><td><code title=rel-pingback><a href=#link-type-pingback>pingback</a></code></td>
<td><a href=#external-resource-link title="external resource link">External Resource</a></td>
</tr><!-- used quite a bit; removed for http://www.w3.org/Bugs/Public/show_bug.cgi?id=12224 --><!-- now registered in http://microformats.org/wiki/existing-rel-values#formats --><!--
<tr>
<td><code title="rel-pingback">pingback</code></td>
<td><span title="external resource link">External Resource</span></td>
<td><em>not allowed</em></td>
<td>Gives the address of the pingback server that handles pingbacks to the current document.</td>
<tr><td><code title=rel-prefetch><a href=#link-type-prefetch>prefetch</a></code></td>
</tr>
--><tr><td><code title=rel-prefetch><a href=#link-type-prefetch>prefetch</a></code></td>
<td><a href=#external-resource-link title="external resource link">External Resource</a></td>
<td><a href=#external-resource-link title="external resource link">External Resource</a></td>
<td>Specifies that the target resource should be preemptively cached.</td>
Expand Down Expand Up @@ -55472,17 +55474,21 @@ <h5 id=link-type-noreferrer><span class=secno>4.12.5.8 </span>Link type "<dfn ti
<!-- v2: Would be nice to apply this to other elements too,
e.g. letting <img> or CSS or <video> hide the referrer -->

<!-- used quite a bit; removed for http://www.w3.org/Bugs/Public/show_bug.cgi?id=12224 -->
<!-- now registered in http://microformats.org/wiki/existing-rel-values#formats -->
<!--
<h5>Link type "<dfn title="rel-pingback"><code>pingback</code></dfn>"</h5>

<h5 id=link-type-pingback><span class=secno>4.12.5.9 </span>Link type "<dfn title=rel-pingback><code>pingback</code></dfn>"</h5>

<p>The <code title=rel-pingback><a href=#link-type-pingback>pingback</a></code> keyword may be
used with <code><a href=#the-link-element>link</a></code> elements. This keyword creates an <a href=#external-resource-link title="external resource link">external resource link</a>.</p>

<p>For the semantics of the <code title=rel-pingback><a href=#link-type-pingback>pingback</a></code> keyword, see the Pingback 1.0
specification. <a href=#refsPINGBACK>[PINGBACK]</a></p>
<p>The <code title="rel-pingback">pingback</code> keyword may be
used with <code>link</code> elements. This keyword creates an <span
title="external resource link">external resource link</span>.</p>

<p>For the semantics of the <code
title="rel-pingback">pingback</code> keyword, see the Pingback 1.0
specification. <a href="#refsPINGBACK">[PINGBACK]</a></p>
-->

<h5 id=link-type-prefetch><span class=secno>4.12.5.10 </span>Link type "<dfn title=rel-prefetch><code>prefetch</code></dfn>"</h5>
<h5 id=link-type-prefetch><span class=secno>4.12.5.9 </span>Link type "<dfn title=rel-prefetch><code>prefetch</code></dfn>"</h5>

<p>The <code title=rel-prefetch><a href=#link-type-prefetch>prefetch</a></code> keyword may be
used with <code><a href=#the-link-element>link</a></code>, <code><a href=#the-a-element>a</a></code>, and <code><a href=#the-area-element>area</a></code>
Expand All @@ -55497,7 +55503,7 @@ <h5 id=link-type-prefetch><span class=secno>4.12.5.10 </span>Link type "<dfn tit
<p>There is no default type for resources given by the <code title=rel-prefetch><a href=#link-type-prefetch>prefetch</a></code> keyword.</p>


<h5 id=link-type-search><span class=secno>4.12.5.11 </span>Link type "<dfn title=rel-search><code>search</code></dfn>"</h5>
<h5 id=link-type-search><span class=secno>4.12.5.10 </span>Link type "<dfn title=rel-search><code>search</code></dfn>"</h5>

<p>The <code title=rel-search><a href=#link-type-search>search</a></code> keyword may be used
with <code><a href=#the-link-element>link</a></code>, <code><a href=#the-a-element>a</a></code>, and <code><a href=#the-area-element>area</a></code>
Expand Down Expand Up @@ -55530,7 +55536,7 @@ <h5>Link type "<dfn title="rel-sidebar"><code>sidebar</code></dfn>"</h5>
title="rel-sidebar-hyperlink">sidebar hyperlink</dfn>.</p>
-->

<h5 id=link-type-stylesheet><span class=secno>4.12.5.12 </span>Link type "<dfn title=rel-stylesheet><code>stylesheet</code></dfn>"</h5>
<h5 id=link-type-stylesheet><span class=secno>4.12.5.11 </span>Link type "<dfn title=rel-stylesheet><code>stylesheet</code></dfn>"</h5>

<p>The <code title=rel-stylesheet><a href=#link-type-stylesheet>stylesheet</a></code> keyword may be
used with <code><a href=#the-link-element>link</a></code> elements. This keyword creates an <a href=#external-resource-link title="external resource link">external resource link</a> that
Expand Down Expand Up @@ -55569,7 +55575,7 @@ <h5 id=link-type-stylesheet><span class=secno>4.12.5.12 </span>Link type "<dfn t
</div>


<h5 id=link-type-tag><span class=secno>4.12.5.13 </span>Link type "<dfn title=rel-tag><code>tag</code></dfn>"</h5>
<h5 id=link-type-tag><span class=secno>4.12.5.12 </span>Link type "<dfn title=rel-tag><code>tag</code></dfn>"</h5>

<p>The <code title=rel-tag><a href=#link-type-tag>tag</a></code> keyword may be used with
<code><a href=#the-a-element>a</a></code> and <code><a href=#the-area-element>area</a></code> elements. This keyword creates
Expand All @@ -55586,7 +55592,7 @@ <h5 id=link-type-tag><span class=secno>4.12.5.13 </span>Link type "<dfn title=re



<h5 id=sequential-link-types><span class=secno>4.12.5.14 </span>Sequential link types</h5>
<h5 id=sequential-link-types><span class=secno>4.12.5.13 </span>Sequential link types</h5>

<p>Some documents form part of a sequence of documents.</p>

Expand All @@ -55598,7 +55604,7 @@ <h5 id=sequential-link-types><span class=secno>4.12.5.14 </span>Sequential link
<p>A document may be part of multiple sequences.</p>


<h6 id=link-type-next><span class=secno>4.12.5.14.1 </span>Link type "<dfn title=rel-next><code>next</code></dfn>"</h6>
<h6 id=link-type-next><span class=secno>4.12.5.13.1 </span>Link type "<dfn title=rel-next><code>next</code></dfn>"</h6>

<p>The <code title=rel-next><a href=#link-type-next>next</a></code> keyword may be used with
<code><a href=#the-link-element>link</a></code>, <code><a href=#the-a-element>a</a></code>, and <code><a href=#the-area-element>area</a></code>
Expand All @@ -55609,7 +55615,7 @@ <h6 id=link-type-next><span class=secno>4.12.5.14.1 </span>Link type "<dfn title
document that is the next logical document in the sequence.</p>


<h6 id=link-type-prev><span class=secno>4.12.5.14.2 </span>Link type "<dfn title=rel-prev><code>prev</code></dfn>"</h6>
<h6 id=link-type-prev><span class=secno>4.12.5.13.2 </span>Link type "<dfn title=rel-prev><code>prev</code></dfn>"</h6>

<p>The <code title=rel-prev><a href=#link-type-prev>prev</a></code> keyword may be used with
<code><a href=#the-link-element>link</a></code>, <code><a href=#the-a-element>a</a></code>, and <code><a href=#the-area-element>area</a></code>
Expand All @@ -55628,7 +55634,7 @@ <h6 id=link-type-prev><span class=secno>4.12.5.14.2 </span>Link type "<dfn title
</div>


<h5 id=other-link-types><span class=secno>4.12.5.15 </span>Other link types</h5>
<h5 id=other-link-types><span class=secno>4.12.5.14 </span>Other link types</h5>

<!-- XXX should update this section to more closely match the wiki -->
<!-- possibly also applying the principles described here:
Expand Down
60 changes: 33 additions & 27 deletions index
Expand Up @@ -781,16 +781,15 @@
<li><a href=#link-type-license><span class=secno>4.12.5.6 </span>Link type "<code>license</code>"</a></li>
<li><a href=#link-type-nofollow><span class=secno>4.12.5.7 </span>Link type "<code>nofollow</code>"</a></li>
<li><a href=#link-type-noreferrer><span class=secno>4.12.5.8 </span>Link type "<code>noreferrer</code>"</a></li>
<li><a href=#link-type-pingback><span class=secno>4.12.5.9 </span>Link type "<code>pingback</code>"</a></li>
<li><a href=#link-type-prefetch><span class=secno>4.12.5.10 </span>Link type "<code>prefetch</code>"</a></li>
<li><a href=#link-type-search><span class=secno>4.12.5.11 </span>Link type "<code>search</code>"</a></li>
<li><a href=#link-type-stylesheet><span class=secno>4.12.5.12 </span>Link type "<code>stylesheet</code>"</a></li>
<li><a href=#link-type-tag><span class=secno>4.12.5.13 </span>Link type "<code>tag</code>"</a></li>
<li><a href=#sequential-link-types><span class=secno>4.12.5.14 </span>Sequential link types</a>
<li><a href=#link-type-prefetch><span class=secno>4.12.5.9 </span>Link type "<code>prefetch</code>"</a></li>
<li><a href=#link-type-search><span class=secno>4.12.5.10 </span>Link type "<code>search</code>"</a></li>
<li><a href=#link-type-stylesheet><span class=secno>4.12.5.11 </span>Link type "<code>stylesheet</code>"</a></li>
<li><a href=#link-type-tag><span class=secno>4.12.5.12 </span>Link type "<code>tag</code>"</a></li>
<li><a href=#sequential-link-types><span class=secno>4.12.5.13 </span>Sequential link types</a>
<ol>
<li><a href=#link-type-next><span class=secno>4.12.5.14.1 </span>Link type "<code>next</code>"</a></li>
<li><a href=#link-type-prev><span class=secno>4.12.5.14.2 </span>Link type "<code>prev</code>"</a></ol></li>
<li><a href=#other-link-types><span class=secno>4.12.5.15 </span>Other link types</a></ol></ol></li>
<li><a href=#link-type-next><span class=secno>4.12.5.13.1 </span>Link type "<code>next</code>"</a></li>
<li><a href=#link-type-prev><span class=secno>4.12.5.13.2 </span>Link type "<code>prev</code>"</a></ol></li>
<li><a href=#other-link-types><span class=secno>4.12.5.14 </span>Other link types</a></ol></ol></li>
<li><a href=#common-idioms-without-dedicated-elements><span class=secno>4.13 </span>Common idioms without dedicated elements</a>
<ol>
<li><a href=#the-main-part-of-the-content><span class=secno>4.13.1 </span>The main part of the content</a></li>
Expand Down Expand Up @@ -54800,11 +54799,14 @@ fur
<td><em>not allowed</em></td>
<td><a href=#hyperlink-annotation title="hyperlink annotation">Annotation</a></td>
<td>Requires that the user agent not send an HTTP <code title=http-referer>Referer</code> (sic) header if the user follows the hyperlink.</td>
<tr><td><code title=rel-pingback><a href=#link-type-pingback>pingback</a></code></td>
<td><a href=#external-resource-link title="external resource link">External Resource</a></td>
</tr><!-- used quite a bit; removed for http://www.w3.org/Bugs/Public/show_bug.cgi?id=12224 --><!-- now registered in http://microformats.org/wiki/existing-rel-values#formats --><!--
<tr>
<td><code title="rel-pingback">pingback</code></td>
<td><span title="external resource link">External Resource</span></td>
<td><em>not allowed</em></td>
<td>Gives the address of the pingback server that handles pingbacks to the current document.</td>
<tr><td><code title=rel-prefetch><a href=#link-type-prefetch>prefetch</a></code></td>
</tr>
--><tr><td><code title=rel-prefetch><a href=#link-type-prefetch>prefetch</a></code></td>
<td><a href=#external-resource-link title="external resource link">External Resource</a></td>
<td><a href=#external-resource-link title="external resource link">External Resource</a></td>
<td>Specifies that the target resource should be preemptively cached.</td>
Expand Down Expand Up @@ -55339,17 +55341,21 @@ fur
<!-- v2: Would be nice to apply this to other elements too,
e.g. letting <img> or CSS or <video> hide the referrer -->

<!-- used quite a bit; removed for http://www.w3.org/Bugs/Public/show_bug.cgi?id=12224 -->
<!-- now registered in http://microformats.org/wiki/existing-rel-values#formats -->
<!--
<h5>Link type "<dfn title="rel-pingback"><code>pingback</code></dfn>"</h5>

<h5 id=link-type-pingback><span class=secno>4.12.5.9 </span>Link type "<dfn title=rel-pingback><code>pingback</code></dfn>"</h5>

<p>The <code title=rel-pingback><a href=#link-type-pingback>pingback</a></code> keyword may be
used with <code><a href=#the-link-element>link</a></code> elements. This keyword creates an <a href=#external-resource-link title="external resource link">external resource link</a>.</p>

<p>For the semantics of the <code title=rel-pingback><a href=#link-type-pingback>pingback</a></code> keyword, see the Pingback 1.0
specification. <a href=#refsPINGBACK>[PINGBACK]</a></p>
<p>The <code title="rel-pingback">pingback</code> keyword may be
used with <code>link</code> elements. This keyword creates an <span
title="external resource link">external resource link</span>.</p>

<p>For the semantics of the <code
title="rel-pingback">pingback</code> keyword, see the Pingback 1.0
specification. <a href="#refsPINGBACK">[PINGBACK]</a></p>
-->

<h5 id=link-type-prefetch><span class=secno>4.12.5.10 </span>Link type "<dfn title=rel-prefetch><code>prefetch</code></dfn>"</h5>
<h5 id=link-type-prefetch><span class=secno>4.12.5.9 </span>Link type "<dfn title=rel-prefetch><code>prefetch</code></dfn>"</h5>

<p>The <code title=rel-prefetch><a href=#link-type-prefetch>prefetch</a></code> keyword may be
used with <code><a href=#the-link-element>link</a></code>, <code><a href=#the-a-element>a</a></code>, and <code><a href=#the-area-element>area</a></code>
Expand All @@ -55364,7 +55370,7 @@ fur
<p>There is no default type for resources given by the <code title=rel-prefetch><a href=#link-type-prefetch>prefetch</a></code> keyword.</p>


<h5 id=link-type-search><span class=secno>4.12.5.11 </span>Link type "<dfn title=rel-search><code>search</code></dfn>"</h5>
<h5 id=link-type-search><span class=secno>4.12.5.10 </span>Link type "<dfn title=rel-search><code>search</code></dfn>"</h5>

<p>The <code title=rel-search><a href=#link-type-search>search</a></code> keyword may be used
with <code><a href=#the-link-element>link</a></code>, <code><a href=#the-a-element>a</a></code>, and <code><a href=#the-area-element>area</a></code>
Expand Down Expand Up @@ -55397,7 +55403,7 @@ fur
title="rel-sidebar-hyperlink">sidebar hyperlink</dfn>.</p>
-->

<h5 id=link-type-stylesheet><span class=secno>4.12.5.12 </span>Link type "<dfn title=rel-stylesheet><code>stylesheet</code></dfn>"</h5>
<h5 id=link-type-stylesheet><span class=secno>4.12.5.11 </span>Link type "<dfn title=rel-stylesheet><code>stylesheet</code></dfn>"</h5>

<p>The <code title=rel-stylesheet><a href=#link-type-stylesheet>stylesheet</a></code> keyword may be
used with <code><a href=#the-link-element>link</a></code> elements. This keyword creates an <a href=#external-resource-link title="external resource link">external resource link</a> that
Expand Down Expand Up @@ -55436,7 +55442,7 @@ fur
</div>


<h5 id=link-type-tag><span class=secno>4.12.5.13 </span>Link type "<dfn title=rel-tag><code>tag</code></dfn>"</h5>
<h5 id=link-type-tag><span class=secno>4.12.5.12 </span>Link type "<dfn title=rel-tag><code>tag</code></dfn>"</h5>

<p>The <code title=rel-tag><a href=#link-type-tag>tag</a></code> keyword may be used with
<code><a href=#the-a-element>a</a></code> and <code><a href=#the-area-element>area</a></code> elements. This keyword creates
Expand All @@ -55453,7 +55459,7 @@ fur



<h5 id=sequential-link-types><span class=secno>4.12.5.14 </span>Sequential link types</h5>
<h5 id=sequential-link-types><span class=secno>4.12.5.13 </span>Sequential link types</h5>

<p>Some documents form part of a sequence of documents.</p>

Expand All @@ -55465,7 +55471,7 @@ fur
<p>A document may be part of multiple sequences.</p>


<h6 id=link-type-next><span class=secno>4.12.5.14.1 </span>Link type "<dfn title=rel-next><code>next</code></dfn>"</h6>
<h6 id=link-type-next><span class=secno>4.12.5.13.1 </span>Link type "<dfn title=rel-next><code>next</code></dfn>"</h6>

<p>The <code title=rel-next><a href=#link-type-next>next</a></code> keyword may be used with
<code><a href=#the-link-element>link</a></code>, <code><a href=#the-a-element>a</a></code>, and <code><a href=#the-area-element>area</a></code>
Expand All @@ -55476,7 +55482,7 @@ fur
document that is the next logical document in the sequence.</p>


<h6 id=link-type-prev><span class=secno>4.12.5.14.2 </span>Link type "<dfn title=rel-prev><code>prev</code></dfn>"</h6>
<h6 id=link-type-prev><span class=secno>4.12.5.13.2 </span>Link type "<dfn title=rel-prev><code>prev</code></dfn>"</h6>

<p>The <code title=rel-prev><a href=#link-type-prev>prev</a></code> keyword may be used with
<code><a href=#the-link-element>link</a></code>, <code><a href=#the-a-element>a</a></code>, and <code><a href=#the-area-element>area</a></code>
Expand All @@ -55495,7 +55501,7 @@ fur
</div>


<h5 id=other-link-types><span class=secno>4.12.5.15 </span>Other link types</h5>
<h5 id=other-link-types><span class=secno>4.12.5.14 </span>Other link types</h5>

<!-- XXX should update this section to more closely match the wiki -->
<!-- possibly also applying the principles described here:
Expand Down

0 comments on commit 26a33b5

Please sign in to comment.