hixie: Rearrange the text-level semantics section to be in a more useful order. (whatwg r3641)

hixie: Rearrange the text-level semantics section to be in a more useful
order. (whatwg r3641)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2826&r2=1.2827&f=h
http://html5.org/tools/web-apps-tracker?from=3640&to=3641

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2826
retrieving revision 1.2827
diff -u -d -r1.2826 -r1.2827
--- Overview.html 17 Aug 2009 02:15:01 -0000 1.2826
+++ Overview.html 17 Aug 2009 02:23:55 -0000 1.2827
@@ -487,29 +487,29 @@
    <li><a href="#text-level-semantics"><span class="secno">4.6 </span>Text-level semantics</a>
     <ol>
      <li><a href="#the-a-element"><span class="secno">4.6.1 </span>The <code>a</code> element</a></li>
-     <li><a href="#the-q-element"><span class="secno">4.6.2 </span>The <code>q</code> element</a></li>
-     <li><a href="#the-cite-element"><span class="secno">4.6.3 </span>The <code>cite</code> element</a></li>
-     <li><a href="#the-em-element"><span class="secno">4.6.4 </span>The <code>em</code> element</a></li>
-     <li><a href="#the-strong-element"><span class="secno">4.6.5 </span>The <code>strong</code> element</a></li>
-     <li><a href="#the-small-element"><span class="secno">4.6.6 </span>The <code>small</code> element</a></li>
-     <li><a href="#the-mark-element"><span class="secno">4.6.7 </span>The <code>mark</code> element</a></li>
-     <li><a href="#the-dfn-element"><span class="secno">4.6.8 </span>The <code>dfn</code> element</a></li>
-     <li><a href="#the-abbr-element"><span class="secno">4.6.9 </span>The <code>abbr</code> element</a></li>
[...1744 lines suppressed...]
      <td><pre class="example">The term <strong>&lt;dfn&gt;organic food&lt;/dfn&gt;</strong> refers to food produced without synthetic chemicals.</pre>
 
+    <tr><td><code><a href="#the-abbr-element">abbr</a></code>
+     <td>Abbreviations
+     <td><pre class="example">Organic food in Ireland is certified by the <strong>&lt;abbr title="Irish Organic Farmers and Growers Association"&gt;IOFGA&lt;/abbr&gt;</strong>.</pre>
+
     <tr><td><code><a href="#the-code-element">code</a></code>
      <td>Computer code
      <td><pre class="example">The <strong>&lt;code&gt;fruitdb&lt;/code&gt;</strong> program can be used for tracking fruit production.</pre>
@@ -14572,10 +14576,6 @@
      <td>Computer input
      <td><pre class="example">Hit <strong>&lt;kbd&gt;F1&lt;/kbd&gt;</strong> to continue.</pre>
 
-    <tr><td><code><a href="#the-abbr-element">abbr</a></code>
-     <td>Abbreviations
-     <td><pre class="example">Organic food in Ireland is certified by the <strong>&lt;abbr title="Irish Organic Farmers and Growers Association"&gt;IOFGA&lt;/abbr&gt;</strong>.</pre>
-
     <tr><td><code><a href="#the-sub-and-sup-elements">sub</a></code>
      <td>Subscripts
      <td><pre class="example">Water is H<strong>&lt;sub&gt;2&lt;/sub&gt;</strong>O.</pre>

Received on Monday, 17 August 2009 02:24:54 UTC