[html5] r6483 - [e] (0) Move rel=sidebar to the wiki. Fixing http://www.w3.org/Bugs/Public/show_ [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Aug 16 21:45:25 PDT 2011


Author: ianh
Date: 2011-08-16 21:45:23 -0700 (Tue, 16 Aug 2011)
New Revision: 6483

Modified:
   complete.html
   index
   source
Log:
[e] (0) Move rel=sidebar to the wiki.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11183

Modified: complete.html
===================================================================
--- complete.html	2011-08-17 04:20:43 UTC (rev 6482)
+++ complete.html	2011-08-17 04:45:23 UTC (rev 6483)
@@ -788,14 +788,13 @@
        <li><a href=#link-type-pingback><span class=secno>4.12.5.10 </span>Link type "<code>pingback</code>"</a></li>
        <li><a href=#link-type-prefetch><span class=secno>4.12.5.11 </span>Link type "<code>prefetch</code>"</a></li>
        <li><a href=#link-type-search><span class=secno>4.12.5.12 </span>Link type "<code>search</code>"</a></li>
-       <li><a href=#link-type-sidebar><span class=secno>4.12.5.13 </span>Link type "<code>sidebar</code>"</a></li>
-       <li><a href=#link-type-stylesheet><span class=secno>4.12.5.14 </span>Link type "<code>stylesheet</code>"</a></li>
-       <li><a href=#link-type-tag><span class=secno>4.12.5.15 </span>Link type "<code>tag</code>"</a></li>
-       <li><a href=#sequential-link-types><span class=secno>4.12.5.16 </span>Sequential link types</a>
+       <li><a href=#link-type-stylesheet><span class=secno>4.12.5.13 </span>Link type "<code>stylesheet</code>"</a></li>
+       <li><a href=#link-type-tag><span class=secno>4.12.5.14 </span>Link type "<code>tag</code>"</a></li>
+       <li><a href=#sequential-link-types><span class=secno>4.12.5.15 </span>Sequential link types</a>
         <ol>
-         <li><a href=#link-type-next><span class=secno>4.12.5.16.1 </span>Link type "<code>next</code>"</a></li>
-         <li><a href=#link-type-prev><span class=secno>4.12.5.16.2 </span>Link type "<code>prev</code>"</a></ol></li>
-       <li><a href=#other-link-types><span class=secno>4.12.5.17 </span>Other link types</a></ol></ol></li>
+         <li><a href=#link-type-next><span class=secno>4.12.5.15.1 </span>Link type "<code>next</code>"</a></li>
+         <li><a href=#link-type-prev><span class=secno>4.12.5.15.2 </span>Link type "<code>prev</code>"</a></ol></li>
+       <li><a href=#other-link-types><span class=secno>4.12.5.16 </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>
@@ -54584,10 +54583,13 @@
   new <a href=#browsing-context>browsing context</a>, it must be navigated with
   <a href=#replacement-enabled>replacement enabled</a>.</p>
 
-  <p>Otherwise, if the hyperlink is a <a href=#rel-sidebar-hyperlink title=rel-sidebar-hyperlink>sidebar hyperlink</a> and the user
-  agent implements a feature that can be considered a secondary
-  browsing context, such a secondary browsing context may be selected
-  as the browsing context to be navigated.</p>
+<!-- if http://www.w3.org/Bugs/Public/show_bug.cgi?id=11183 is ever reverted, then change the dfn below back into a span -->
+<!-- in the meantime, the definition of rel=sidebar in the wiki says that it's a "sidebar hyperlink" -->
+  <p>Otherwise, if the hyperlink is a <dfn id=rel-sidebar-hyperlink title=rel-sidebar-hyperlink>sidebar hyperlink</dfn> and the user
+  agent implements a feature that can be considered a <a href=#secondary-browsing-context>secondary
+  browsing context</a>, such a <a href=#secondary-browsing-context>secondary browsing
+  context</a> may be selected as the browsing context to be
+  navigated.</p>
 
   <p>Otherwise, if the element is an <code><a href=#the-a-element>a</a></code> or
   <code><a href=#the-area-element>area</a></code> element with no <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> attribute, but the
@@ -55074,11 +55076,14 @@
      <td><a href=#hyperlink>Hyperlink</a></td>
      <td><a href=#hyperlink>Hyperlink</a></td>
      <td>Gives a link to a resource that can be used to search through the current document and its related pages.</td>
-    <tr><td><code title=rel-sidebar><a href=#link-type-sidebar>sidebar</a></code></td> <!-- used quite a bit -->
-     <td><a href=#hyperlink>Hyperlink</a></td>
-     <td><a href=#hyperlink>Hyperlink</a></td>
+    </tr><!--(used quite a bit, but dropped due to wg decision in http://www.w3.org/Bugs/Public/show_bug.cgi?id=11183 )
+    <tr>
+     <td><code title="rel-sidebar">sidebar</code></td>
+     <td><span>Hyperlink</span></td>
+     <td><span>Hyperlink</span></td>
      <td>Specifies that the referenced document, if retrieved, is intended to be shown in the browser's sidebar (if it has one).</td>
-    <tr><td><code title=rel-stylesheet><a href=#link-type-stylesheet>stylesheet</a></code></td> <!-- most commonly used <link rel> value, variants came in 7th, 8th, 12th, 17th... -->
+    </tr>
+--><tr><td><code title=rel-stylesheet><a href=#link-type-stylesheet>stylesheet</a></code></td> <!-- most commonly used <link rel> value, variants came in 7th, 8th, 12th, 17th... -->
      <td><a href=#external-resource-link title="external resource link">External Resource</a></td>
      <td><em>not allowed</em></td>
      <td>Imports a stylesheet.</td>
@@ -55633,22 +55638,25 @@
   autodiscover search interfaces. <a href=#refsOPENSEARCH>[OPENSEARCH]</a></p>
 
 
-  <h5 id=link-type-sidebar><span class=secno>4.12.5.13 </span>Link type "<dfn title=rel-sidebar><code>sidebar</code></dfn>"</h5>
+<!--dropped due to wg decision in http://www.w3.org/Bugs/Public/show_bug.cgi?id=11183
+  <h5>Link type "<dfn title="rel-sidebar"><code>sidebar</code></dfn>"</h5>
 
-  <p>The <code title=rel-sidebar><a href=#link-type-sidebar>sidebar</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>
+  <p>The <code title="rel-sidebar">sidebar</code> keyword may be used
+  with <code>link</code>, <code>a</code>, and <code>area</code>
+  elements. This keyword creates a <span>hyperlink</span>.</p>
 
-  <p>The <code title=rel-sidebar><a href=#link-type-sidebar>sidebar</a></code> keyword indicates
+  <p>The <code title="rel-sidebar">sidebar</code> keyword indicates
   that the referenced document, if retrieved, is intended to be shown
-  in a <a href=#secondary-browsing-context>secondary browsing context</a> (if possible), instead
-  of in the current <a href=#browsing-context>browsing context</a>.</p>
+  in a <span>secondary browsing context</span> (if possible), instead
+  of in the current <span>browsing context</span>.</p>
 
-  <p>A <a href=#hyperlink>hyperlink</a> with the <code title=rel-sidebar><a href=#link-type-sidebar>sidebar</a></code> keyword specified is a <dfn id=rel-sidebar-hyperlink title=rel-sidebar-hyperlink>sidebar hyperlink</dfn>.</p>
+  <p>A <span>hyperlink</span> with the <code
+  title="rel-sidebar">sidebar</code> keyword specified is a <dfn
+  title="rel-sidebar-hyperlink">sidebar hyperlink</dfn>.</p>
+-->
 
+  <h5 id=link-type-stylesheet><span class=secno>4.12.5.13 </span>Link type "<dfn title=rel-stylesheet><code>stylesheet</code></dfn>"</h5>
 
-  <h5 id=link-type-stylesheet><span class=secno>4.12.5.14 </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>
@@ -55686,7 +55694,7 @@
   </div>
 
 
-  <h5 id=link-type-tag><span class=secno>4.12.5.15 </span>Link type "<dfn title=rel-tag><code>tag</code></dfn>"</h5>
+  <h5 id=link-type-tag><span class=secno>4.12.5.14 </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
@@ -55703,7 +55711,7 @@
 
 
 
-  <h5 id=sequential-link-types><span class=secno>4.12.5.16 </span>Sequential link types</h5>
+  <h5 id=sequential-link-types><span class=secno>4.12.5.15 </span>Sequential link types</h5>
 
   <p>Some documents form part of a sequence of documents.</p>
 
@@ -55715,7 +55723,7 @@
   <p>A document may be part of multiple sequences.</p>
 
 
-  <h6 id=link-type-next><span class=secno>4.12.5.16.1 </span>Link type "<dfn title=rel-next><code>next</code></dfn>"</h6>
+  <h6 id=link-type-next><span class=secno>4.12.5.15.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>
@@ -55726,7 +55734,7 @@
   document that is the next logical document in the sequence.</p>
 
 
-  <h6 id=link-type-prev><span class=secno>4.12.5.16.2 </span>Link type "<dfn title=rel-prev><code>prev</code></dfn>"</h6>
+  <h6 id=link-type-prev><span class=secno>4.12.5.15.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>
@@ -55745,7 +55753,7 @@
   </div>
 
 
-  <h5 id=other-link-types><span class=secno>4.12.5.17 </span>Other link types</h5>
+  <h5 id=other-link-types><span class=secno>4.12.5.16 </span>Other link types</h5>
 
   <!-- XXX should update this section to more closely match the wiki -->
   <!-- possibly also applying the principles described here:
@@ -61521,9 +61529,13 @@
 
 
 
-
   <h4 id=secondary-browsing-contexts><span class=secno>6.1.3 </span>Secondary browsing contexts</h4>
 
+  <!-- This section only exists for the purpose of defining
+  rel=sidebar, which was dropped due to wg decision in
+     http://www.w3.org/Bugs/Public/show_bug.cgi?id=11183
+  and then moved to the wiki -->
+
   <p>User agents may support <dfn id=secondary-browsing-context title="secondary browsing
   context">secondary browsing contexts</dfn>, which are <a href=#browsing-context title="browsing context">browsing contexts</a> that form part of
   the user agent's interface, apart from the main content area.</p>

Modified: index
===================================================================
--- index	2011-08-17 04:20:43 UTC (rev 6482)
+++ index	2011-08-17 04:45:23 UTC (rev 6483)
@@ -788,14 +788,13 @@
        <li><a href=#link-type-pingback><span class=secno>4.12.5.10 </span>Link type "<code>pingback</code>"</a></li>
        <li><a href=#link-type-prefetch><span class=secno>4.12.5.11 </span>Link type "<code>prefetch</code>"</a></li>
        <li><a href=#link-type-search><span class=secno>4.12.5.12 </span>Link type "<code>search</code>"</a></li>
-       <li><a href=#link-type-sidebar><span class=secno>4.12.5.13 </span>Link type "<code>sidebar</code>"</a></li>
-       <li><a href=#link-type-stylesheet><span class=secno>4.12.5.14 </span>Link type "<code>stylesheet</code>"</a></li>
-       <li><a href=#link-type-tag><span class=secno>4.12.5.15 </span>Link type "<code>tag</code>"</a></li>
-       <li><a href=#sequential-link-types><span class=secno>4.12.5.16 </span>Sequential link types</a>
+       <li><a href=#link-type-stylesheet><span class=secno>4.12.5.13 </span>Link type "<code>stylesheet</code>"</a></li>
+       <li><a href=#link-type-tag><span class=secno>4.12.5.14 </span>Link type "<code>tag</code>"</a></li>
+       <li><a href=#sequential-link-types><span class=secno>4.12.5.15 </span>Sequential link types</a>
         <ol>
-         <li><a href=#link-type-next><span class=secno>4.12.5.16.1 </span>Link type "<code>next</code>"</a></li>
-         <li><a href=#link-type-prev><span class=secno>4.12.5.16.2 </span>Link type "<code>prev</code>"</a></ol></li>
-       <li><a href=#other-link-types><span class=secno>4.12.5.17 </span>Other link types</a></ol></ol></li>
+         <li><a href=#link-type-next><span class=secno>4.12.5.15.1 </span>Link type "<code>next</code>"</a></li>
+         <li><a href=#link-type-prev><span class=secno>4.12.5.15.2 </span>Link type "<code>prev</code>"</a></ol></li>
+       <li><a href=#other-link-types><span class=secno>4.12.5.16 </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>
@@ -54451,10 +54450,13 @@
   new <a href=#browsing-context>browsing context</a>, it must be navigated with
   <a href=#replacement-enabled>replacement enabled</a>.</p>
 
-  <p>Otherwise, if the hyperlink is a <a href=#rel-sidebar-hyperlink title=rel-sidebar-hyperlink>sidebar hyperlink</a> and the user
-  agent implements a feature that can be considered a secondary
-  browsing context, such a secondary browsing context may be selected
-  as the browsing context to be navigated.</p>
+<!-- if http://www.w3.org/Bugs/Public/show_bug.cgi?id=11183 is ever reverted, then change the dfn below back into a span -->
+<!-- in the meantime, the definition of rel=sidebar in the wiki says that it's a "sidebar hyperlink" -->
+  <p>Otherwise, if the hyperlink is a <dfn id=rel-sidebar-hyperlink title=rel-sidebar-hyperlink>sidebar hyperlink</dfn> and the user
+  agent implements a feature that can be considered a <a href=#secondary-browsing-context>secondary
+  browsing context</a>, such a <a href=#secondary-browsing-context>secondary browsing
+  context</a> may be selected as the browsing context to be
+  navigated.</p>
 
   <p>Otherwise, if the element is an <code><a href=#the-a-element>a</a></code> or
   <code><a href=#the-area-element>area</a></code> element with no <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> attribute, but the
@@ -54941,11 +54943,14 @@
      <td><a href=#hyperlink>Hyperlink</a></td>
      <td><a href=#hyperlink>Hyperlink</a></td>
      <td>Gives a link to a resource that can be used to search through the current document and its related pages.</td>
-    <tr><td><code title=rel-sidebar><a href=#link-type-sidebar>sidebar</a></code></td> <!-- used quite a bit -->
-     <td><a href=#hyperlink>Hyperlink</a></td>
-     <td><a href=#hyperlink>Hyperlink</a></td>
+    </tr><!--(used quite a bit, but dropped due to wg decision in http://www.w3.org/Bugs/Public/show_bug.cgi?id=11183 )
+    <tr>
+     <td><code title="rel-sidebar">sidebar</code></td>
+     <td><span>Hyperlink</span></td>
+     <td><span>Hyperlink</span></td>
      <td>Specifies that the referenced document, if retrieved, is intended to be shown in the browser's sidebar (if it has one).</td>
-    <tr><td><code title=rel-stylesheet><a href=#link-type-stylesheet>stylesheet</a></code></td> <!-- most commonly used <link rel> value, variants came in 7th, 8th, 12th, 17th... -->
+    </tr>
+--><tr><td><code title=rel-stylesheet><a href=#link-type-stylesheet>stylesheet</a></code></td> <!-- most commonly used <link rel> value, variants came in 7th, 8th, 12th, 17th... -->
      <td><a href=#external-resource-link title="external resource link">External Resource</a></td>
      <td><em>not allowed</em></td>
      <td>Imports a stylesheet.</td>
@@ -55500,22 +55505,25 @@
   autodiscover search interfaces. <a href=#refsOPENSEARCH>[OPENSEARCH]</a></p>
 
 
-  <h5 id=link-type-sidebar><span class=secno>4.12.5.13 </span>Link type "<dfn title=rel-sidebar><code>sidebar</code></dfn>"</h5>
+<!--dropped due to wg decision in http://www.w3.org/Bugs/Public/show_bug.cgi?id=11183
+  <h5>Link type "<dfn title="rel-sidebar"><code>sidebar</code></dfn>"</h5>
 
-  <p>The <code title=rel-sidebar><a href=#link-type-sidebar>sidebar</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>
+  <p>The <code title="rel-sidebar">sidebar</code> keyword may be used
+  with <code>link</code>, <code>a</code>, and <code>area</code>
+  elements. This keyword creates a <span>hyperlink</span>.</p>
 
-  <p>The <code title=rel-sidebar><a href=#link-type-sidebar>sidebar</a></code> keyword indicates
+  <p>The <code title="rel-sidebar">sidebar</code> keyword indicates
   that the referenced document, if retrieved, is intended to be shown
-  in a <a href=#secondary-browsing-context>secondary browsing context</a> (if possible), instead
-  of in the current <a href=#browsing-context>browsing context</a>.</p>
+  in a <span>secondary browsing context</span> (if possible), instead
+  of in the current <span>browsing context</span>.</p>
 
-  <p>A <a href=#hyperlink>hyperlink</a> with the <code title=rel-sidebar><a href=#link-type-sidebar>sidebar</a></code> keyword specified is a <dfn id=rel-sidebar-hyperlink title=rel-sidebar-hyperlink>sidebar hyperlink</dfn>.</p>
+  <p>A <span>hyperlink</span> with the <code
+  title="rel-sidebar">sidebar</code> keyword specified is a <dfn
+  title="rel-sidebar-hyperlink">sidebar hyperlink</dfn>.</p>
+-->
 
+  <h5 id=link-type-stylesheet><span class=secno>4.12.5.13 </span>Link type "<dfn title=rel-stylesheet><code>stylesheet</code></dfn>"</h5>
 
-  <h5 id=link-type-stylesheet><span class=secno>4.12.5.14 </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>
@@ -55553,7 +55561,7 @@
   </div>
 
 
-  <h5 id=link-type-tag><span class=secno>4.12.5.15 </span>Link type "<dfn title=rel-tag><code>tag</code></dfn>"</h5>
+  <h5 id=link-type-tag><span class=secno>4.12.5.14 </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
@@ -55570,7 +55578,7 @@
 
 
 
-  <h5 id=sequential-link-types><span class=secno>4.12.5.16 </span>Sequential link types</h5>
+  <h5 id=sequential-link-types><span class=secno>4.12.5.15 </span>Sequential link types</h5>
 
   <p>Some documents form part of a sequence of documents.</p>
 
@@ -55582,7 +55590,7 @@
   <p>A document may be part of multiple sequences.</p>
 
 
-  <h6 id=link-type-next><span class=secno>4.12.5.16.1 </span>Link type "<dfn title=rel-next><code>next</code></dfn>"</h6>
+  <h6 id=link-type-next><span class=secno>4.12.5.15.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>
@@ -55593,7 +55601,7 @@
   document that is the next logical document in the sequence.</p>
 
 
-  <h6 id=link-type-prev><span class=secno>4.12.5.16.2 </span>Link type "<dfn title=rel-prev><code>prev</code></dfn>"</h6>
+  <h6 id=link-type-prev><span class=secno>4.12.5.15.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>
@@ -55612,7 +55620,7 @@
   </div>
 
 
-  <h5 id=other-link-types><span class=secno>4.12.5.17 </span>Other link types</h5>
+  <h5 id=other-link-types><span class=secno>4.12.5.16 </span>Other link types</h5>
 
   <!-- XXX should update this section to more closely match the wiki -->
   <!-- possibly also applying the principles described here:
@@ -61388,9 +61396,13 @@
 
 
 
-
   <h4 id=secondary-browsing-contexts><span class=secno>6.1.3 </span>Secondary browsing contexts</h4>
 
+  <!-- This section only exists for the purpose of defining
+  rel=sidebar, which was dropped due to wg decision in
+     http://www.w3.org/Bugs/Public/show_bug.cgi?id=11183
+  and then moved to the wiki -->
+
   <p>User agents may support <dfn id=secondary-browsing-context title="secondary browsing
   context">secondary browsing contexts</dfn>, which are <a href=#browsing-context title="browsing context">browsing contexts</a> that form part of
   the user agent's interface, apart from the main content area.</p>

Modified: source
===================================================================
--- source	2011-08-17 04:20:43 UTC (rev 6482)
+++ source	2011-08-17 04:45:23 UTC (rev 6483)
@@ -61471,11 +61471,14 @@
   new <span>browsing context</span>, it must be navigated with
   <span>replacement enabled</span>.</p>
 
-  <p>Otherwise, if the hyperlink is a <span
-  title="rel-sidebar-hyperlink">sidebar hyperlink</span> and the user
-  agent implements a feature that can be considered a secondary
-  browsing context, such a secondary browsing context may be selected
-  as the browsing context to be navigated.</p>
+<!-- if http://www.w3.org/Bugs/Public/show_bug.cgi?id=11183 is ever reverted, then change the dfn below back into a span -->
+<!-- in the meantime, the definition of rel=sidebar in the wiki says that it's a "sidebar hyperlink" -->
+  <p>Otherwise, if the hyperlink is a <dfn
+  title="rel-sidebar-hyperlink">sidebar hyperlink</dfn> and the user
+  agent implements a feature that can be considered a <span>secondary
+  browsing context</span>, such a <span>secondary browsing
+  context</span> may be selected as the browsing context to be
+  navigated.</p>
 
   <p>Otherwise, if the element is an <code>a</code> or
   <code>area</code> element with no <code
@@ -62077,12 +62080,14 @@
      <td>Gives a link to a resource that can be used to search through the current document and its related pages.</td>
     </tr>
 
+<!--(used quite a bit, but dropped due to wg decision in http://www.w3.org/Bugs/Public/show_bug.cgi?id=11183 )
     <tr>
-     <td><code title="rel-sidebar">sidebar</code></td> <!-- used quite a bit -->
+     <td><code title="rel-sidebar">sidebar</code></td>
      <td><span>Hyperlink</span></td>
      <td><span>Hyperlink</span></td>
      <td>Specifies that the referenced document, if retrieved, is intended to be shown in the browser's sidebar (if it has one).</td>
     </tr>
+-->
 
     <tr>
      <td><code title="rel-stylesheet">stylesheet</code></td> <!-- most commonly used <link rel> value, variants came in 7th, 8th, 12th, 17th... -->
@@ -62703,6 +62708,7 @@
   href="#refsOPENSEARCH">[OPENSEARCH]</a></p>
 
 
+<!--dropped due to wg decision in http://www.w3.org/Bugs/Public/show_bug.cgi?id=11183
   <h5>Link type "<dfn title="rel-sidebar"><code>sidebar</code></dfn>"</h5>
 
   <p>The <code title="rel-sidebar">sidebar</code> keyword may be used
@@ -62717,8 +62723,8 @@
   <p>A <span>hyperlink</span> with the <code
   title="rel-sidebar">sidebar</code> keyword specified is a <dfn
   title="rel-sidebar-hyperlink">sidebar hyperlink</dfn>.</p>
+-->
 
-
   <h5>Link type "<dfn title="rel-stylesheet"><code>stylesheet</code></dfn>"</h5>
 
   <p>The <code title="rel-stylesheet">stylesheet</code> keyword may be
@@ -69819,9 +69825,13 @@
 
 
 
-
   <h4>Secondary browsing contexts</h4>
 
+  <!-- This section only exists for the purpose of defining
+  rel=sidebar, which was dropped due to wg decision in
+     http://www.w3.org/Bugs/Public/show_bug.cgi?id=11183
+  and then moved to the wiki -->
+
   <p>User agents may support <dfn title="secondary browsing
   context">secondary browsing contexts</dfn>, which are <span
   title="browsing context">browsing contexts</span> that form part of




More information about the Commit-Watchers mailing list