html4-differences/Overview.html 1.54 use nested sections in the changel

use nested sections in the changelog section

Table of Contents
http://people.w3.org/mike/diffs/html5/html4-differences/Overview.1.54.html#toc
5.2 Changes from 22 January 2008 to 10 June 2008
http://people.w3.org/mike/diffs/html5/html4-differences/Overview.1.54.html#changes-2008-01-22
5.1 Changes since 10 June 2008
http://people.w3.org/mike/diffs/html5/html4-differences/Overview.1.54.html#changes-2008-06-10
4 APIs
http://people.w3.org/mike/diffs/html5/html4-differences/Overview.1.54.html#apis
5 HTML 5 Changelogs
http://people.w3.org/mike/diffs/html5/html4-differences/Overview.1.54.html#changelog

http://people.w3.org/mike/diffs/html5/html4-differences/Overview.diff.html
http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.53&r2=1.54&f=h

===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- Overview.html 23 Jan 2009 18:05:43 -0000 1.53
+++ Overview.html 23 Jan 2009 18:21:51 -0000 1.54
@@ -180,6 +180,13 @@
 
    <li><a href="#changelog"><span class=secno>5 </span>HTML&nbsp;5
     Changelogs</a>
+    <ul class=toc>
+     <li><a href="#changes-2008-06-10"><span class=secno>5.1 </span>Changes
+      since 10 June 2008</a>
+
+     <li><a href="#changes-2008-01-22"><span class=secno>5.2 </span>Changes
+      from 22 January 2008 to 10 June 2008</a>
+    </ul>
 
    <li class=no-num><a href="#acknowledgments">Acknowledgments</a>
 
@@ -1113,10 +1120,10 @@
    early on.
 
   <p>The changes in the changelogs are in rough chronological order to ease
-   editing this document. The changelogs are placed in reverse chronological
-   order.
+   editing this document.
 
-  <p>The changes since the publication on 10 June 2008 are as follows:
+  <h3 id=changes-2008-06-10><span class=secno>5.1 </span>Changes since 10
+   June 2008</h3>
 
   <ul>
    <li>The <code>data</code> member of <code>ImageData</code> objects has
@@ -1358,8 +1365,8 @@
     updated.
   </ul>
 
-  <p>The changes between the 22 January 2008 and 10 June 2008 publications
-   are as follows:
+  <h3 id=changes-2008-01-22><span class=secno>5.2 </span>Changes from 22
+   January 2008 to 10 June 2008</h3>
 
   <ul>
    <li>Implementation and authoring details around the <code>ping</code>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Overview.src.html 23 Jan 2009 18:05:43 -0000 1.32
+++ Overview.src.html 23 Jan 2009 18:21:51 -0000 1.33
@@ -1012,11 +1012,10 @@
     so they become aware of all changes that affect them early on.</p>
 
     <p>The changes in the changelogs are in rough chronological order to
-    ease editing this document. The changelogs are placed in reverse
-    chronological order.</p>
+    ease editing this document.</p>
+
+    <h3 id="changes-2008-06-10">Changes since 10 June 2008</h3>
 
-    <p>The changes since the publication on 10 June 2008 are as follows:</p>
-    
     <ul>
      <li>The <code>data</code> member of <code>ImageData</code> objects has
      been changed from an array to a <code>CanvasPixelArray</code>
@@ -1189,10 +1188,9 @@
      <li>The application cache section has been significantly revised and
      updated.</li>
     </ul>
-    
-    <p>The changes between the 22 January 2008 and 10 June 2008 publications
-    are as follows:</p>
-    
+
+    <h3 id="changes-2008-01-22">Changes from 22 January 2008 to 10 June 2008</h3>
+
     <ul>
      <li>Implementation and authoring details around the <code>ping</code>
      attribute have changed.

Received on Friday, 23 January 2009 18:22:55 UTC