[html5] r5944 - [e] (0) alphabetic ordering seems the order of the day here Fixing http://www.w3 [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Mar 4 16:12:38 PST 2011


Author: ianh
Date: 2011-03-04 16:12:36 -0800 (Fri, 04 Mar 2011)
New Revision: 5944

Modified:
   complete.html
   index
   source
Log:
[e] (0) alphabetic ordering seems the order of the day here
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12028

Modified: complete.html
===================================================================
--- complete.html	2011-03-04 23:29:38 UTC (rev 5943)
+++ complete.html	2011-03-05 00:12:36 UTC (rev 5944)
@@ -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 — Last Updated 4 March 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>-->
@@ -796,8 +796,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>
@@ -51363,14 +51363,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>
+     <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-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-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>
@@ -51912,8 +51912,22 @@
   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
   contributes to the <a href=#styling>styling processing model</a>.</p>
@@ -51951,20 +51965,6 @@
   </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

Modified: index
===================================================================
--- index	2011-03-04 23:29:38 UTC (rev 5943)
+++ index	2011-03-05 00:12:36 UTC (rev 5944)
@@ -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 — Last Updated 4 March 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — 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>-->
@@ -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>
@@ -51346,14 +51346,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>
+     <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-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-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>
@@ -51895,8 +51895,22 @@
   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
   contributes to the <a href=#styling>styling processing model</a>.</p>
@@ -51934,20 +51948,6 @@
   </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

Modified: source
===================================================================
--- source	2011-03-04 23:29:38 UTC (rev 5943)
+++ source	2011-03-05 00:12:36 UTC (rev 5944)
@@ -57848,6 +57848,13 @@
     </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>
@@ -57855,13 +57862,6 @@
     </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-tag">tag</code></td> <!-- second and third most used <a rel> value (third is technically "category tag"). -->
      <td><span>Hyperlink</span></td>
      <td><span>Hyperlink</span></td>
@@ -58460,6 +58460,22 @@
   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
@@ -58505,22 +58521,6 @@
   </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




More information about the Commit-Watchers mailing list