Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@6483 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 17, 2011
1 parent f26cf31 commit 598ac7f
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 70 deletions.
74 changes: 43 additions & 31 deletions complete.html
Expand Up @@ -788,14 +788,13 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
<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>
Expand Down Expand Up @@ -54584,10 +54583,13 @@ <h4 id=following-hyperlinks-0><span class=secno>4.12.3 </span>Following hyperlin
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
Expand Down Expand Up @@ -55074,11 +55076,14 @@ <h4 id=linkTypes><span class=secno>4.12.5 </span>Link types</h4>
<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>
Expand Down Expand Up @@ -55633,21 +55638,24 @@ <h5 id=link-type-search><span class=secno>4.12.5.12 </span>Link type "<dfn title
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>

<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>
in a <span>secondary browsing context</span> (if possible), instead
of in the current <span>browsing context</span>.</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.14 </span>Link type "<dfn title=rel-stylesheet><code>stylesheet</code></dfn>"</h5>
<h5 id=link-type-stylesheet><span class=secno>4.12.5.13 </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 @@ -55686,7 +55694,7 @@ <h5 id=link-type-stylesheet><span class=secno>4.12.5.14 </span>Link type "<dfn t
</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
Expand All @@ -55703,7 +55711,7 @@ <h5 id=link-type-tag><span class=secno>4.12.5.15 </span>Link type "<dfn title=re



<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>

Expand All @@ -55715,7 +55723,7 @@ <h5 id=sequential-link-types><span class=secno>4.12.5.16 </span>Sequential link
<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>
Expand All @@ -55726,7 +55734,7 @@ <h6 id=link-type-next><span class=secno>4.12.5.16.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.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>
Expand All @@ -55745,7 +55753,7 @@ <h6 id=link-type-prev><span class=secno>4.12.5.16.2 </span>Link type "<dfn title
</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:
Expand Down Expand Up @@ -61521,9 +61529,13 @@ <h5 id=navigating-auxiliary-browsing-contexts-in-the-dom><span class=secno>6.1.2




<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>
Expand Down

0 comments on commit 598ac7f

Please sign in to comment.