html5/spec Overview.html,1.5232,1.5233

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21994

Modified Files:
	Overview.html 
Log Message:
Move rel=pingback registration from spec to wiki. (whatwg r6534)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5232
retrieving revision 1.5233
diff -u -d -r1.5232 -r1.5233
--- Overview.html	4 Sep 2011 17:38:40 -0000	1.5232
+++ Overview.html	4 Sep 2011 17:45:40 -0000	1.5233
@@ -948,16 +948,15 @@
        <li><a href="#link-type-license"><span class="secno">4.12.4.6 </span>Link type "<code>license</code>"</a></li>
        <li><a href="#link-type-nofollow"><span class="secno">4.12.4.7 </span>Link type "<code>nofollow</code>"</a></li>
        <li><a href="#link-type-noreferrer"><span class="secno">4.12.4.8 </span>Link type "<code>noreferrer</code>"</a></li>
-       <li><a href="#link-type-pingback"><span class="secno">4.12.4.9 </span>Link type "<code>pingback</code>"</a></li>
-       <li><a href="#link-type-prefetch"><span class="secno">4.12.4.10 </span>Link type "<code>prefetch</code>"</a></li>
-       <li><a href="#link-type-search"><span class="secno">4.12.4.11 </span>Link type "<code>search</code>"</a></li>
-       <li><a href="#link-type-stylesheet"><span class="secno">4.12.4.12 </span>Link type "<code>stylesheet</code>"</a></li>
-       <li><a href="#link-type-tag"><span class="secno">4.12.4.13 </span>Link type "<code>tag</code>"</a></li>
-       <li><a href="#sequential-link-types"><span class="secno">4.12.4.14 </span>Sequential link types</a>
+       <li><a href="#link-type-prefetch"><span class="secno">4.12.4.9 </span>Link type "<code>prefetch</code>"</a></li>
+       <li><a href="#link-type-search"><span class="secno">4.12.4.10 </span>Link type "<code>search</code>"</a></li>
+       <li><a href="#link-type-stylesheet"><span class="secno">4.12.4.11 </span>Link type "<code>stylesheet</code>"</a></li>
+       <li><a href="#link-type-tag"><span class="secno">4.12.4.12 </span>Link type "<code>tag</code>"</a></li>
+       <li><a href="#sequential-link-types"><span class="secno">4.12.4.13 </span>Sequential link types</a>
         <ol>
-         <li><a href="#link-type-next"><span class="secno">4.12.4.14.1 </span>Link type "<code>next</code>"</a></li>
-         <li><a href="#link-type-prev"><span class="secno">4.12.4.14.2 </span>Link type "<code>prev</code>"</a></ol></li>
-       <li><a href="#other-link-types"><span class="secno">4.12.4.15 </span>Other link types</a></ol></ol></li>
+         <li><a href="#link-type-next"><span class="secno">4.12.4.13.1 </span>Link type "<code>next</code>"</a></li>
+         <li><a href="#link-type-prev"><span class="secno">4.12.4.13.2 </span>Link type "<code>prev</code>"</a></ol></li>
+       <li><a href="#other-link-types"><span class="secno">4.12.4.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>
@@ -41736,11 +41735,7 @@
      <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>
-     <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>
@@ -42117,21 +42112,19 @@
   <p>This keyword also <a href="#noopener">causes the <code title="dom-opener">opener</code> attribute to remain null</a> if the
   hyperlink creates a new <a href="#browsing-context">browsing context</a>.</p>
 
-  </div><h5 id="link-type-pingback"><span class="secno">4.12.4.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>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><h5 id="link-type-prefetch"><span class="secno">4.12.4.10 </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
+  </div><h5 id="link-type-prefetch"><span class="secno">4.12.4.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>
   elements. This keyword creates an <a href="#external-resource-link" title="external resource
   link">external resource link</a>.<p>The <code title="rel-prefetch"><a href="#link-type-prefetch">prefetch</a></code> keyword indicates
   that preemptively fetching and caching the specified resource is
   likely to be beneficial, as it is highly likely that the user will
-  require this resource.<p>There is no default type for resources given by the <code title="rel-prefetch"><a href="#link-type-prefetch">prefetch</a></code> keyword.<h5 id="link-type-search"><span class="secno">4.12.4.11 </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
+  require this resource.<p>There is no default type for resources given by the <code title="rel-prefetch"><a href="#link-type-prefetch">prefetch</a></code> keyword.<h5 id="link-type-search"><span class="secno">4.12.4.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>
   elements. This keyword creates a <a href="#hyperlink">hyperlink</a>.<p>The <code title="rel-search"><a href="#link-type-search">search</a></code> keyword indicates that
   the referenced document provides an interface specifically for
   searching the document and its related resources.<p class="note">OpenSearch description documents can be used with
   <code><a href="#the-link-element">link</a></code> elements and the <code title="rel-search"><a href="#link-type-search">search</a></code> link type to enable user agents to
-  autodiscover search interfaces. <a href="#refsOPENSEARCH">[OPENSEARCH]</a></p><h5 id="link-type-stylesheet"><span class="secno">4.12.4.12 </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
+  autodiscover search interfaces. <a href="#refsOPENSEARCH">[OPENSEARCH]</a></p><h5 id="link-type-stylesheet"><span class="secno">4.12.4.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
   contributes to the <a href="#styling">styling processing model</a>.<p>The specified resource is a resource that describes how to
   present the document. Exactly how the resource is to be processed
@@ -42155,21 +42148,21 @@
   external resource is not a supported style sheet type, the user
   agent must instead assume it to be <code title="">text/css</code>.</p>
 
-  </div><h5 id="link-type-tag"><span class="secno">4.12.4.13 </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
+  </div><h5 id="link-type-tag"><span class="secno">4.12.4.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
   a <a href="#hyperlink">hyperlink</a>.<p>The <code title="rel-tag"><a href="#link-type-tag">tag</a></code> keyword indicates that the
   <em>tag</em> that the referenced document represents applies to the
   current document.<p class="note">Since it indicates that the tag <em>applies to the
   current document</em>, it would be inappropriate to use this keyword
   in the markup of a <a href="#tag-cloud">tag cloud</a>, which lists
-  the popular tags across a set of pages.<h5 id="sequential-link-types"><span class="secno">4.12.4.14 </span>Sequential link types</h5><p>Some documents form part of a sequence of documents.<p>A sequence of documents is one where each document can have a
+  the popular tags across a set of pages.<h5 id="sequential-link-types"><span class="secno">4.12.4.13 </span>Sequential link types</h5><p>Some documents form part of a sequence of documents.<p>A sequence of documents is one where each document can have a
   <em>previous sibling</em> and a <em>next sibling</em>. A document
   with no previous sibling is the start of its sequence, a document
-  with no next sibling is the end of its sequence.<p>A document may be part of multiple sequences.<h6 id="link-type-next"><span class="secno">4.12.4.14.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
+  with no next sibling is the end of its sequence.<p>A document may be part of multiple sequences.<h6 id="link-type-next"><span class="secno">4.12.4.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>
   elements. This keyword creates a <a href="#hyperlink">hyperlink</a>.<p>The <code title="rel-next"><a href="#link-type-next">next</a></code> keyword indicates that the
   document is part of a sequence, and that the link is leading to the
-  document that is the next logical document in the sequence.<h6 id="link-type-prev"><span class="secno">4.12.4.14.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
+  document that is the next logical document in the sequence.<h6 id="link-type-prev"><span class="secno">4.12.4.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>
   elements. This keyword creates a <a href="#hyperlink">hyperlink</a>.<p>The <code title="rel-prev"><a href="#link-type-prev">prev</a></code> keyword indicates that the
   document is part of a sequence, and that the link is leading to the
@@ -42179,7 +42172,7 @@
   must also treat the keyword "<code title="">previous</code>" like
   the <code title="rel-prev"><a href="#link-type-prev">prev</a></code> keyword.</p>
 
-  </div><h5 id="other-link-types"><span class="secno">4.12.4.15 </span>Other link types</h5><p><dfn id="concept-rel-extensions" title="concept-rel-extensions">Extensions to the predefined
+  </div><h5 id="other-link-types"><span class="secno">4.12.4.14 </span>Other link types</h5><p><dfn id="concept-rel-extensions" title="concept-rel-extensions">Extensions to the predefined
   set of link types</dfn> may be registered in the <a href="http://microformats.org/wiki/existing-rel-values#HTML5_link_type_extensions">Microformats wiki existing-rel-values page</a>. <a href="#refsMFREL">[MFREL]</a><p>Anyone is free to edit the <span title="">Microformats wiki
   existing-rel-values page</span> at any time to add a type. Extension
   types must be specified with the following information:<dl><dt>Keyword</dt>

Received on Sunday, 4 September 2011 17:45:46 UTC