Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) alphabetic ordering seems the order of the day here
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12028

git-svn-id: http://svn.whatwg.org/webapps@5944 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 5, 2011
1 parent 96dbe96 commit 432682d
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 67 deletions.
44 changes: 22 additions & 22 deletions complete.html
Expand Up @@ -239,7 +239,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 4 March 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 5 March 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -796,8 +796,8 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
<li><a href=#link-type-pingback><span class=secno>4.12.4.10 </span>Link type "<code>pingback</code>"</a></li>
<li><a href=#link-type-prefetch><span class=secno>4.12.4.11 </span>Link type "<code>prefetch</code>"</a></li>
<li><a href=#link-type-search><span class=secno>4.12.4.12 </span>Link type "<code>search</code>"</a></li>
<li><a href=#link-type-stylesheet><span class=secno>4.12.4.13 </span>Link type "<code>stylesheet</code>"</a></li>
<li><a href=#link-type-sidebar><span class=secno>4.12.4.14 </span>Link type "<code>sidebar</code>"</a></li>
<li><a href=#link-type-sidebar><span class=secno>4.12.4.13 </span>Link type "<code>sidebar</code>"</a></li>
<li><a href=#link-type-stylesheet><span class=secno>4.12.4.14 </span>Link type "<code>stylesheet</code>"</a></li>
<li><a href=#link-type-tag><span class=secno>4.12.4.15 </span>Link type "<code>tag</code>"</a></li>
<li><a href=#sequential-link-types><span class=secno>4.12.4.16 </span>Sequential link types</a>
<ol>
Expand Down Expand Up @@ -51363,14 +51363,14 @@ <h4 id=linkTypes><span class=secno>4.12.4 </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-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>
<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>
<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... -->
<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>
<tr><td><code title=rel-tag><a href=#link-type-tag>tag</a></code></td> <!-- second and third most used <a rel> value (third is technically "category tag"). -->
<td><a href=#hyperlink>Hyperlink</a></td>
<td><a href=#hyperlink>Hyperlink</a></td>
Expand Down Expand Up @@ -51912,7 +51912,21 @@ <h5 id=link-type-search><span class=secno>4.12.4.12 </span>Link type "<dfn title
autodiscover search interfaces. <a href=#refsOPENSEARCH>[OPENSEARCH]</a></p>


<h5 id=link-type-stylesheet><span class=secno>4.12.4.13 </span>Link type "<dfn title=rel-stylesheet><code>stylesheet</code></dfn>"</h5>
<h5 id=link-type-sidebar><span class=secno>4.12.4.13 </span>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><a href=#link-type-sidebar>sidebar</a></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>


<h5 id=link-type-stylesheet><span class=secno>4.12.4.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
Expand Down Expand Up @@ -51951,20 +51965,6 @@ <h5 id=link-type-stylesheet><span class=secno>4.12.4.13 </span>Link type "<dfn t
</div>


<h5 id=link-type-sidebar><span class=secno>4.12.4.14 </span>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><a href=#link-type-sidebar>sidebar</a></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>


<h5 id=link-type-tag><span class=secno>4.12.4.15 </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
Expand Down
44 changes: 22 additions & 22 deletions index
Expand Up @@ -243,7 +243,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 4 March 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 5 March 2011</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -804,8 +804,8 @@
<li><a href=#link-type-pingback><span class=secno>4.12.4.10 </span>Link type "<code>pingback</code>"</a></li>
<li><a href=#link-type-prefetch><span class=secno>4.12.4.11 </span>Link type "<code>prefetch</code>"</a></li>
<li><a href=#link-type-search><span class=secno>4.12.4.12 </span>Link type "<code>search</code>"</a></li>
<li><a href=#link-type-stylesheet><span class=secno>4.12.4.13 </span>Link type "<code>stylesheet</code>"</a></li>
<li><a href=#link-type-sidebar><span class=secno>4.12.4.14 </span>Link type "<code>sidebar</code>"</a></li>
<li><a href=#link-type-sidebar><span class=secno>4.12.4.13 </span>Link type "<code>sidebar</code>"</a></li>
<li><a href=#link-type-stylesheet><span class=secno>4.12.4.14 </span>Link type "<code>stylesheet</code>"</a></li>
<li><a href=#link-type-tag><span class=secno>4.12.4.15 </span>Link type "<code>tag</code>"</a></li>
<li><a href=#sequential-link-types><span class=secno>4.12.4.16 </span>Sequential link types</a>
<ol>
Expand Down Expand Up @@ -51346,14 +51346,14 @@ local.onconnect = function (event) {
<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-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>
<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>
<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... -->
<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>
<tr><td><code title=rel-tag><a href=#link-type-tag>tag</a></code></td> <!-- second and third most used <a rel> value (third is technically "category tag"). -->
<td><a href=#hyperlink>Hyperlink</a></td>
<td><a href=#hyperlink>Hyperlink</a></td>
Expand Down Expand Up @@ -51895,7 +51895,21 @@ local.onconnect = function (event) {
autodiscover search interfaces. <a href=#refsOPENSEARCH>[OPENSEARCH]</a></p>


<h5 id=link-type-stylesheet><span class=secno>4.12.4.13 </span>Link type "<dfn title=rel-stylesheet><code>stylesheet</code></dfn>"</h5>
<h5 id=link-type-sidebar><span class=secno>4.12.4.13 </span>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><a href=#link-type-sidebar>sidebar</a></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>


<h5 id=link-type-stylesheet><span class=secno>4.12.4.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
Expand Down Expand Up @@ -51934,20 +51948,6 @@ local.onconnect = function (event) {
</div>


<h5 id=link-type-sidebar><span class=secno>4.12.4.14 </span>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><a href=#link-type-sidebar>sidebar</a></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>


<h5 id=link-type-tag><span class=secno>4.12.4.15 </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
Expand Down
46 changes: 23 additions & 23 deletions source
Expand Up @@ -57847,20 +57847,20 @@ local.onconnect = function (event) {
<td>Gives a link to a resource that can be used to search through the current document and its related pages.</td>
</tr>

<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><em>not allowed</em></td>
<td>Imports a stylesheet.</td>
</tr>

<tr>
<td><code title="rel-sidebar">sidebar</code></td> <!-- used quite a bit -->
<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... -->
<td><span title="external resource link">External Resource</span></td>
<td><em>not allowed</em></td>
<td>Imports a stylesheet.</td>
</tr>

<tr>
<td><code title="rel-tag">tag</code></td> <!-- second and third most used <a rel> value (third is technically "category tag"). -->
<td><span>Hyperlink</span></td>
Expand Down Expand Up @@ -58460,6 +58460,22 @@ local.onconnect = function (event) {
href="#refsOPENSEARCH">[OPENSEARCH]</a></p>


<h5>Link type "<dfn title="rel-sidebar"><code>sidebar</code></dfn>"</h5>

<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">sidebar</code> keyword indicates
that the referenced document, if retrieved, is intended to be shown
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>Link type "<dfn title="rel-stylesheet"><code>stylesheet</code></dfn>"</h5>

<p>The <code title="rel-stylesheet">stylesheet</code> keyword may be
Expand Down Expand Up @@ -58505,22 +58521,6 @@ local.onconnect = function (event) {
</div>


<h5>Link type "<dfn title="rel-sidebar"><code>sidebar</code></dfn>"</h5>

<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">sidebar</code> keyword indicates
that the referenced document, if retrieved, is intended to be shown
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>Link type "<dfn title="rel-tag"><code>tag</code></dfn>"</h5>

<p>The <code title="rel-tag">tag</code> keyword may be used
Expand Down

0 comments on commit 432682d

Please sign in to comment.