- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 17 Aug 2009 02:23:58 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11875
Modified Files:
Overview.html
Log Message:
Rearrange the text-level semantics section to be in a more useful order. (whatwg r3641)
Index: Overview.html
===================================================================
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><dfn>organic food</dfn></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><abbr title="Irish Organic Farmers and Growers Association">IOFGA</abbr></strong>.</pre>
+
<tr><td><code><a href="#the-code-element">code</a></code>
<td>Computer code
<td><pre class="example">The <strong><code>fruitdb</code></strong> program can be used for tracking fruit production.</pre>
@@ -14572,10 +14576,6 @@
<td>Computer input
<td><pre class="example">Hit <strong><kbd>F1</kbd></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><abbr title="Irish Organic Farmers and Growers Association">IOFGA</abbr></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><sub>2</sub></strong>O.</pre>
Received on Monday, 17 August 2009 02:24:06 UTC