- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 23 Jan 2009 18:21:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv1423
Modified Files:
Overview.html Overview.src.html
Log Message:
use nested sections in the changelog section
Index: Overview.html
===================================================================
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 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:02 UTC